From acd9c5a420bc336aef8419a98c1c2e6674e2f9e6 Mon Sep 17 00:00:00 2001 From: MaxBuhe01 Date: Thu, 7 Nov 2024 19:01:08 +0100 Subject: [PATCH] [Fixed] defined composer installable --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5bce61b..67700a1 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ ], "require": { "php": ">=7.0", - "oxid-esales/oxideshop-ce": "v6.0 - v6.3" + "oxid-esales/oxideshop-ce": "v6.0 - v6.5.6" }, "require-dev": { "phpunit/phpunit" : "^9.5",