Version bump phpdocumentor/type-resolver

Due a hotfix done in the the type resolver library version 0.1.5 is the new minimal version of type-resolver.
Without this fix an infinitive loop is created when the use keyword is used in a class.
This commit is contained in:
Jaapio
2015-10-26 15:19:12 +01:00
parent ed4c6b77ab
commit ab334170b7
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"require": {
"php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0@dev",
"phpdocumentor/type-resolver": "^0.1.2",
"phpdocumentor/type-resolver": "^0.1.5",
"webmozart/assert": "^1.0"
},
"autoload": {