change folder structure

This commit is contained in:
Daniel Seifert 2020-06-10 09:29:09 +02:00
parent 9cf4582de6
commit 3c82f793e6
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
43 changed files with 47 additions and 1689 deletions

1689
Doxyfile

File diff suppressed because it is too large Load Diff

47
composer.json Normal file
View File

@ -0,0 +1,47 @@
{
"name": "d3/geoip",
"description": "GeoIP preselection for oxid eShop v6",
"type": "oxideshop-module",
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de",
"role": "Owner"
}
],
"support": {
"email": "support@shopmodule.com"
},
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"GeoIp",
"country",
"countries",
"currency",
"currencies"
],
"homepage": "https://www.oxidmodule.com/",
"license": [
"proprietary"
],
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/geoip"
}
},
"require": {
"php": ">=5.6",
"oxid-esales/oxideshop-ce": "6.0 - 6.3",
"d3/modcfg": "^5.3.1.0"
},
"autoload": {
"psr-4": {
"D3\\GeoIp\\": "../../../source/modules/d3/geoip"
}
}
}

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB