Skip to content

Commit

Permalink
Added support of version PHP 7.0. + Updated PHPUnit version.
Browse files Browse the repository at this point in the history
  • Loading branch information
corpsee committed Dec 16, 2018
1 parent 8031727 commit 5be924e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
- 7.3

before_script: composer install --dev --prefer-source
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
}
],
"require": {
"php": "^5.6 || ^7.1",
"php": ">=5.6.0",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0",
"symfony/console": "~2.5|~3.0|~4.0"
},
"require-dev":{
"phpunit/phpunit": "~4.1"
"phpunit/phpunit": "~5.7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5be924e

Please sign in to comment.