pug-php/ci-pug-engine

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "ci-pug/ci-pug",
    "replace": {
        "ci-jade/ci-jade": "self.version"
    },
    "description": "HAML-like template engine for CodeIgniter",
    "keywords": ["pug", "jade", "minification", "template"],
    "homepage": "https://github.com/ci-jade/ci-jade",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "kylekatarnls",
            "homepage": "http://github.com/kylekatarnls",
            "role": "Maintainer"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "pug-php/pug": "^2.5.3 || ^3.0.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^8.5.15"
    },
    "autoload": {
        "psr-0": { "": "src/" }
    },
    "config": {
        "allow-plugins": {
            "nodejs-php-fallback/nodejs-php-fallback": true
        }
    }
}