Skip to content

Commit 0ed7988

Browse files
committed
[BUGFIX] Require phpspec/prophecy as dev dependency
1 parent d767f1e commit 0ed7988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": ">=6.0 <10.0",
39-
"symfony/filesystem": ">=2.7 <7.0"
39+
"symfony/filesystem": ">=2.7 <7.0",
40+
"phpspec/prophecy": "^1.0"
4041
},
4142
"suggest": {
4243
"friendsofphp/php-cs-fixer": "Tool to automatically fix PHP coding standards issues"

0 commit comments

Comments
 (0)