-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
51 lines (51 loc) · 1.5 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
51
{
"name": "wepesi/wepesi",
"description": "a light way php framework to create simple web application",
"type": "project",
"license": "MIT",
"time": "2021-11-12",
"autoload": {
"psr-4": {
"Wepesi\\": "src/"
}
},
"keywords": [
"framework","library","orm","router","jwt",
"metadata","view","validation","hash","Token",
"quick framework","quick library",
"wepesi framework","wepesi quick",
"wepesi orm","quick orm","light orm",
"php mvc","mvc","API"
],
"homepage": "https://github.com/kivudesign/Wepesi-Quick/issues",
"support": {
"email": "ibmussa7@gmail.com",
"issues": "https://github.com/kivudesign/Wepesi-Quick/issues",
"forum": "https://github.com/kivudesign/Wepesi-Quick",
"wiki": "https://github.com/kivudesign/Wepesi-Quick",
"docs": "https://github.com/kivudesign/Wepesi-Quick",
"source": "https://github.com/kivudesign/Wepesi-Quick"
},
"funding": [
{
"type": "github",
"url": "https://github.com/kivudesign/Wepesi-Quick"
}
],
"include-path": ["lib/"],
"authors": [
{
"name": "bim-g",
"email": "ibmussafb@gmail.com",
"homepage": "https://github.com/bim-g",
"role": "Developer"
}
],
"require": {
"php" : ">=8.0",
"ext-mbstring": "*",
"ext-libxml": "*",
"ext-dom": "*",
"ext-json": "*"
}
}