Skip to content

Commit 8a74054

Browse files
committed
Fixed tests by adding mockery to composer.json
1 parent 1576a69 commit 8a74054

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
@@ -38,7 +38,8 @@
3838
}
3939
},
4040
"require-dev": {
41-
"pestphp/pest": "^1.22|^2.34"
41+
"pestphp/pest": "^1.22|^2.34",
42+
"mockery/mockery": "^1.6"
4243
},
4344
"config": {
4445
"allow-plugins": {

0 commit comments

Comments
 (0)