Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuter committed Oct 4, 2019
1 parent a614882 commit 065a5e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
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 065a5e5

Please sign in to comment.