Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit ef65e8c

Browse files
committed
qa: require prophecy 1.9 or greater
To ensure we work with PHP 7.4.
1 parent 27ccac3 commit ef65e8c

File tree

2 files changed

+279
-266
lines changed

2 files changed

+279
-266
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
3333
"zendframework/zend-coding-standard": "~1.0"
3434
},
35+
"conflict": {
36+
"phpspec/prophecy": "<1.9.0"
37+
},
3538
"provide": {
3639
"psr/http-message-implementation": "1.0"
3740
},

0 commit comments

Comments
 (0)