Skip to content

Commit

Permalink
Merge pull request #104 from adriansuter/patch-composer-scripts
Browse files Browse the repository at this point in the history
Fix composer scripts
  • Loading branch information
l0gicgate committed Oct 5, 2019
2 parents a614882 + 065a5e5 commit 433f865
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 433f865

Please sign in to comment.