Skip to content

Commit 47608f1

Browse files
authored
Require phpspec/prophecy
1 parent 4c23d27 commit 47608f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

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

0 commit comments

Comments
 (0)