forked from r3mfr/api-dpae-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 874 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "beuzathor/api-dpae-php",
"description": "Librairie PHP facilitant l'intégration de l'API DPAE https://dpae.r3m.fr",
"type": "library",
"require": {
"php": "^8.0",
"ext-json": "*",
"symfony/http-client": "^5.0",
"nyholm/psr7-server": "^1.0",
"nyholm/psr7": "^1.2",
"psr/http-client": "^1.0",
"psr/log": "^1.1"
},
"require-dev": {
"codeception/codeception": "^4.0",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0",
"donatj/mock-webserver": "^2.1"
},
"autoload": {
"psr-4": {
"R3m\\Dpae\\": "src/"
}
},
"license": "MIT",
"authors": [
{
"name": "Rémy DANIEL",
"email": "[email protected]"
}
],
"minimum-stability": "stable"
}