We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd9f73 commit 3aac25dCopy full SHA for 3aac25d
composer.json
@@ -11,8 +11,8 @@
11
],
12
"require": {
13
"php": "^7.0",
14
- "phpdocumentor/reflection-common": "^1.0.0",
15
- "phpdocumentor/type-resolver": "^0.4.0",
+ "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
+ "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
16
"webmozart/assert": "^1.0"
17
},
18
"autoload": {
@@ -24,7 +24,7 @@
24
"require-dev": {
25
"mockery/mockery": "^1.0",
26
"phpunit/phpunit": "^6.4",
27
- "doctrine/instantiator": "~1.0.5"
+ "doctrine/instantiator": "^1.0.5"
28
29
"extra": {
30
"branch-alias": {
0 commit comments