Skip to content

Commit c5f44c6

Browse files
authored
Merge pull request #30 from stof/symfony8
Add support for Symfony 8
2 parents 5922510 + 20a034f commit c5f44c6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
],
1313
"require": {
1414
"php": ">=8.2",
15-
"symfony/asset": "^6.4 || ^7.0",
16-
"symfony/cache": "^6.4 || ^7.0",
17-
"symfony/config": "^4.4 || ^5.3 || ^6.0 || ^7.0",
18-
"symfony/dependency-injection": "^6.4 || ^7.0",
19-
"symfony/finder": "^6.4 || ^7.0",
20-
"symfony/framework-bundle": "^6.4 || ^7.0",
21-
"symfony/http-kernel": "^6.4 || ^7.0"
15+
"symfony/asset": "^6.4 || ^7.0 || ^8.9",
16+
"symfony/cache": "^6.4 || ^7.0 || ^8.9",
17+
"symfony/config": "^4.4 || ^5.3 || ^6.0 || ^7.0 || ^8.9",
18+
"symfony/dependency-injection": "^6.4 || ^7.0 || ^8.9",
19+
"symfony/finder": "^6.4 || ^7.0 || ^8.9",
20+
"symfony/framework-bundle": "^6.4 || ^7.0 || ^8.9",
21+
"symfony/http-kernel": "^6.4 || ^7.0 || ^8.9"
2222
},
2323
"require-dev": {
2424
"jangregor/phpstan-prophecy": "^2.2",
@@ -28,7 +28,7 @@
2828
"phpstan/phpstan-phpunit": "^2.0",
2929
"phpstan/phpstan-symfony": "^2.0",
3030
"phpunit/phpunit": "^9.6.29",
31-
"symfony/phpunit-bridge": "^7.3.4",
31+
"symfony/phpunit-bridge": "^7.3.4 || ^8.0",
3232
"webmozart/assert": "^1.12"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)