Downgrade phpdocumentor/type-resolver to 0.3

In order to restore a bc break made in 3.2.0 I downgraded the
type-resolver. This makes the version less compatible with php 7.1
But will help our users to upgrade.
This commit is contained in:
Jaapio
2017-08-04 22:52:58 +02:00
parent 46f7e8bb07
commit 48d3720bf4
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"require": {
"php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0@dev",
"phpdocumentor/type-resolver": "^0.4.0",
"phpdocumentor/type-resolver": "^0.3.0",
"webmozart/assert": "^1.0"
},
"autoload": {