forked from ircykk/allegro-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 965 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
34
35
36
37
{
"name": "ircykk/allegro-api",
"description": "Allegro API client",
"keywords": ["allegro api", "rest", "soap", "sandbox"],
"type": "library",
"require": {
"php": ">=5.5",
"psr/http-message": "^1.0",
"psr/cache": "^1.0",
"php-http/httplug": "^1.1",
"php-http/discovery": "^1.0",
"php-http/client-common": "^1.6",
"php-http/cache-plugin": "^1.4",
"php-http/logger-plugin": "^1.0",
"ramsey/uuid": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"license": "MIT",
"authors": [
{
"name": "Ireneusz Kierkowski",
"email": "[email protected]",
"homepage": "https://kierkowski.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Ircykk\\AllegroApi\\": "src/"
},
"files": [
"src/Soap/Types/autoload.php"
]
}
}