forked from truesibo/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·42 lines (42 loc) · 937 Bytes
/
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
{
"name": "sphido/cms",
"type": "library",
"description": "Sphido is deathly simple, ultra fast, flat file (Markdown, HTML) CMS. Fully customizable with Latte templates",
"keywords": [
"cms",
"markdown",
"latte",
"html"
],
"homepage": "https://www.sphido.org",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Roman Ožana",
"homepage": "http://www.omdesign.cz/",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/sphido/cms/issues"
},
"require": {
"php": ">=5.6.0",
"latte/latte": "v2.3.11",
"erusev/parsedown": "v1.6.0",
"sphido/config": "*",
"sphido/metadata": "*",
"sphido/routing": "*",
"sphido/events": "*",
"sphido/url": "*",
"sphido/json": "*",
"sphido/download": "*",
"sphido/http": "*"
},
"require-dev": {
"nette/tester": "v1.6.1",
"tracy/tracy": "v2.3.6"
}
}