Skip to content

Commit 9bec683

Browse files
Allow Symfony ^8.0
1 parent 31fbe66 commit 9bec683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"php": ">=8.2"
2020
},
2121
"require-dev": {
22-
"symfony/security-core": "^6.4|^7.0",
23-
"symfony/console": "^6.4|^7.0"
22+
"symfony/security-core": "^6.4|^7.0|^8.0",
23+
"symfony/console": "^6.4|^7.0|^8.0"
2424
},
2525
"conflict": {
2626
"symfony/security-core": "<6.4"

0 commit comments

Comments
 (0)