From 9e75f3418a5851d4705af74bf1a0af1d80255be9 Mon Sep 17 00:00:00 2001 From: Hamid Peywasti Date: Mon, 7 Aug 2023 13:34:20 +0330 Subject: [PATCH] remove version --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c1896f1..24eace7 100644 --- a/composer.json +++ b/composer.json @@ -41,6 +41,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.1.0" + } } \ No newline at end of file