-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
53 lines (52 loc) · 1.27 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
52
53
{
"name": "webfiori/framework",
"description": "WebFiori framework. Made to make the web bloom.",
"homepage": "https://webfiori.com",
"support": {
"issues": "https://github.com/webfiori/framework/issues",
"source": "https://github.com/webfior/framework"
},
"authors": [
{
"name": "Ibrahim BinAlshikh",
"email": "ibrahim@webfiori.com"
}
],
"require": {
"php": ">=7.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-fileinfo": "*",
"ext-openssl": "*",
"webfiori/http":"v3.3.14",
"webfiori/file":"v1.3.6",
"webfiori/jsonx":"v3.3.0",
"webfiori/ui":"v2.6.3",
"webfiori/collections":"v1.1.4",
"webfiori/database":"v0.8.11",
"webfiori/cli":"v1.3.0",
"webfiori/mailer":"v1.2.0",
"webfiori/err":"v1.1.0"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"webfiori\\framework\\": "webfiori/framework/"
}
},
"autoload-dev": {
"psr-4": {
"webfiori\\tests\\": "tests/"
}
},
"keywords": [
"framework",
"webfiori",
"php",
"API",
"Web APIs",
"Themes"
],
"license": "MIT"
}