mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
Update composer to use Httplug adapters
`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.
This commit is contained in:
parent
ed5207be27
commit
55299060c9
@ -3,7 +3,10 @@
|
||||
"description": "Wrapper for OVH APIs",
|
||||
"license": "BSD-3-Clause",
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.0"
|
||||
"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/"}
|
||||
@ -12,6 +15,7 @@
|
||||
"phpunit/phpunit": "4.*",
|
||||
"phpdocumentor/phpdocumentor": "2.*",
|
||||
"squizlabs/php_codesniffer": "2.*",
|
||||
"phing/phing": "^2.14"
|
||||
"phing/phing": "^2.14",
|
||||
"php-http/guzzle6-adapter": "^1.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user