mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
parent
d0a44cfe3b
commit
6ecef45f37
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
|||
"helmich/typo3-typoscript-lint": "^3.1.1",
|
||||
"icanhazstring/composer-unused": "^0.8.11",
|
||||
"php-coveralls/php-coveralls": "^2.7.0",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.4",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.4",
|
||||
"phpmd/phpmd": "^2.15",
|
||||
"phpstan/extension-installer": "^1.4.1",
|
||||
"phpstan/phpstan": "^1.11.8",
|
||||
|
@ -147,9 +147,9 @@
|
|||
],
|
||||
"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,Configuration,Tests text Build/phpmd.xml",
|
||||
"ci:php:sniff": "phpcs Classes Configuration Tests",
|
||||
"ci:php:stan": "phpstan --no-progress",
|
||||
"ci:php:mess": "phpmd Classes,Configuration,Tests text Build/phpmd.xml",
|
||||
"ci:static": [
|
||||
"@ci:composer:normalize",
|
||||
"@ci:json:lint",
|
||||
|
|
Loading…
Reference in a new issue