From 97f5cb8f9d8a1ec043272b565d0373fc04d185fc Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Thu, 23 Nov 2023 14:07:09 +0100 Subject: [PATCH] add requirements and conflicts-section --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6faa52..105fd0a 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,6 @@ "type": "oxideshop-module", "keywords": ["oxid", "modules", "eShop"], "homepage": "https://www.oxid-esales.com", - "version": "1.0.0", "license": [ "GPL-3.0" ], @@ -13,6 +12,12 @@ "target-directory": "osc/stripe" } }, + "conflicts": { + "oxid-esales/oxideshop-ce": "<6.10 | ^7.0" + }, + "require": { + "stripe/stripe-php": "^13" + }, "autoload": { "psr-4": { "OxidSolutionCatalysts\\Stripe\\": "./"