Skip to content

Commit 22c3573

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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": {

0 commit comments

Comments
 (0)