phug-php/renderer

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "phug/renderer",
    "type": "library",
    "keywords": ["phug", "compiler", "template", "dialect", "html", "views", "render", "presentation", "jade", "pug", "html", "php", "phtml"],
    "description": "Pug (ex-Jade) renderer for PHP, HTML template engine structured by indentation",
    "license": "MIT",
    "homepage": "http://phug-lang.com",
    "authors": [
        {
            "name": "kylekatarnls",
            "homepage": "http://github.com/kylekatarnls"
        },
        {
            "name": "Torben Koehn",
            "email": "torben@talesoft.codes"
        }
    ],
    "support": {
        "email": "support@phug-lang.com",
        "issues": "https://github.com/phug-php/compiler/issues",
        "source": "https://github.com/phug-php/compiler",
        "docs": "http://phug-lang.com/docs"
    },
    "minimum-stability": "dev",
    "require": {
        "php": ">=5.5.0",
        "phug/formatter": "^1.8.1",
        "phug/compiler": "^1.2",
        "phug/util": "^1.5",
        "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
    },
    "autoload": {
        "psr-4": {
            "Phug\\": ""
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.x-dev"
        }
    }
}