Skip to content

Commit 3838c09

Browse files
committed
Allow Symfony 6
1 parent 82dbf1e commit 3838c09

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
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"symfony/options-resolver": "^4.4|^5.0",
20+
"symfony/options-resolver": "^4.4|^5.0|^6.0",
2121
"symfony/polyfill-php80": "^1.15",
2222
"ext-ldap": "*"
2323
},
2424
"require-dev": {
25-
"symfony/security-core": "^5.3"
25+
"symfony/security-core": "^5.3|^6.0"
2626
},
2727
"conflict": {
2828
"symfony/options-resolver": "<4.4",

0 commit comments

Comments
 (0)