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 1204377 commit 787579aCopy full SHA for 787579a
.travis.yml
@@ -1,7 +1,6 @@
1
install: composer install
2
language: php
3
php:
4
- - '7.0'
5
- '7.1'
6
- '7.2'
7
- nightly
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": ">=7.0"
+ "php": ">=7.1"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "^6.2"
0 commit comments