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

Commit 547f8b1

Browse files
committed
restrict reflection-docblock version
this version 3.2.0 causes some trouble, so we won't use them. I would expect symfony to restrict it, until now we do. We also restrict routing-auto component on RC2 of 2.0.0 for now.
1 parent c30ce68 commit 547f8b1

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)