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 41716d6 + f59a4a7 commit c0f33f9Copy full SHA for c0f33f9
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - 8.0
8
9
env:
10
- SYMFONY_VERSION=3.4.*
composer.json
@@ -9,7 +9,7 @@
}
],
11
"require": {
12
- "php": "^7.1",
+ "php": "^7.1 || ^8.0",
13
14
"behat/behat": "^3.4",
15
"symfony/dependency-injection": "^3.4|^4.1|^5.0"
0 commit comments