Skip to content

Commit 3aac25d

Browse files
Update type resolver usage
1 parent bdd9f73 commit 3aac25d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^7.0",
14-
"phpdocumentor/reflection-common": "^1.0.0",
15-
"phpdocumentor/type-resolver": "^0.4.0",
14+
"phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
15+
"phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
1616
"webmozart/assert": "^1.0"
1717
},
1818
"autoload": {
@@ -24,7 +24,7 @@
2424
"require-dev": {
2525
"mockery/mockery": "^1.0",
2626
"phpunit/phpunit": "^6.4",
27-
"doctrine/instantiator": "~1.0.5"
27+
"doctrine/instantiator": "^1.0.5"
2828
},
2929
"extra": {
3030
"branch-alias": {

0 commit comments

Comments
 (0)