Skip to content

Commit

Permalink
Add some basic test packages & command
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Mar 30, 2019
1 parent 386a1d4 commit 35ca7a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
"ramsey/uuid": "^3.0",
"atehnix/laravel-stubs": "~6.0"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^2.0",
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
"Specialtactics\\L5Api\\": "src/"
Expand All @@ -29,5 +36,10 @@
"Specialtactics\\L5Api\\L5ApiServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"test": "./vendor/bin/phpunit --colors=always -v --testdox"
}
}

0 comments on commit 35ca7a3

Please sign in to comment.