diff --git a/composer.json b/composer.json index af87a4e..a77d4ad 100644 --- a/composer.json +++ b/composer.json @@ -1,51 +1,51 @@ -{ - "name": "d3/heidelpay", - "description": "Heidelpay client module for oxid eShop v6", - "type": "oxideshop-module", - "authors": [ - { - "name": "D3 Data Development (Inh. Thomas Dartsch)", - "email": "info@shopmodule.com", - "homepage": "http://www.oxidmodule.com", - "role": "Owner" - } - ], - "support": { - "email": "support@shopmodule.com" - }, - "keywords": [ - "oxid", - "modules", - "eShop", - "d3", - "heidelpay", - "creditcard", - "debitcard", - "payment" - ], - "homepage": "https://www.oxidmodule.com/", - "license": [ - "proprietary" - ], - "extra": { - "oxideshop": { - "source-directory": "/src", - "target-directory": "d3/heidelpay" - } - }, - "require": { - "php": "5.6 - 7.0", - "ext-ionCube-Loader": "*", - "lib-curl": ">=7.34.0", - "lib-openssl": ">=1.0.1", - "ext-curl": "*", - "ext-openssl": "*", - "OXID-eSales/oxideshop_metapackage_ce": "~6.0.1", - "d3/modcfg": "~5.1" - }, - "autoload": { - "psr-4": { - "D3\\Heidelpay\\": "../../../source/modules/d3/heidelpay" - } - } -} +{ + "name": "d3/heidelpay", + "description": "Heidelpay client module for oxid eShop v6", + "type": "oxideshop-module", + "authors": [ + { + "name": "D3 Data Development (Inh. Thomas Dartsch)", + "email": "info@shopmodule.com", + "homepage": "http://www.oxidmodule.com", + "role": "Owner" + } + ], + "support": { + "email": "support@shopmodule.com" + }, + "keywords": [ + "oxid", + "modules", + "eShop", + "d3", + "heidelpay", + "creditcard", + "debitcard", + "payment" + ], + "homepage": "https://www.oxidmodule.com/", + "license": [ + "proprietary" + ], + "extra": { + "oxideshop": { + "source-directory": "/src", + "target-directory": "d3/heidelpay" + } + }, + "require": { + "php": "5.6 - 7.0", + "ext-ionCube-Loader": "*", + "lib-curl": ">=7.34.0", + "lib-openssl": ">=1.0.1", + "ext-curl": "*", + "ext-openssl": "*", + "OXID-eSales/oxideshop_metapackage_ce": "~6.0.1", + "d3/modcfg": "~5.1" + }, + "autoload": { + "psr-4": { + "D3\\Heidelpay\\": "../../../source/modules/d3/heidelpay" + } + } +}