Skip to content

Commit

Permalink
fix: Symfony 7.0 is not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Dec 19, 2023
1 parent 8057bc4 commit 0f39e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"ext-mbstring": "*",
"ext-openssl": "*",
"auth0/auth0-php": "^8.10",
"symfony/cache": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/security-bundle": "^6.4 || ^7.0"
"symfony/cache": "^6.4",
"symfony/framework-bundle": "^6.4",
"symfony/security-bundle": "^6.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2",
Expand Down

0 comments on commit 0f39e9c

Please sign in to comment.