-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
47 lines (47 loc) · 1.11 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
40
41
42
43
44
45
46
47
{
"name": "codesvault/kathamo-generator",
"description": "Kathamo Generator is the CLI for Kathamo framework.",
"version": "1.3.2",
"type": "library",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Kathamo\\App\\": "src/"
}
},
"authors": [
{
"name": "CodesVault",
"email": "[email protected]",
"homepage": "https://github.com/CodesVault/"
},
{
"name": "Keramot UL Islam (AbmSourav)",
"email": "[email protected]",
"homepage": "https://abmsourav.com"
}
],
"require": {
"php": ">=7.2.5",
"mustache/mustache": "^2.14",
"symfony/console": "^5.3|^6.0",
"symfony/filesystem": "^5.3|^6.0",
"symfony/finder": "^5.3|^6.0"
},
"require-dev": {},
"bin": [
"bin/kathamo"
],
"license": "MIT",
"keywords": [
"cli",
"wordpress",
"kathamo",
"wordpress plugin",
"framework",
"mvc",
"generator",
"scaffold",
"skeleton"
]
}