-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.1 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
{
"name": "iotech/ioframework",
"description": "Easy to use PHP Framework MVC Model",
"type": "framework",
"keywords": [
"PHP Framework",
"mvc",
"framework",
"laravel",
"io",
"iotech",
"easy php"
],
"homepage": "http://iotech.co.th/iOFramework",
"require": {
"php": ">=7.2",
"catfan/Medoo": "1.5.6",
"nezamy/route": "^1.2.2",
"gilbitron/easycsrf": "1.0.1",
"vlucas/phpdotenv": "2.4.0",
"phpunit/phpunit": "6.5.5",
"jenssegers/blade": "1.1.0"
},
"require-dev": {
"filp/whoops": "2.1.14"
},
"license": "MIT",
"authors": [
{
"name": "iOTech Enterprise",
"email": "[email protected]"
},
{
"name": "Apinan Woratrakun",
"email": "[email protected]",
"role": "Developer"
}
],
"minimum-stability": "dev",
"support": {
"email": "[email protected]"
},
"autoload": {
"psr-4": {
"IOFramework\\": "src/"
}
}
}