Skip to content

Commit c03e46e

Browse files
committed
Allow installing on PHP 8.0 and test on travis using phpunit 9
1 parent 450ee68 commit c03e46e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ matrix:
4040
env: SYMFONY_REQUIRE=4.4.*
4141
- php: 7.4
4242
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.*
4345
fast_finish: true
4446
allow_failures:
4547

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.2",
18+
"php": "^7.2 || ^8.0",
1919
"symfony/routing": "^4.4 || ^5.0",
2020
"symfony/http-kernel": "^4.4 || ^5.0",
2121
"psr/log": "^1.0"

0 commit comments

Comments
 (0)