forked from yalesov/zf2-cron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 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
36
37
38
39
{
"name": "may-den/zf2-cron",
"repositories": [
{
"type": "vcs",
"url": "[email protected]:may-den/php-yaml.git"
}
],
"description": "ZF2 cron module",
"license": "GPL-3.0",
"keywords": ["cron", "zf2", "zendframework"],
"homepage": "https://github.com/heartsentwined/zf2-cron",
"authors": [
{
"name": "heartsentwined",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"Heartsentwined\\Cron": "src/"
}
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"may-den/yaml": "1.0.*",
"zendframework/zendframework": "2.*",
"heartsentwined/arg-validator": "1.*",
"heartsentwined/background-exec": "1.*",
"may-den/zf2-doctrine": "1.0.*",
"heartsentwined/cron-expr-parser": "1.*"
},
"require-dev": {
"heartsentwined/zf2-phpunit-testcase": "1.*",
"heartsentwined/zf2-phing-task": "1.*"
}
}