Skip to content

Commit 55b4b4f

Browse files
minor #48 Allow Symfony 5.0 (nicolas-grekas)
This PR was merged into the 3.0-dev branch. Discussion ---------- Allow Symfony 5.0 Commits ------- 41efff3 Allow Symfony 5.0
2 parents 22928f6 + 41efff3 commit 55b4b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.9",
20-
"symfony/security-core": "~2.8|~3.0|~4.0"
20+
"symfony/security-core": "^2.8|^3.0|^4.0|^5.0"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "~2.8|~3.0|~4.0",
23+
"symfony/phpunit-bridge": "^2.8|^3.0|^4.0|^5.0",
2424
"doctrine/common": "~2.2",
2525
"doctrine/dbal": "~2.2",
2626
"psr/log": "~1.0"

0 commit comments

Comments
 (0)