remove discontinued module internals

This commit is contained in:
Daniel Seifert 2021-08-20 08:24:56 +02:00
parent 7ae4610a3b
commit 693201e01e
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 2 additions and 5 deletions

View File

@ -12,6 +12,7 @@ contains an additional list of other suggested modules
* Module Internals ~ OXID Community
* OXID Console ~ OXID PS
* OXID Module Configuration Im-/Exporter ~ OXID PS
* Captcha ~ OXID Projects
### require-dev
* D3 Development Tool ~ D3
@ -27,7 +28,6 @@ contains an additional list of other suggested modules
* PDF Invoice ~ OXID Projects
* Statistics ~ OXID Projects
* Tags ~ OXID Projects
* Captcha ~ OXID Projects
* PHPMailer Bugfix ~ Vanilla-thunder
* WYSIWYG-Editor SummerNote Bug - [{ $oViewConf-&gtgetBaseDir() }] - https://www.proudcommerce.com/blog/summernote-wysiwyg-smarty-oxid-6
@ -36,7 +36,6 @@ contains an additional list of other suggested modules
* Module Generator ~ OXID eSales
* GraphQL Base ~ OXID eSales
* Smarty to TWIG Converter ~ OXID eSales
*
## Installation

View File

@ -26,7 +26,6 @@
],
"require": {
"oxid-esales/oxideshop-metapackage-ce": "*",
"oxid-community/moduleinternals": "*",
"oxid-professional-services/oxid-console": "*",
"oxid-professional-services/oxid-modules-config": "*",
"oxid-projects/captcha-module": "*"
@ -49,11 +48,10 @@
"oxid-projects/tags-module": "This is a tags module for OXID eShop.",
"vanilla-thunder/fix-phpmailer": "Fix for OXID eShop: PHPMailer bug #751",
"proudcommerce/pcsummernotefix": "Fixes summernote problem while saving content with smarty tags.",
"d3/oxid-sql-logger": "[DEV] Returns all SQL queries into console of a Browser.",
"oxid-esales/module-generator": "[DEV] Folders structure, empty classes and metadata generation for new OXID eShop modules.",
"oxid-esales/graphql-base": "[DEV] A basic GraphQL implementation for the OXID eShop.",
"oxid-esales/smarty-to-twig-converter": "[DEV] A Tool to convert smarty template engine to twig template engine."
}
}