mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 03:56:12 +02:00

Update composer.json

Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
This commit is contained in:
Eike Starkmann 2024-07-30 20:12:52 +02:00 committed by GitHub
parent e3c502ad81
commit aa3d1a0536
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@
"@ci:php:stan"
],
"ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff",
"ci:php:lint": "parallel-lint --exclude .git --exclude .cache --exclude .Build --exclude typo3temp --exclude Documentation --exclude Resources --exclude .gitlab --exclude .github .",
"ci:php:lint": "parallel-lint .*.php *.php Classes Configuration Tests",
"ci:php:sniff": "phpcs Classes Configuration Tests",
"ci:php:stan": "phpstan --no-progress",
"ci:static": [