1
0
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:
Vincent Cassé 2014-12-10 03:23:35 -05:00
commit 9308018e7e

View File

@ -2,7 +2,7 @@
"name": "ovh/ovh",
"description": "Wrapper for OVH APIs",
"require": {
"guzzlehttp/guzzle": "4.*"
"guzzlehttp/guzzle": ">=4.0,<6.0"
},
"version": "0.1",
"minimum-stability": "RC",