Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.

Commit 0bc189e

Browse files
authored
allow Symfony 6 (#6)
1 parent 10fbaed commit 0bc189e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222

2323
- php: 8.0
2424
env:
25-
- SYMFONY_REQUIRE="5.2.*"
25+
- SYMFONY_REQUIRE="6.0.*"
2626
- STABILITY=dev
2727

2828
before_install:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"require": {
1717
"php": "^7.1 || ^8.0",
1818
"solarium/solarium": "^5.2 || ^6.0",
19-
"symfony/framework-bundle": "^4.4 || ^5.2"
19+
"symfony/framework-bundle": "^4.4 || ^5.2 || ^6.0"
2020
},
2121
"require-dev": {
2222
"phpstan/phpstan": "^0.12",
2323
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
24-
"symfony/phpunit-bridge": "^5.2",
25-
"symfony/stopwatch": "^4.4 || ^5.2"
24+
"symfony/phpunit-bridge": "^5.2 || ^6.0",
25+
"symfony/stopwatch": "^4.4 || ^5.2 || ^6.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)