pug-php/pug-filter-base

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "pug-php/pug-filter-base",
    "replace": {
        "kylekatarnls/jade-filter-base": "self.version"
    },
    "description": "Example for Pug-php filter, use this base to create and publish your own",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Kyle Katarn",
            "email": "kylekatarnls@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.3",
        "pug-php/pug": ">=1.11"
    },
    "require-dev": {
        "phpunit/phpunit": ">=4.8 <6.0",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "autoload": {
        "psr-0": {
            "Pug": "src/"
        }
    }
}