forked from michelsalib/BCCCronManagerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.06 KB
/
composer.json
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
32
33
34
35
{
"name": "bcc/cron-manager-bundle",
"type": "symfony-bundle",
"description": "A cron table manager bundle for Symfony",
"keywords": ["cron management"],
"homepage": "http://github.com/michelsalib/BCCCronManagerBundle",
"license": "MIT",
"authors": [
{
"name": "Michel Salib",
"email": "[email protected]",
"homepage": "http://www.michelsalib.com"
}
],
"require": {
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/form": "^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/twig-bundle": "^5.0",
"symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/options-resolver": "^5.0",
"symfony/process": "^5.0",
"symfony/serializer": "^5.0",
"twig/twig": "^2.0|^3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.1"
},
"autoload": {
"psr-0": { "BCC\\CronManagerBundle": "" }
},
"target-dir": "BCC/CronManagerBundle"
}