Skip to content

Commit

Permalink
Require phpspec/prophecy as a dev dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
athos-ribeiro committed Sep 8, 2022
1 parent a396191 commit d63f3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -16,6 +16,7 @@
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpspec/prophecy": "^1.15",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"conflict": {
Expand Down

0 comments on commit d63f3cc

Please sign in to comment.