-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 1.24 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
{
"name": "evozon-php/easy-cron-deployment-bundle",
"description": "Easy Cron Deployment Bundle: An easy way to manage your cron using YAML and Symfony Console",
"keywords": ["cron", "management", "symfony", "deployment"],
"homepage": "https://github.com/Evozon-PHP/easy-cron-deployment-bundle",
"authors": [
{
"name": "John Madrak",
"homepage": "http://madrak.net",
"role": "Developer"
},
{
"name": "Balazs Csaba",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": ">=7.1",
"symfony/symfony": "^4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.0"
},
"autoload": {
"psr-4": {
"MadrakIO\\EasyCronDeploymentBundle\\": ""
}
}
}