Skip to content

Commit

Permalink
minor #111 Allow Symfony 7 (nicolas-grekas)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Allow Symfony 7

Commits
-------

f5a2e32 Allow Symfony 7
  • Loading branch information
nicolas-grekas committed May 23, 2023
2 parents f24881e + f5a2e32 commit 15b96b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": ">=7.2.5",
"symfony/security-core": "^4.4|^5.0|^6.0"
"symfony/security-core": "^4.4|^5.0|^6.0|^7.0"
},
"require-dev": {
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/phpunit-bridge": "^5.2|^6.0",
"symfony/cache": "^4.4|^5.0|^6.0|^7.0",
"symfony/finder": "^4.4|^5.0|^6.0|^7.0",
"symfony/phpunit-bridge": "^5.2|^6.0|^7.0",
"doctrine/cache": "^1.11|^2.0",
"doctrine/common": "^2.2|^3",
"doctrine/persistence": "^1.3.3|^2|^3",
Expand Down

0 comments on commit 15b96b5

Please sign in to comment.