diff --git a/composer.json b/composer.json index 0196dac..a4c6a86 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,6 @@ "require-dev": { "codeception/codeception": "^4.1.5", "helhum/typo3-composer-setup": "^0.5.7", - "helmich/typo3-typoscript-lint": "^2.1.1", "j13k/yaml-lint": "1.1.x-dev", "nimut/testing-framework": "^5.0.3", "phpdocumentor/reflection-docblock": "<= 5.1 || > 5.2", @@ -102,7 +101,7 @@ ], "ci:tests:functional": "find 'Tests/Functional' -wholename '*Test.php' | parallel --gnu 'echo; echo \"Running functional test suite {}\"; .Build/vendor/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/FunctionalTests.xml {}';", "ci:tests:unit": ".Build/vendor/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit", - "ci:ts:lint": ".Build/vendor/bin/typoscript-lint -c Configuration/TsLint.yml --ansi -n --fail-on-warnings -vvv Configuration/TypoScript", + "ci:ts:lint": "php ./tools/typo3-typoscript-lint.phar -c Configuration/TsLint.yml --ansi -n --fail-on-warnings -vvv Configuration/TypoScript", "ci:yaml:lint": "find . ! -path '*.Build/*' -name '*.yml' | xargs .Build/vendor/bin/yaml-lint", "fix:php": [ "@fix:php:cs", diff --git a/phive.xml b/phive.xml index 786a980..979fb8c 100644 --- a/phive.xml +++ b/phive.xml @@ -5,4 +5,5 @@ + diff --git a/tools/typo3-typoscript-lint.phar b/tools/typo3-typoscript-lint.phar new file mode 100755 index 0000000..7647847 Binary files /dev/null and b/tools/typo3-typoscript-lint.phar differ