mirror of
https://github.com/symfony/scheduler.git
synced 2026-03-24 00:02:18 +01:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "symfony/scheduler",
|
|
"type": "library",
|
|
"description": "Provides scheduling through Symfony Messenger",
|
|
"keywords": ["scheduler", "schedule", "cron"],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Sergey Rabochiy",
|
|
"email": "upyx.00@gmail.com"
|
|
},
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.4",
|
|
"symfony/clock": "^7.4|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"dragonmantank/cron-expression": "^3.1",
|
|
"symfony/cache": "^7.4|^8.0",
|
|
"symfony/console": "^7.4|^8.0",
|
|
"symfony/dependency-injection": "^7.4|^8.0",
|
|
"symfony/event-dispatcher": "^7.4|^8.0",
|
|
"symfony/lock": "^7.4|^8.0",
|
|
"symfony/messenger": "^7.4|^8.0",
|
|
"symfony/serializer": "^7.4|^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\Scheduler\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|