update module list

This commit is contained in:
Daniel Seifert 2018-09-11 09:03:09 +02:00
bovenliggende 318f1867be
commit 0aeaf8ce88
2 gewijzigde bestanden met toevoegingen van 42 en 11 verwijderingen

Bestand weergeven

@ -1,2 +1,26 @@
# recommended-modules # Recommended Modules (metapackage)
a list of our recommended modules for the OXID Shop a requirement list of recommended modules for the OXID Shop
## Requirements
* OXID eSales eShop Compilation 6.0 + 6.1
## Modules
* D3 Development Tool
* OXID Community Module Internals
* OXID Console
* OXID Module Configuration Im-/Exporter
* OXID eSales Captcha
## Installation
Run this command:
`composer require d3/recommended-modules-metapackage --update-no-dev`
## Show addition recommended modules
Run this command:
`composer suggest d3/recommended-modules-metapackage`

Bestand weergeven

@ -11,10 +11,10 @@
], ],
"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",
"role": "Owner" "role": "Owner"
} }
], ],
"support": { "support": {
@ -26,10 +26,17 @@
], ],
"require": { "require": {
"oxid-esales/oxideshop-metapackage-ce": "~6.0.0 || ~6.1.0", "oxid-esales/oxideshop-metapackage-ce": "~6.0.0 || ~6.1.0",
"oxid-community/moduleinternals": ">1.0.1", "d3/devhelper": "^2.0",
"oxid-professional-services/oxid-console": ">5.0.0", "oxid-community/moduleinternals": "^1.0",
"oxid-professional-services/oxid-modules-config": ">4.0.0", "oxid-professional-services/oxid-console": "^5.0",
"oxid-projects/captcha-module": ">2.0.0", "oxid-professional-services/oxid-modules-config": "^4.0",
"d3/devhelper": ">2.0.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."
} }
} }