Skip to content

Commit 0f39e9c

Browse files
committed
fix: Symfony 7.0 is not yet supported
1 parent 8057bc4 commit 0f39e9c

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
@@ -34,9 +34,9 @@
3434
"ext-mbstring": "*",
3535
"ext-openssl": "*",
3636
"auth0/auth0-php": "^8.10",
37-
"symfony/cache": "^6.4 || ^7.0",
38-
"symfony/framework-bundle": "^6.4 || ^7.0",
39-
"symfony/security-bundle": "^6.4 || ^7.0"
37+
"symfony/cache": "^6.4",
38+
"symfony/framework-bundle": "^6.4",
39+
"symfony/security-bundle": "^6.4"
4040
},
4141
"require-dev": {
4242
"ergebnis/composer-normalize": "^2",

0 commit comments

Comments
 (0)