Skip to content

Commit

Permalink
Adding rector in composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed May 21, 2023
1 parent 7620ce7 commit 93ed7ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hi-folks/lara-sock",
"description": "WebSocket package for Laravel application, using Swoole or Open Swoole server",
"description": "WebSocket package for Laravel application, using Open Swoole server",
"keywords": [
"laravel",
"lara-sock",
Expand All @@ -14,7 +14,6 @@
"authors": [
{
"name": "Roberto Butti",
"email": "[email protected]",
"role": "Developer"
}
],
Expand Down Expand Up @@ -44,11 +43,12 @@
"scripts": {
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
"all":
[ "@analyse", "@format", "@test" ],
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"format": "vendor/bin/pint"
[ "@analyse", "@rector","@format", "@test" ],
"analyse": "phpstan analyse",
"test": "pest",
"test-coverage": "pest --coverage",
"format": "pint",
"rector": "rector process --dry-run"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 93ed7ec

Please sign in to comment.