-
- Downloads
Mise en place d'un cron group
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- composer.json 3 additions, 2 deletionscomposer.json
- etc/cron_groups.xml 12 additions, 0 deletionsetc/cron_groups.xml
- etc/module.xml 2 additions, 1 deletionetc/module.xml
- view/adminhtml/web/css/nicolasbejean-base.css 1 addition, 64 deletionsview/adminhtml/web/css/nicolasbejean-base.css
... | ... | @@ -2,7 +2,7 @@ |
"name": "nicolasbejean/base", | ||
"description": "Gestionnaire de base des modules de Nicolas Béjean", | ||
"type": "magento2-module", | ||
"version": "1.4.2", | ||
"version": "1.5.2", | ||
"require": { | ||
"php": "~7.1.3||~7.2.0||~7.3.0", | ||
"magento/framework": "102.0.*", | ||
... | ... | @@ -14,7 +14,8 @@ |
"magento/module-theme": "101.0.*", | ||
"magento/module-ui": "101.1.*", | ||
"magento/module-variable": "100.3.*", | ||
"magento/module-widget": "101.1.*" | ||
"magento/module-widget": "101.1.*", | ||
"magento/module-cron": "100.2.*" | ||
}, | ||
"license": [ | ||
"OSL-3.0", | ||
... | ... |
etc/cron_groups.xml
0 → 100644
Please register or sign in to comment