Skip to content

Commit 204ccec

Browse files
authored
Merge pull request #136 from RonasIT/paratests
feat: set up project to use Paratest
2 parents 7ed8231 + 026e18b commit 204ccec

21 files changed

+1478
-240
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"require-dev": {
2424
"orchestra/testbench": "^9.3",
2525
"php-coveralls/php-coveralls": "^2.7",
26-
"php-mock/php-mock-phpunit": "^2.10"
26+
"php-mock/php-mock-phpunit": "^2.10",
27+
"ronasit/laravel-helpers": "^3.4"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)