Skip to content

Commit

Permalink
Merge pull request KnpLabs#3 from tacman/patch-7
Browse files Browse the repository at this point in the history
allow Symfony 7.1 beta
  • Loading branch information
jfsenechal authored May 15, 2024
2 parents d376796 + 47d69d2 commit ed012d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/security-bundle": "^5.4|^6.0|7.0.*",
"symfony/security-bundle": "^5.4|^6.0|^7.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/string": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^2.4|^3.0",
Expand Down

0 comments on commit ed012d1

Please sign in to comment.