{
"name": "dmamontov/symfony-phpcron",
"description": "Daemon to run tasks scheduled cron written in php, works similar to crontab.",
"type": "project",
"keywords": ["Daemon", "Cron", "Crontab"],
"version": "2.0.0",
"license": "BSD-3-Clause",
"homepage": "http://www.slobel.ru/",
"authors": [
{
"name": "Dmitry Mamontov",
"email": "hello@slobel.ru",
"role": "lead"
}
],
"require": {
"php": ">=5.3.3",
"symfony/console": "~2.6",
"symfony/process": "~2.6",
"symfony/filesystem": "~2.6",
"symfony/finder": "~2.6"
},
"support": {
"email": "support@slobel.ru"
},
"autoload": {
"psr-0" : {
"DmitryMamontov\\" : "lib/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.0.x-dev"
}
}
}
|