-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 1.66 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
48
49
50
{
"name": "wepesi/niceadmin",
"description": "Clean, simple and elegant admin template design by bootstap made integrate integrated to a light way php framework to create simple web application",
"type": "project",
"license": "Apache-2.0",
"time": "2021-11-12",
"autoload": {
"psr-4": {
"Wepesi\\": "src/",
"Wepesi\\Controller\\": "controller/",
"wepesi\\Middleware\\": "middleware/"
}
},
"keywords": [
"wepesi","framework","wepesi library",
"wepesi framework","wepesi quick",
"wepesi orm","quick orm","light orm",
"router","routing","route",
"validaion","mvc","php mvc",
"nice admin","boostrap template",
"admin template","boostrap made"
],
"homepage": "https://github.com/kivudesign/Wepesi-Quick/issues",
"support": {
"email": "ibmussa7@gmail.com",
"issues": "https://github.com/kivudesign/wepesi-NiceAdmin/issues",
"forum": "https://github.com/kivudesign/wepesi-NiceAdmin/discussions",
"wiki": "https://github.com/kivudesign/wepesi-NiceAdmin/wiki",
"docs": "https://github.com/kivudesign/wepesi-NiceAdmin",
"source": "https://github.com/kivudesign/wepesi-NiceAdmin"
},
"funding": [
{
"type": "github",
"url": "https://github.com/kivudesign/wepesi-NiceAdmin"
}
],
"include-path": ["lib/"],
"authors": [
{
"name": "bim-g",
"email": "ibmussafb@gmail.com",
"homepage": "https://github.com/bim-g",
"role": "Developer"
}
],
"require": {
"php" : ">=7.4"
}
}