-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 740 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 740 Bytes
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
{
"name": "initflex/wpframe",
"description": "WordPress Plugin Framework - Create Your Own WordPress Plugins",
"type": "project",
"require-dev": {
"cakephp/database": "^4.4",
"jenssegers/blade": "^1.4",
"filp/whoops": "^2.14",
"clancats/hydrahon": "^1.1",
"illuminate/database": "^8.83",
"illuminate/events": "^8.83",
"vlucas/phpdotenv": "^5.5",
"eftec/bladeone": "^4.8",
"monolog/monolog": "^2.9"
},
"autoload": {
"classmap": [
"./App/Models/"
]
},
"license": "MIT",
"authors": [
{
"name": "initflex",
"email": "initflex22@gmail.com"
}
],
"require": {}
}