Skip to content

Commit

Permalink
Allow Symfony 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored May 28, 2019
1 parent 22928f6 commit 41efff3
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 41efff3

Please sign in to comment.