diff --git a/meta/isotope/payment-pfc/composer.json b/meta/isotope/payment-pfc/composer.json new file mode 100644 index 00000000..81280c7d --- /dev/null +++ b/meta/isotope/payment-pfc/composer.json @@ -0,0 +1,27 @@ +{ + "name": "isotope/payment-pfc", + "description": "PostFinance Checkout implementation for Isotope eCommerce", + "keywords": ["isotope", "payment", "postfinance", "checkout"], + "type": "contao-bundle", + "license": "proprietary", + "authors": [ + { + "name": "terminal42 gmbh", + "homepage": "https://www.terminal42.ch" + } + ], + "require": { + "php": "^7.4 || ^8.0", + "contao/core-bundle": "^4.4", + "isotope/isotope-core": "^2.4", + "postfinancecheckout/sdk": "^2.1", + "symfony/http-kernel": "^3.3 || ^4. || ^5.0 || ^6.0" + }, + "require-dev": { + "contao/manager-plugin": "^2.0", + "terminal42/contao-build-tools": "dev-main" + }, + "conflict": { + "contao/manager-plugin": "<2.0 || >=3.0" + } +} diff --git a/meta/isotope/payment-skrill/composer.json b/meta/isotope/payment-skrill/composer.json new file mode 100644 index 00000000..23069a96 --- /dev/null +++ b/meta/isotope/payment-skrill/composer.json @@ -0,0 +1,26 @@ +{ + "name": "isotope/payment-skrill", + "description": "Skrill payment implementation for Isotope eCommerce", + "keywords": ["isotope", "payment", "skrill", "checkout"], + "type": "contao-bundle", + "license": "proprietary", + "authors": [ + { + "name": "terminal42 gmbh", + "homepage": "https://www.terminal42.ch" + } + ], + "require": { + "php": "^7.4 || ^8.0", + "ext-intl": "*", + "contao/core-bundle": "^4.9", + "isotope/isotope-core": "^2.8" + }, + "require-dev": { + "contao/manager-plugin": "^2.0", + "terminal42/contao-build-tools": "dev-main" + }, + "conflict": { + "contao/manager-plugin": "<2.0 || >=3.0" + } +} diff --git a/meta/isotope/payment-stripe/composer.json b/meta/isotope/payment-stripe/composer.json new file mode 100644 index 00000000..95d9ce97 --- /dev/null +++ b/meta/isotope/payment-stripe/composer.json @@ -0,0 +1,26 @@ +{ + "name": "isotope/payment-stripe", + "description": "Stripe payment method for Isotope eCommerce", + "keywords": ["contao", "isotope", "payment", "stripe"], + "type": "contao-bundle", + "license": "proprietary", + "authors": [ + { + "name": "terminal42 gmbh", + "homepage": "https://www.terminal42.ch" + } + ], + "require": { + "php": "^7.4 || ^8.0", + "contao/core-bundle": "^4.9", + "isotope/isotope-core": "^2.7", + "stripe/stripe-php": "^7.77" + }, + "require-dev": { + "contao/manager-plugin": "^2.0", + "terminal42/contao-build-tools": "dev-main" + }, + "conflict": { + "contao/manager-plugin": "<2.0 || >=3.0" + }, +} diff --git a/meta/isotope/shipping-plc/composer.json b/meta/isotope/shipping-plc/composer.json new file mode 100644 index 00000000..ceb795ad --- /dev/null +++ b/meta/isotope/shipping-plc/composer.json @@ -0,0 +1,34 @@ +{ + "name": "isotope/shipping-plc", + "description": "Isotope eCommerce shipping integration for Austrian Post-Labelcenter", + "homepage": "https://isotopeecommerce.org", + "keywords": [ + "contao", + "isotope", + "ecommerce", + "shipping", + "post-labelcenter" + ], + "type": "contao-bundle", + "license": "proprietary", + "authors": [ + { + "name": "terminal42 gmbh", + "homepage": "https://www.terminal42.ch" + } + ], + "require": { + "php": "^7.4 || ^8.0", + "contao/core-bundle": "^4.9", + "isotope/isotope-core": "^2.8", + "phpro/soap-client": "^2.0" + }, + "require-dev": { + "contao/manager-plugin": "^2.0", + "contao/core-bundle": "4.9.*", + "terminal42/contao-build-tools": "dev-main" + }, + "conflict": { + "contao/manager-plugin": "<2.0 || >= 3.0" + } +}