-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
39 lines (39 loc) · 1.25 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
{
"name": "bootpress/blog",
"description": "A flat file Blog and CMS that doesn't skimp on features, and can be utilized in any website.",
"keywords": ["bootpress", "blog", "flat-file", "cms", "twig", "markdown"],
"homepage": "https://www.bootpress.org/components/blog.html",
"license": "MIT",
"authors": [
{
"name": "Kyle Gadd",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"bootpress/page": "^1.0",
"bootpress/asset": "^1.0",
"bootpress/sqlite": "^1.0",
"bootpress/sitemap": "^1.0",
"bootpress/hierarchy": "^1.0",
"bootpress/pagination": "^1.0",
"symfony/var-dumper": "^2.3||^3.0",
"symfony/finder": "^2.3||^3.0",
"symfony/yaml": "^2.3||^3.0",
"jbroadway/urlify": "^1.0",
"xsirix/phpuri": "^1.0",
"spartz/text-formatter": "^1.0",
"aptoma/twig-markdown": "^2.0",
"erusev/parsedown-extra": "^0.7",
"twig/twig": "^1.27"
},
"require-dev": {
"bootpress/htmlunit": "^1.0",
"friendsofphp/php-cs-fixer": "^1.0",
"squizlabs/php_codesniffer": "^2.5"
},
"autoload": {
"psr-4": { "BootPress\\Blog\\": "src" }
}
}