Skip to content

Commit

Permalink
OVH SDK v2 + Symfony3 compatibility
Browse files Browse the repository at this point in the history
* Added Symfony3 compatibility
Upgrade to OVH wrapper major version (2.0), compatible with Guzzle6

* Fixed minimum PHP version requirement
  • Loading branch information
bpolaszek authored and dunglas committed May 12, 2016
1 parent b8fdeca commit 1942fb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cache:
- $HOME/.composer/cache

php:
- 5.4
- 5.5
- 5.6
- hhvm
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
}
],
"require": {
"symfony/dependency-injection" : "~2.3",
"symfony/config" : "~2.3",
"symfony/http-kernel": "~2.3",
"ovh/ovh": "~1.1"
"php": ">=5.5",
"symfony/dependency-injection" : "~2.3|~3.0",
"symfony/config" : "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0",
"ovh/ovh": "~2.0"
},
"autoload": {
"psr-4": { "CoopTilleuls\\OvhBundle\\": "" }
Expand Down

0 comments on commit 1942fb5

Please sign in to comment.