-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 813 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 813 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": "phile-cms/phile",
"version": "0.9.2",
"type": "project",
"description": "A Markdown file-based CMS.",
"keywords": ["cms","markdown"],
"homepage": "http://philecms.github.io/Phile/",
"license": "MIT",
"authors": [
{
"name": "Frank Nägler",
"email": "mail@naegler.net",
"homepage": "http://www.frank-naegler.de",
"role": "Developer"
},
{
"name": "James Doyle",
"email": "james2doyle@gmail.com",
"homepage": "http://ohdoylerules.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"twig/twig": "1.15.*",
"michelf/php-markdown": "1.3",
"phile-cms/plugin-installer-plugin": "dev-master"
}
}