recommended-modules/composer.json

59 lines
2.7 KiB
JSON
Raw Permalink Normal View History

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": "*",
"oxid-professional-services/oxid-console": "*",
"oxid-professional-services/oxid-modules-config": "*",
"oxid-projects/captcha-module": "*"
},
"require-dev": {
"d3/devhelper": "*",
2022-11-22 14:54:53 +01:00
"d3/oxid-debugbar": "*"
2018-09-11 09:03:09 +02:00
},
"suggest": {
"d3/ordermanager": "Lassen Sie wiederkehrende Aufgaben automatisch nach frei definierbaren Regeln ausführen.",
"d3/disableadminelements": "Hide unused menu items in the oxid eshop admin.",
"oxid-community/adminsearch": "Search OXID admin globally for products, categories, clients, etc.",
"oxid-esales/twig-admin-theme": "The admin theme for twig engine. NOTE! requires OXID >= 6.2.0",
"oxid-esales/twig-theme": "Templates based on the twig engine. NOTE! requires OXID >= 6.2.0",
"oxid-projects/extended-order-administration-module": "Extended Order Admin module for OXID eShop.",
"oxid-projects/facebook-module": "Facebook social plugins: Connect, Comments, Like, Invite, Facepile, Share.",
"oxid-projects/lexware-export-module": "This module exports order information into an XML format.",
"oxid-projects/pdf-invoice-module": "This is Invoice PDF module for OXID eShop.",
"oxid-projects/statistics-module": "Logging and displaying statistics for OXID eShop.",
"oxid-projects/tags-module": "This is a tags module for OXID eShop.",
2020-03-18 09:56:35 +01:00
"vanilla-thunder/fix-phpmailer": "Fix for OXID eShop: PHPMailer bug #751",
"proudcommerce/pcsummernotefix": "Fixes summernote problem while saving content with smarty tags.",
2021-12-13 15:07:39 +01:00
"oxid-esales/geo-blocking-module": "The module enables OXID eShop to be compliant with the EU geo-blocking regulations.",
2021-08-20 08:24:56 +02:00
"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."
2018-09-07 13:08:10 +02:00
}
}