Skip to content

Commit 9ca4352

Browse files
committed
Allow FosJSRoutingBundle dev for Sf 3 support
1 parent e6fc8d4 commit 9ca4352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"homepage": "https://github.com/symfony-cmf/Routing/contributors"
99
}
1010
],
11+
"prefer-stable": true,
1112
"require": {
1213
"php": "^5.3.9|^7.0",
1314
"symfony/symfony": "^2.3|3.*",
@@ -20,7 +21,7 @@
2021
"doctrine/data-fixtures": "^1.0.0-alpha3",
2122
"jackalope/jackalope": "^1.1.5",
2223
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
23-
"friendsofsymfony/jsrouting-bundle": "^1.1"
24+
"friendsofsymfony/jsrouting-bundle": "^1.1@dev"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)