Skip to content

Commit 556e122

Browse files
committed
Allow Symfony 6.0
1 parent 8bc635b commit 556e122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"symfony/security-core": "^4.4|^5.0"
20+
"symfony/security-core": "^4.4|^5.0|^6.0"
2121
},
2222
"require-dev": {
23-
"symfony/cache": "^4.4|^5.0",
24-
"symfony/finder": "^4.4|^5.0",
25-
"symfony/phpunit-bridge": "^5.2",
23+
"symfony/cache": "^4.4|^5.0|^6.0",
24+
"symfony/finder": "^4.4|^5.0|^6.0",
25+
"symfony/phpunit-bridge": "^5.2|^6.0",
2626
"doctrine/cache": "^1.6",
2727
"doctrine/common": "^2.2|^3",
2828
"doctrine/persistence": "^1.3.3|^2",

0 commit comments

Comments
 (0)