change line endings for easy patching
This commit is contained in:
parent
ccb48a73c1
commit
a4fa041154
BIN
.gitattributes
vendored
Normal file
BIN
.gitattributes
vendored
Normal file
Binary file not shown.
@ -1,41 +1,41 @@
|
|||||||
{
|
{
|
||||||
"name": "d3/devhelper",
|
"name": "d3/devhelper",
|
||||||
"description": "Manipulate shop standard processes for easier development",
|
"description": "Manipulate shop standard processes for easier development",
|
||||||
"type": "oxideshop-module",
|
"type": "oxideshop-module",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"oxid",
|
"oxid",
|
||||||
"modules",
|
"modules",
|
||||||
"eShop",
|
"eShop",
|
||||||
"d3",
|
"d3",
|
||||||
"devhelper",
|
"devhelper",
|
||||||
"developer",
|
"developer",
|
||||||
"development",
|
"development",
|
||||||
"tools"
|
"tools"
|
||||||
],
|
],
|
||||||
"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.d3data.de"
|
"homepage": "http://www.d3data.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"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/devhelper"
|
"target-directory": "d3/devhelper"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6",
|
"php": ">=5.6",
|
||||||
"oxid-esales/oxideshop-ce": "6.0 - 6.3"
|
"oxid-esales/oxideshop-ce": "6.0 - 6.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"D3\\Devhelper\\": "../../../source/modules/d3/devhelper"
|
"D3\\Devhelper\\": "../../../source/modules/d3/devhelper"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user