1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
php-ovh/composer.json
Thierry Goettelmann 1e3a6d695d Update to Guzzle 6.0
Almost completely rewritten for Guzzle 6.0
Added 100% code coverage

Signed-off-by: Thierry Goettelmann <thierry@byscripts.info>
2015-08-06 14:32:50 +02:00

22 lines
452 B
JSON

{
"name": "ovh/ovh",
"description": "Wrapper for OVH APIs",
"license": "BSD-3-Clause",
"require": {
"guzzlehttp/guzzle": "^6.0"
},
"authors": [
{
"name": "Vincent Cassé"
}
],
"autoload": {
"psr-4": {"Ovh\\": "src/"}
},
"require-dev": {
"phpunit/phpunit": "4.*",
"phpdocumentor/phpdocumentor": "2.*",
"squizlabs/php_codesniffer": "1.*"
}
}