Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7f31b2

Browse files
minor #30330 [FrameworkBundle] fix lowest supported Routing component version (xabbuh)
This PR was merged into the 4.3-dev branch. Discussion ---------- [FrameworkBundle] fix lowest supported Routing component version | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 715cf8d fix lowest supported Routing component version
2 parents 5a3e894 + 715cf8d commit f7f31b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"symfony/polyfill-mbstring": "~1.0",
2929
"symfony/filesystem": "~3.4|~4.0",
3030
"symfony/finder": "~3.4|~4.0",
31-
"symfony/routing": "^4.1"
31+
"symfony/routing": "^4.3"
3232
},
3333
"require-dev": {
3434
"doctrine/cache": "~1.0",

0 commit comments

Comments
 (0)