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",
"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"
}
}
}