GeoIP/composer.json

49 lines
921 B
JSON
Raw Permalink Normal View History

2020-04-17 09:29:09 +02:00
{
"name": "d3/geoip",
2020-06-10 10:28:16 +02:00
"description": "GeoIP preselection",
2020-04-17 09:29:09 +02:00
"type": "oxideshop-module",
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
2020-06-10 09:29:09 +02:00
"homepage": "https://www.d3data.de",
2020-04-17 09:29:09 +02:00
"role": "Owner"
}
],
"support": {
"email": "support@shopmodule.com"
},
2020-06-10 09:29:09 +02:00
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"GeoIp",
2020-06-10 10:28:16 +02:00
"language",
2020-06-10 09:29:09 +02:00
"country",
"countries",
"currency",
"currencies"
],
2020-04-17 09:29:09 +02:00
"homepage": "https://www.oxidmodule.com/",
"license": [
2020-06-10 10:50:43 +02:00
"GPL-3.0"
2020-04-17 09:29:09 +02:00
],
"extra": {
2020-06-10 09:29:09 +02:00
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/geoip"
}
},
"require": {
2023-06-15 10:20:05 +02:00
"oxid-esales/oxideshop-ce": "6.8 - 6.14",
2023-06-20 11:14:11 +02:00
"d3/modcfg": "^6",
"beberlei/assert": "^3.3"
2020-04-17 09:29:09 +02:00
},
"autoload": {
"psr-4": {
2020-06-10 09:29:09 +02:00
"D3\\GeoIp\\": "../../../source/modules/d3/geoip"
2020-04-17 09:29:09 +02:00
}
}
2020-06-10 09:29:09 +02:00
}