-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 996 Bytes
/
Copy pathcomposer.json
File metadata and controls
39 lines (39 loc) · 996 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
30
31
32
33
34
35
36
37
38
39
{
"name": "junjulini/zimbrucode",
"type": "library",
"description": "ZimbruCode : WordPress Framework",
"keywords": [
"framework",
"wordpress",
"zimbrucode",
"zc"
],
"homepage": "https://github.com/junjulini/zimbrucode",
"license": "GPL-3.0",
"authors": [
{
"name": "C.R",
"homepage": "https://github.com/const513",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/junjulini/zimbrucode/issues",
"source": "https://github.com/junjulini/zimbrucode"
},
"require": {
"php": ">=8.1",
"twig/twig": "^3.13",
"tracy/tracy": "^2.10",
"doctrine/cache": "^1.10",
"scssphp/scssphp": "^2.0",
"symfony/finder": "^6.4",
"symfony/filesystem": "^6.4",
"matthiasmullie/minify": "^1.3"
},
"autoload": {
"psr-4": {
"ZimbruCode\\": "src/"
}
}
}