1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
php-ovh/composer.json

23 lines
475 B
JSON
Raw Permalink Normal View History

{
"name": "ovh/ovh",
"description": "Wrapper for OVH APIs",
"require": {
"guzzlehttp/guzzle": "4.*"
},
"version": "0.1",
"minimum-stability": "RC",
"authors": [
{
"name": "Vincent Cassé"
}
],
"autoload": {
"psr-4": {"Ovh\\": "src/"}
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"phpdocumentor/phpdocumentor": "2.*",
"squizlabs/php_codesniffer": "1.*"
}
}