forked from info-expert-projects/bqs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.2 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
{
"name": "morfy-cms/morfy",
"type": "library",
"description": "Morfy is Modern Open Source Flat-File Content Management System",
"keywords": ["morfy", "php", "cms", "flat-file", "markdown"],
"homepage": "http://morfy.org",
"license": "MIT",
"authors": [
{
"name": "Sergey Romanenko",
"email": "[email protected]",
"homepage": "https://github.com/Awilum"
}
],
"support": {
"issues": "https://github.com/morfy-cms/morfy/issues"
},
"require": {
"php": ">=5.5",
"fenom/fenom": "2.8.*",
"fenom/storage": "1.*",
"erusev/parsedown-extra": "0.7.*",
"mustangostang/spyc" : "0.5.*",
"doctrine/cache": "1.4.*",
"force/session" : "*",
"force/filesystem" : "*",
"force/arr" : "*",
"force/http" : "*",
"force/shortcode" : "*",
"force/token" : "*",
"force/url" : "*"
},
"autoload": {
"classmap": [
"morfy"
],
"files": [
"morfy/boot/defines.php",
"morfy/boot/shortcodes.php",
"morfy/boot/filters.php",
"morfy/boot/actions.php"
]
}
}