8
0
Fork 0
recommended-modules/composer.json

43 Zeilen
1.3 KiB
JSON

2018-09-07 13:08:10 +02:00
{
"name": "d3/recommended-modules-metapackage",
"description": "our recommended modules for the OXID Shop",
"type": "metapackage",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"recommended"
],
"authors": [
{
2018-09-11 09:03:09 +02:00
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "http://www.d3data.de",
"role": "Owner"
2018-09-07 13:08:10 +02:00
}
],
"support": {
"email": "support@shopmodule.com"
},
"homepage": "https://www.oxidmodule.com/",
"license": [
2018-09-07 13:17:22 +02:00
"CC0-1.0"
2018-09-07 13:08:10 +02:00
],
"require": {
"oxid-esales/oxideshop-metapackage-ce": "~6.0.0 || ~6.1.0",
2018-09-11 09:03:09 +02:00
"d3/devhelper": "^2.0",
"oxid-community/moduleinternals": "^1.0",
"oxid-professional-services/oxid-console": "^5.0",
"oxid-professional-services/oxid-modules-config": "^4.0",
"oxid-projects/captcha-module": "^2.0"
},
"suggest": {
"oxid-esales/azure-theme": "This is Azure Theme for OXID eShop.",
"oxid-esales/pdf-invoice-module": "This is Invoice PDF module for OXID eShop.",
"oxid-esales/extended-order-administration-module": "Extended Order Admin module for OXID eShop.",
"oxid-esales/tags-module": "This is a tags module for OXID eShop.",
"oxid-projects/statistics-module": "Logging and displaying statistics for OXID eShop."
2018-09-07 13:08:10 +02:00
}
}