Skip to content

Commit

Permalink
Merge pull request #260 from statikbe/add-ecs-script
Browse files Browse the repository at this point in the history
Add ecs & phpstan script to composer
  • Loading branch information
Numkil authored Feb 1, 2024
2 parents d37a678 + 3cec88f commit 58806e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
}
},
"scripts": {
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --ansi --fix",
"phpstan": "phpstan --memory-limit=1G",
"post-create-project-cmd": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php -r \"copy('.gitignore.example', '.gitignore');\"",
Expand Down

0 comments on commit 58806e6

Please sign in to comment.