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 112a00f commit 9c97e46Copy full SHA for 9c97e46
.travis.yml
@@ -32,6 +32,8 @@ matrix:
32
- php: 7.4
33
env: STABILITY="dev"
34
35
+ - php: 8.0snapshot
36
+
37
allow_failures:
38
# Dev-master is allowed to fail.
39
- env: STABILITY="dev"
composer.json
@@ -13,7 +13,7 @@
13
}
14
],
15
"require": {
16
- "php": "^7.1",
+ "php": "^7.1 || ^8.0",
17
"symfony/config": "^2.7 || ^3.4 || ^4.0 || ^5.0"
18
},
19
"require-dev": {
0 commit comments