mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
Merge pull request #1 from dunglas/patch-1
Add Guzzle to 5.0 compatibility
This commit is contained in:
commit
9308018e7e
@ -2,7 +2,7 @@
|
|||||||
"name": "ovh/ovh",
|
"name": "ovh/ovh",
|
||||||
"description": "Wrapper for OVH APIs",
|
"description": "Wrapper for OVH APIs",
|
||||||
"require": {
|
"require": {
|
||||||
"guzzlehttp/guzzle": "4.*"
|
"guzzlehttp/guzzle": ">=4.0,<6.0"
|
||||||
},
|
},
|
||||||
"version": "0.1",
|
"version": "0.1",
|
||||||
"minimum-stability": "RC",
|
"minimum-stability": "RC",
|
||||||
|
Loading…
Reference in New Issue
Block a user