Skip to content

Commit

Permalink
Merge branch 'lumen' into lumen-console-to-artisan
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Oct 23, 2017
2 parents ac6fb75 + 9ef97e8 commit 667258b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
"phinx migrate -c phinx.php"
],
"pre-test" : [
"php artisan passport:keys",
"@migrate"
"@migrate",
"php artisan passport:keys"
],
"test" : [
"phpunit --no-coverage",
Expand Down

0 comments on commit 667258b

Please sign in to comment.