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 e2703ae commit 5434642Copy full SHA for 5434642
.travis.yml
@@ -33,6 +33,7 @@ matrix:
33
env: DEPENDENCIES="dunglas/symfony-lock:^4" SYMFONY_DEPRECATIONS_HELPER="2"
34
35
- php: 7.3
36
+ - php: 8.0
37
38
# Latest commit to master
39
- php: 7.4
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
13
"nikic/php-parser": "^3.0 || ^4.0",
14
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
15
"twig/twig": "^2.0 || ^3.0",
0 commit comments