Skip to content

Commit 1c4f517

Browse files
committed
build: Include phpspec/prophecy dependency
1 parent 2a431f2 commit 1c4f517

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
@@ -34,7 +34,8 @@
3434
"require-dev": {
3535
"friendsofphp/php-cs-fixer": "~2.2.20 || ~2.19.0",
3636
"json-schema/json-schema-test-suite": "1.2.0",
37-
"phpunit/phpunit": "^8.5"
37+
"phpunit/phpunit": "^8.5",
38+
"phpspec/prophecy": "^1.19"
3839
},
3940
"extra": {
4041
"branch-alias": {

0 commit comments

Comments
 (0)