-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 916 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 916 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
32
33
34
35
36
37
{
"name": "skrip42/cron-bundle",
"type": "symfony-bundle",
"description": "Symfony Cron-bundle",
"keywords": [],
"homepage": "https://github.com/Skrip42/cron-bundle",
"version": "v1.2.3",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "skrip",
"email": "skrip42@gmail.com"
}
],
"require": {
"php": "^7.1.3",
"symfony/config": "^4.0|^5.0",
"symfony/dependency-injection": "^4.0|^5.0",
"skrip42/advanced-repository": "^2.2"
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.5|^2.0",
"symfony/console": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
},
"autoload": {
"psr-4": {
"Skrip42\\Bundle\\CronBundle\\":""
}
},
"extra": {
"pranch-alias": {
"dev-master": "1.x-dev"
}
}
}