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 456ba4c commit 3456e8fCopy full SHA for 3456e8f
.travis.yml
@@ -1,13 +1,11 @@
1
language: php
2
php:
3
- - '7.0'
4
- - '7.1'
5
- - '7.2'
+ - "7.2"
6
7
cache:
8
directories:
9
- $HOME/.composer/cache
10
11
before_script:
12
- - composer install
+ - composer install
13
script: composer test
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": ">=5.6"
+ "php": ">=7.2"
19
},
20
"require-dev": {
21
"phpunit/phpunit": "5.7",
0 commit comments