Skip to content

Commit 15b96b5

Browse files
minor #111 Allow Symfony 7 (nicolas-grekas)
This PR was merged into the main branch. Discussion ---------- Allow Symfony 7 Commits ------- f5a2e32 Allow Symfony 7
2 parents f24881e + f5a2e32 commit 15b96b5

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|^6.0"
20+
"symfony/security-core": "^4.4|^5.0|^6.0|^7.0"
2121
},
2222
"require-dev": {
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",
23+
"symfony/cache": "^4.4|^5.0|^6.0|^7.0",
24+
"symfony/finder": "^4.4|^5.0|^6.0|^7.0",
25+
"symfony/phpunit-bridge": "^5.2|^6.0|^7.0",
2626
"doctrine/cache": "^1.11|^2.0",
2727
"doctrine/common": "^2.2|^3",
2828
"doctrine/persistence": "^1.3.3|^2|^3",

0 commit comments

Comments
 (0)