-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
42 lines (42 loc) · 934 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "mrcoco/vokuro-cli",
"version": "0.1.4",
"title": "Vokuro CLI",
"description": "Vokuro CLI - open source PHP CLI. Using Symfony component. Can be easily to generate CRUD with modular .",
"type": "project",
"keywords": [
"phalcon",
"modules",
"modular",
"cli",
"php",
"concole"
],
"homepage": "http://cempakaweb.com/",
"author": {
"name": "Dwi Agus Purwanto",
"url": "https://www.facebook.com/ghaouts"
},
"maintainers": [
{
"name": "Dwi Agus Purwanto",
"url": "https://www.facebook.com/ghaouts"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mrcoco/vokuro-cli"
},
"autoload": {
"psr-4": {
"App\\Commands\\": "command/"
}
},
"bugs": "https://github.com/mrcoco/vokuro-cli/issues",
"license": "BSD-3",
"require": {
"php": ">=5.6",
"symfony/process": "^3.0",
"symfony/console": "^3"
}
}