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 f785ec9 commit 10a00f3Copy full SHA for 10a00f3
.travis.yml
@@ -8,6 +8,9 @@ sudo: false
8
php:
9
- 7.2
10
- 7.3
11
+ - 7.4
12
+ - 8.0
13
+ - 8.1
14
15
matrix:
16
composer.json
@@ -17,7 +17,7 @@
17
}
18
],
19
"require": {
20
- "php": "^7.2"
+ "php": "^7.2|^7.4|^8.0|^8.1"
21
},
22
"require-dev": {
23
"phpunit/phpunit": "^8",
0 commit comments