Skip to content

Commit d63f3cc

Browse files
committed
Require phpspec/prophecy as a dev dependency
While e03ad06 (reverted) is not applied, we require phpspec/prophecy as a development dependency. This is needed because phpunit dropped ptophecy as a dependency in recent releases. See e03ad06 for further reference.
1 parent a396191 commit d63f3cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"require-dev": {
1717
"doctrine/collections": "^1.6.8",
1818
"doctrine/common": "^2.13.3 || ^3.2.2",
19+
"phpspec/prophecy": "^1.15",
1920
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2021
},
2122
"conflict": {

0 commit comments

Comments
 (0)