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

Update composer.json

This commit is contained in:
David 2017-11-04 13:48:34 +01:00 committed by GitHub
parent 5bbb26ace4
commit 2a5aa774ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"description": "Wrapper for OVH APIs",
"license": "BSD-3-Clause",
"require": {
"guzzlehttp/guzzle": "^6.0"
"guzzlehttp/guzzle": "~6.0"
},
"autoload": {
"psr-4": {"Ovh\\": "src/"}