forked from cpliakas/magento-client-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 972 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
{
"name": "cpliakas/magento-client-php",
"type": "library",
"description": "A PHP client library that consumes Magento's REST and XMLRPC APIs",
"homepage": "https://github.com/cpliakas/magento-client-php",
"license": "MIT",
"authors": [
{
"name": "See contributors",
"homepage": "https://github.com/cpliakas/magento-client-php/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/cpliakas/magento-client-php/issues"
},
"require": {
"php": ">=5.3.3",
"guzzle/guzzle": "~5.0",
"lstrojny/fxmlrpc": ">=0.8,<0.9"
},
"require-dev": {
"pdepend/pdepend": "~1.0",
"phploc/phploc": "~2.0",
"phpmd/phpmd": "~1.0",
"phpunit/phpunit": "~3.0",
"satooshi/php-coveralls": "*",
"sebastian/phpcpd": "~2.0"
},
"autoload": {
"psr-0": {
"Magento\\Client": "src/"
}
}
}