From f82a1735bb876adee6a6c9c9af2490d73a8e84fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Sele=C5=A1i?= Date: Thu, 13 Jul 2023 05:00:09 +0200 Subject: [PATCH] Removed static version --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" + } }