| Current Path : /var/www/clients/client3/web2/web/vendor/magefan/module-cron-schedule/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magefan/module-cron-schedule/composer.json |
{
"name": "magefan/module-cron-schedule",
"description": "Magento 2 Cron Schedule",
"type": "magento2-module",
"license": "proprietary",
"authors": [
{
"name": "Magefan",
"email": "support@magefan.com"
}
],
"version": "2.0.6",
"require": {
"magefan/module-community" : ">=2.2.9"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magefan\\CronSchedule\\": ""
}
}
}