We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac2cef7 + 1a50a85 commit 80af31aCopy full SHA for 80af31a
2 files changed
.travis.yml
@@ -1,7 +1,8 @@
1
language: php
2
3
php:
4
- - "7.1"
+ - "7.2"
5
+ - "8.0"
6
7
install:
8
- composer install --no-interaction
composer.json
@@ -17,10 +17,10 @@
17
}
18
},
19
"require": {
20
- "php": "^7.1"
+ "php": ">=7.2"
21
22
"require-dev": {
23
- "phpunit/phpunit": "^7.0",
+ "phpunit/phpunit": "^8.5",
24
"satooshi/php-coveralls": "^1.0"
25
26
0 commit comments