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

Commit 300840a

Browse files
Merge pull request #210 from symfony-cmf/fix_master
Fix master
2 parents c30ce68 + 547f8b1 commit 300840a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
"require": {
1313
"php": "^5.6|^7.0",
1414
"symfony/framework-bundle": "^2.8|^3.0",
15-
"symfony-cmf/routing-auto": "^2.0.0-RC2",
15+
"symfony-cmf/routing-auto": "2.0.0-RC2",
1616
"symfony-cmf/routing-bundle": "^1.2.0|^2.0",
17-
"aferrandini/urlizer": "1.0.*"
17+
"aferrandini/urlizer": "1.0.*",
18+
"phpdocumentor/reflection-docblock": "^3.1, !=3.2.0"
1819
},
1920
"require-dev": {
2021
"symfony-cmf/testing": "^1.3|^2.0",

0 commit comments

Comments
 (0)