composer.json

Summary

Maintainability
Test Coverage
{
    "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": "kyle.gadd@gmail.com"
        }
    ],
    "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",
        "pguardiario/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" }
    }
}