Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 736227e

Browse files
committed
Only allow RoutingAuto 1.0, 1.1 has BC breaks
1 parent 24b5d04 commit 736227e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"minimum-stability": "dev",
1313
"require": {
14-
"symfony-cmf/routing-auto": "~1.0",
14+
"symfony-cmf/routing-auto": "1.0.*",
1515
"symfony-cmf/routing-bundle": "~1.2",
1616
"symfony-cmf/core-bundle": "~1.2",
1717
"aferrandini/urlizer": "1.0.*",

0 commit comments

Comments
 (0)