Skip to content

Commit

Permalink
chore: add phpspec prophecy to require-dev (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Aug 23, 2022
1 parent 42dc3a6 commit a9355c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"require-dev": {
"phpunit/phpunit": "^5.5||^8.5",
"squizlabs/php_codesniffer": "3.*",
"yoast/phpunit-polyfills": "^1.0"
"yoast/phpunit-polyfills": "^1.0",
"phpspec/prophecy": "^1.10"
},
"conflict": {
"ext-protobuf": "<3.7.0"
Expand Down

0 comments on commit a9355c7

Please sign in to comment.