diff --git a/README.md b/README.md index 57610fb..43fa531 100644 --- a/README.md +++ b/README.md @@ -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->getBaseDir() }] - 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 diff --git a/composer.json b/composer.json index 46beb18..c8f61e2 100644 --- a/composer.json +++ b/composer.json @@ -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." - } }