We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8031727 commit 5be924eCopy full SHA for 5be924e
.travis.yml
@@ -2,8 +2,9 @@ language: php
2
3
php:
4
- 5.6
5
+ - 7.0
6
- 7.1
7
- 7.2
- - hhvm
8
+ - 7.3
9
10
before_script: composer install --dev --prefer-source
composer.json
@@ -19,13 +19,13 @@
19
}
20
],
21
"require": {
22
- "php": "^5.6 || ^7.1",
+ "php": ">=5.6.0",
23
"ext-json": "*",
24
"guzzlehttp/guzzle": "~6.0",
25
"symfony/console": "~2.5|~3.0|~4.0"
26
},
27
"require-dev":{
28
- "phpunit/phpunit": "~4.1"
+ "phpunit/phpunit": "~5.7.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments