We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4d37c commit e9434c3Copy full SHA for e9434c3
composer.json
@@ -44,11 +44,13 @@
44
"phpcs --encoding=utf-8 --standard=PSR2 --report-checkstyle=reports/checkstyle-phpcs.xml --report-full --extensions=php src/* tests/phpunit/*"
45
],
46
"phan": "phan -d . --long-progress-bar",
47
+ "phpcs": "phpcs --encoding=utf-8 --standard=PSR2 --extensions=php src/* tests/phpunit/*",
48
+ "phpunit": "phpunit",
49
"test": [
50
"composer validate --no-interaction",
51
"parallel-lint src tests",
- "phpunit",
- "phpcs --encoding=utf-8 --standard=PSR2 --extensions=php src/* tests/phpunit/*"
52
+ "@phpunit",
53
+ "@phpcs"
54
]
55
}
56
0 commit comments