From 6fae2bf0e707797abbf09eccc36e085e85336374 Mon Sep 17 00:00:00 2001 From: Stefan Froemken Date: Thu, 20 Apr 2023 17:05:08 +0200 Subject: [PATCH] Remove unused composer commands --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 30f5234..ae795d8 100644 --- a/composer.json +++ b/composer.json @@ -46,8 +46,6 @@ "php:fix": ".build/vendor/bin/php-cs-fixer --config=Build/php-cs-fixer/config.php fix Classes", "ci:php:lint": "find *.php Classes Configuration -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l", "ci:php:fixer": ".build/vendor/bin/php-cs-fixer --config=Build/php-cs-fixer/config.php fix --dry-run -v --show-progress=dots --diff Classes", - "ci:tests:unit": "php .build/vendor/bin/phpunit -c .build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit", - "ci:tests:functional": "php .build/vendor/bin/phpunit -c .build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml Tests/Functional", "link-extension": [ "@php -r 'is_dir($extFolder=__DIR__.\"/.build/public/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'", "@php -r 'file_exists($extFolder=__DIR__.\"/.build/public/typo3conf/ext/video_shariff\") || symlink(__DIR__,$extFolder);'"