Skip to content

Commit

Permalink
Merge 065a5e5 into a614882
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuter committed Oct 4, 2019
2 parents a614882 + 065a5e5 commit 1c80ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@phpcs",
"@phpstan"
],
"phpunit": "php vendor/bin/phpunit --process-isolation",
"phpcs": "php vendor/bin/phpcs",
"phpstan": "php -d memory_limit=-1 vendor/bin/phpstan analyse src"
"phpunit": "phpunit",
"phpcs": "phpcs",
"phpstan": "phpstan analyse src --memory-limit=-1"
}
}

0 comments on commit 1c80ee7

Please sign in to comment.