Skip to content

Commit a606927

Browse files
committed
bump deps to get library alphas
1 parent 1a79923 commit a606927

File tree

2 files changed

+27
-31
lines changed

2 files changed

+27
-31
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"email": "[email protected]"
1010
}
1111
],
12+
"minimum-stability": "alpha",
1213
"require": {
1314
"php": ">=7.1",
14-
"phpdocumentor/type-resolver": "^0.5",
15-
"webmozart/assert": "^1.0"
15+
"phpdocumentor/type-resolver": "^0",
16+
"webmozart/assert": "^1"
1617
},
1718
"require-dev": {
18-
"mockery/mockery": "^1.0",
19-
"doctrine/instantiator": "^1.0"
19+
"mockery/mockery": "^1",
20+
"doctrine/instantiator": "^1"
2021
},
2122
"autoload": {
2223
"psr-4": {

composer.lock

Lines changed: 22 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)