Skip to content

Commit e9434c3

Browse files
authored
composer.json: Expand scripts section
1 parent ca4d37c commit e9434c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@
4444
"phpcs --encoding=utf-8 --standard=PSR2 --report-checkstyle=reports/checkstyle-phpcs.xml --report-full --extensions=php src/* tests/phpunit/*"
4545
],
4646
"phan": "phan -d . --long-progress-bar",
47+
"phpcs": "phpcs --encoding=utf-8 --standard=PSR2 --extensions=php src/* tests/phpunit/*",
48+
"phpunit": "phpunit",
4749
"test": [
4850
"composer validate --no-interaction",
4951
"parallel-lint src tests",
50-
"phpunit",
51-
"phpcs --encoding=utf-8 --standard=PSR2 --extensions=php src/* tests/phpunit/*"
52+
"@phpunit",
53+
"@phpcs"
5254
]
5355
}
5456
}

0 commit comments

Comments
 (0)