Skip to content

Commit 2d6ece5

Browse files
authored
Merge pull request #31 from stof/fix_symfony8
Fix constraints to allow Symfony 8 stable releases
2 parents c5f44c6 + 1c910e5 commit 2d6ece5

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
@@ -14,11 +14,11 @@
1414
"php": ">=8.2",
1515
"symfony/asset": "^6.4 || ^7.0 || ^8.9",
1616
"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"
17+
"symfony/config": "^4.4 || ^5.3 || ^6.0 || ^7.0 || ^8.0",
18+
"symfony/dependency-injection": "^6.4 || ^7.0 || ^8.0",
19+
"symfony/finder": "^6.4 || ^7.0 || ^8.0",
20+
"symfony/framework-bundle": "^6.4 || ^7.0 || ^8.0",
21+
"symfony/http-kernel": "^6.4 || ^7.0 || ^8.0"
2222
},
2323
"require-dev": {
2424
"jangregor/phpstan-prophecy": "^2.2",

0 commit comments

Comments
 (0)