-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 800 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "rewieer/taskschedulerbundle",
"description": "Task Scheduler with CRON for Symfony",
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Rewieer\\TaskSchedulerBundle\\": ""
}
},
"keywords": ["cron", "task", "scheduler", "symfony", "bundle"],
"require": {
"php": "^8.2",
"symfony/deprecation-contracts": "^2.5|^3.4",
"symfony/framework-bundle": "^5.4|^6.4|^7.4|^8.0",
"symfony/console": "^5.4|^6.4|^7.4|^8.0",
"symfony/yaml": "^5.4|^6.4|^7.4|^8.0",
"dragonmantank/cron-expression": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"symfony/phpunit-bridge": "^6.4",
"monolog/monolog": "^2.9"
},
"license": "MIT",
"authors": [
{
"name": "Anthony Cyrille",
"email": "rewieer@gmail.com"
}
]
}