Skip to content

Commit

Permalink
Merge pull request #21 from VincentCasse/master
Browse files Browse the repository at this point in the history
Welcome to 2.x.x branch :)
  • Loading branch information
VincentCasse committed Jan 12, 2016
2 parents 84d7ff8 + cc0ba04 commit a3afac6
Show file tree
Hide file tree
Showing 8 changed files with 524 additions and 304 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
addons:
apt:
packages:
- libcurl4-openssl-dev

language: php
php:
- hhvm
- 7.0
- 5.6
- 5.5
- 5.4
- 7.0

before_script:
- composer install --dev
- composer self-update
- composer install

script: phpunit tests/ApiTest.php
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
"description": "Wrapper for OVH APIs",
"license": "BSD-3-Clause",
"require": {
"guzzlehttp/guzzle": ">=4.0,<6.0"
"guzzlehttp/guzzle": "^6.0"
},
"authors": [
{
"name": "Vincent Cassé"
}
],
"autoload": {
"psr-4": {"Ovh\\": "src/"}
},
Expand Down
Loading

0 comments on commit a3afac6

Please sign in to comment.