mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 22:16:13 +01:00
Update composer.json
Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
This commit is contained in:
parent
859167fd30
commit
fdf11975e9
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
"ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff",
|
||||
"ci:php:lint": "parallel-lint .*.php *.php Classes Configuration Tests",
|
||||
"ci:php:mess": "phpmd Classes text Build/phpmd/phpmd.xml",
|
||||
"ci:php:sniff": "phpcs --standard=Build/php/phpcs.xml Classes Configuration Tests",
|
||||
"ci:php:sniff": "phpcs --standard=Build/phpcs/phpcs.xml Classes Configuration Tests",
|
||||
"ci:php:stan": "phpstan --no-progress -v",
|
||||
"ci:static": [
|
||||
"@ci:composer:normalize",
|
||||
|
|
Loading…
Reference in a new issue