mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
55299060c9
`php-http/guzzle-adapter` is still required as dev dependency because it is used as the base adapter. All the unit tests required that client to work.
22 lines
569 B
JSON
22 lines
569 B
JSON
{
|
|
"name": "ovh/ovh",
|
|
"description": "Wrapper for OVH APIs",
|
|
"license": "BSD-3-Clause",
|
|
"require": {
|
|
"guzzlehttp/psr7": "~1.2",
|
|
"php-http/httplug": "^1.0",
|
|
"php-http/client-implementation": "^1.0",
|
|
"php-http/discovery": "^0.8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"Ovh\\": "src/"}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"phpdocumentor/phpdocumentor": "2.*",
|
|
"squizlabs/php_codesniffer": "2.*",
|
|
"phing/phing": "^2.14",
|
|
"php-http/guzzle6-adapter": "^1.0"
|
|
}
|
|
}
|