forked from vova07/yii2-console-runner-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·30 lines (30 loc) · 913 Bytes
/
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": "pun4drunk/yii2-console-runner-extension",
"description": "An extension for running console commands on background in Yii framework.",
"keywords": ["yii2", "yii 2", "console", "runner", "commands", "background"],
"homepage": "https://github.com/pun4drunk/yii2-console-runner-extension",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Crudu Vasile",
"email": "[email protected]"
},
{
"name": "Vlad Waxme",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/pun4drunk/yii2-console-runner-extension/issues?state=open",
"source": "https://github.com/pun4drunk/yii2-console-runner-extension"
},
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"vova07\\console\\": ""
}
}
}