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 89b23fe + f1fc2e3 commit 03f6a22Copy full SHA for 03f6a22
.travis.yml
@@ -7,6 +7,7 @@ php:
7
- 7.2
8
- 7.3
9
- 7.4
10
+ - 8.0
11
- nightly
12
13
matrix:
composer.json
@@ -18,10 +18,10 @@
18
},
19
"minimum-stability": "stable",
20
"require": {
21
- "php": "^5.6|^7.0"
+ "php": "^5.6|^7.0|^8.0"
22
23
"require-dev": {
24
- "phpunit/phpunit": "^5.7|^6.0",
+ "phpunit/phpunit": "^5.7|^6.0|^8.0|^9.0",
25
"squizlabs/php_codesniffer": "^2.3|^3.0"
26
27
"scripts": {
0 commit comments