diff --git a/composer.json b/composer.json index c89986a..89c3ffd 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,5 @@ "scripts": { "cs-fixer": "@php tools/ecs/vendor/bin/ecs check config/ contao/ src/ templates/ tests/ --config tools/ecs/config.php --fix --ansi", "unit-tests": "@php tools/phpunit/vendor/bin/phpunit -c tools/phpunit/phpunit.xml.dist" - }, - "version": "0.9.0" + } }