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 330ae93 commit 8984ce2Copy full SHA for 8984ce2
.travis.yml
@@ -1,9 +1,8 @@
1
sudo: false
2
language: php
3
php:
4
+ - "7.3"
5
- "7.2"
6
- "7.1"
7
- "7.0"
- - "5.6"
8
- - "5.5"
9
script: ./test/run
composer.json
@@ -17,7 +17,7 @@
17
}
18
],
19
"require": {
20
- "php": ">=5.5.0"
+ "php": ">=7.0.0"
21
},
22
"bin": ["bin/coverage-check"]
23
0 commit comments