Skip to content

Commit 86572f3

Browse files
dependencies : allow symfony 8
1 parent 5b25bd5 commit 86572f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"ext-mbstring": "*",
3434
"ext-openssl": "*",
3535
"auth0/auth0-php": "^8.17",
36-
"symfony/cache": "^6.4 || ^7.0",
37-
"symfony/framework-bundle": "^6.4 || ^7.0",
38-
"symfony/security-bundle": "^6.4 || ^7.0"
36+
"symfony/cache": "^6.4 || ^7.0 || ^8.0",
37+
"symfony/framework-bundle": "^6.4 || ^7.0 || ^8.0",
38+
"symfony/security-bundle": "^6.4 || ^7.0 || ^8.0"
3939
},
4040
"require-dev": {
4141
"ergebnis/composer-normalize": "^2",

0 commit comments

Comments
 (0)