changed line endings of composer.json

This commit is contained in:
kristianhempel 2018-04-26 09:27:05 +02:00
parent 5ae467fdb5
commit 645d0ef47a
1 changed files with 51 additions and 51 deletions

View File

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