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.
2 parents 6b089a7 + a0acddd commit dc1cfadCopy full SHA for dc1cfad
2 files changed
.travis.yml
@@ -9,6 +9,8 @@ php:
9
- '7.2'
10
- '7.3'
11
- '7.4'
12
+ - '8.0'
13
+ - '8.1'
14
15
install:
16
- travis_retry composer install --prefer-dist --no-interaction
composer.json
@@ -12,10 +12,10 @@
],
"license": "MIT",
"require": {
- "php": "^7.1"
+ "php": "^7.1 || ^8.0"
},
17
"require-dev": {
18
- "phpunit/phpunit": "^7.0"
+ "phpunit/phpunit": "^7.0 || ^8.0"
19
20
"authors": [
21
{
0 commit comments