Skip to content

Commit 8e39d16

Browse files
[6.4] Allow 7.0 deps
1 parent d23ad22 commit 8e39d16

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.1"
2020
},
2121
"require-dev": {
22-
"symfony/security-core": "^5.4|^6.0",
23-
"symfony/console": "^5.4|^6.0"
22+
"symfony/security-core": "^5.4|^6.0|^7.0",
23+
"symfony/console": "^5.4|^6.0|^7.0"
2424
},
2525
"conflict": {
2626
"symfony/security-core": "<5.4"

0 commit comments

Comments
 (0)