Skip to content

Commit 77d756d

Browse files
committed
feat: support Symfony@6
1 parent 7d90eda commit 77d756d

File tree

5 files changed

+177
-252
lines changed

5 files changed

+177
-252
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"php": ">=7.4",
2525
"composer/composer": "^1 || ^2",
2626
"pitch/annotation": "^1.0",
27-
"symfony/config": "^5.4.9",
28-
"symfony/dependency-injection": "^5.4.9",
29-
"symfony/http-kernel": "^5.4.9"
27+
"symfony/config": "^5.4.9 || ^6",
28+
"symfony/dependency-injection": "^5.4.9 || ^6",
29+
"symfony/http-kernel": "^5.4.9 || ^6"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.5.21",
3333
"doctrine/annotations": "^1.12",
3434
"mikey179/vfsstream": "^1.6.10",
3535
"squizlabs/php_codesniffer": "^3.7.1",
36-
"symfony/framework-bundle": "^5.4.9"
36+
"symfony/framework-bundle": "^5.4.9 || ^6"
3737
},
3838
"scripts": {
3939
"lint": "phpcs",

0 commit comments

Comments
 (0)