Skip to content

Commit 3bc406c

Browse files
authored
Merge pull request #106 from stof/symfony8
Add support for Symfony 8
2 parents 6019439 + 311f967 commit 3bc406c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"php": ">=7.2",
2222
"ext-json": "*",
2323
"behat/mink": "^1.11",
24-
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
25-
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0",
24+
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
25+
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0 || ^8.0",
2626
"phpunit/phpunit": "^8.5.22 || ^9.5.11",
2727
"yoast/phpunit-polyfills": "^1.0"
2828
},
2929
"require-dev": {
3030
"phpstan/phpstan": "^1.10",
3131
"phpstan/phpstan-phpunit": "^1.3",
3232
"phpstan/phpstan-symfony": "^1.3",
33-
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0"
33+
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
3434
},
3535
"conflict": {
36-
"symfony/http-foundation": "<4.4 || >=8",
37-
"symfony/http-kernel": "<4.4 || >=8"
36+
"symfony/http-foundation": "<4.4 || >=9",
37+
"symfony/http-kernel": "<4.4 || >=9"
3838
},
3939

4040
"bin": [

0 commit comments

Comments
 (0)