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 450ee68 commit c03e46eCopy full SHA for c03e46e
.travis.yml
@@ -40,6 +40,8 @@ matrix:
40
env: SYMFONY_REQUIRE=4.4.*
41
- php: 7.4
42
env: SYMFONY_REQUIRE=5.0.*
43
+ - php: nightly
44
+ env: COMPOSER_FLAGS="--no-interaction --ignore-platform-reqs" SYMFONY_PHPUNIT_VERSION=9 SYMFONY_REQUIRE=5.0.*
45
fast_finish: true
46
allow_failures:
47
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
19
"symfony/routing": "^4.4 || ^5.0",
20
"symfony/http-kernel": "^4.4 || ^5.0",
21
"psr/log": "^1.0"
0 commit comments