composer.json

Summary

Maintainability
Test Coverage
{
    "name": "bootpress/page",
    "description": "Manipulate every part of an HTML Page at any time.",
    "keywords": ["bootpress", "page", "url", "uri", "html", "framework"],
    "homepage": "https://www.bootpress.org/components/page.html",
    "license": "MIT",
    "authors": [
        {
            "name": "Kyle Gadd",
            "email": "kyle.gadd@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.4",
        "symfony/http-foundation": "^2.3||^3.0", 
        "altorouter/altorouter": "^1.0",
        "pimple/pimple": "^3.0"
    },
    "require-dev": {
        "bootpress/htmlunit": "^1.0",
        "friendsofphp/php-cs-fixer": "^1.0",
        "squizlabs/php_codesniffer": "^2.5"
    },
    "autoload": {
        "psr-4": { "BootPress\\Page\\": "src" }
    }
}