update module list
This commit is contained in:
parent
318f1867be
commit
0aeaf8ce88
28
README.md
28
README.md
@ -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`
|
@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user