Skip to content

Commit 1f26b5f

Browse files
authored
Merge pull request #420 from DonCallisto/patch-2
Bumped symfony 4 minor version
2 parents 1efc2d9 + dcb9b2f commit 1f26b5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"require": {
2222
"php": "^7.2",
2323
"knplabs/knp-menu": "^3.0",
24-
"symfony/framework-bundle": "^3.4 | ^4.0 | ^5.0"
24+
"symfony/framework-bundle": "^3.4 | ^4.2 | ^5.0"
2525
},
2626
"require-dev": {
2727
"phpspec/prophecy": "^1.8",
28-
"symfony/phpunit-bridge": "^3.4 | ^4.0 | ^5.0",
29-
"symfony/expression-language": "^3.4 | ^4.0 | ^5.0",
28+
"symfony/phpunit-bridge": "^3.4 | ^4.2 | ^5.0",
29+
"symfony/expression-language": "^3.4 | ^4.2 | ^5.0",
3030
"symfony/templating": "^3.4 | ^4.0 | ^5.0"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)