Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Mar 19, 2017
1 parent e165c39 commit 9709213
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,22 @@
}
},
"scripts": {
"all": [
"tools": "sh composer-tools.sh",
"ci": [
"@fix",
"@analyse",
"@test"
],
"tools": "sh composer-tools.sh",
"fix": "\"vendor-tools/bin/php-cs-fixer\" fix",
"analyse": "\"vendor-tools/bin/phpstan\" analyse --no-progress --level=5 --configuration=phpstan.neon src tests",
"test": [
"\"vendor/bin/codecept\" build",
"\"vendor/bin/codecept\" run --debug"
]
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
}
}
}

0 comments on commit 9709213

Please sign in to comment.