From e87894ff826591cdbaec20d9e7808acbde51e02a Mon Sep 17 00:00:00 2001 From: Patrick Mehringer Date: Tue, 2 Jul 2024 11:48:58 +0200 Subject: [PATCH] Test --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3e8b91d2..82dd6503 100755 --- a/composer.json +++ b/composer.json @@ -3,9 +3,7 @@ "description": "CLI providing single-threaded Magento 2 importing functionality based on Pacemaker", "license": "MIT", "require": { - "php": "^8.1", - "techdivision/import": "dev-compatibility-php-81", - "techdivision/import-cli": "dev-compatibility-php-81" + "php": "^8.1" }, "minimum-stability": "dev", "prefer-stable": true,