Skip to content

Commit

Permalink
minor #48 Allow Symfony 5.0 (nicolas-grekas)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0-dev branch.

Discussion
----------

Allow Symfony 5.0

Commits
-------

41efff3 Allow Symfony 5.0
  • Loading branch information
nicolas-grekas committed May 28, 2019
2 parents 22928f6 + 41efff3 commit 55b4b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": ">=5.5.9",
"symfony/security-core": "~2.8|~3.0|~4.0"
"symfony/security-core": "^2.8|^3.0|^4.0|^5.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
"symfony/phpunit-bridge": "^2.8|^3.0|^4.0|^5.0",
"doctrine/common": "~2.2",
"doctrine/dbal": "~2.2",
"psr/log": "~1.0"
Expand Down

0 comments on commit 55b4b4f

Please sign in to comment.