Skip to content

Commit 2dac8f0

Browse files
committed
Require at least phpspec/prophecy 1.8 due to phpspec/prophecy#412
1 parent a131600 commit 2dac8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
},
2020
"require-dev": {
2121
"phpspec/phpspec": "^3.4 || ^4.2",
22-
"phpspec/prophecy": "^1.7",
22+
"phpspec/prophecy": "^1.8",
2323
"guzzlehttp/psr7": "^1.4"
2424
},
2525
"conflict": {
26-
"doctrine/instantiator": "<1.0.5",
26+
"doctrine/instantiator": "<1.1",
2727
"sebastian/comparator": "<2"
2828
},
2929
"suggest": {

0 commit comments

Comments
 (0)