Skip to content

Commit 3f39be8

Browse files
adding mockery and faker for testing
1 parent 9b5a15d commit 3f39be8

File tree

2 files changed

+253
-1
lines changed

2 files changed

+253
-1
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"ext-mbstring": "*"
1515
},
1616
"require-dev": {
17+
"fakerphp/faker": "^1.24",
1718
"laravel/pint": "^1.24",
19+
"mockery/mockery": "^1.6",
1820
"myclabs/deep-copy": "^1.13",
1921
"phpstan/phpstan": "^2.1",
2022
"phpunit/phpunit": "^12.2",

composer.lock

Lines changed: 251 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)