Sha256: 2c17386caf56ccbe91b1b2abf026c952a66819892178a862f2f1124f6dbba692

Contents?: true

Size: 1.74 KB

Versions: 1

Compression:

Stored size: 1.74 KB

Contents

{
    "name": "mthaml/mthaml",
    "type": "library",
    "description": "HAML for PHP",
    "keywords": ["HAML"],
    "homepage": "https://github.com/arnaud-lb/MtHaml",
    "license": "MIT",
    "authors": [
        {
            "name": "Arnaud Le Blanc",
            "email": "arnaud.lb@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.4.0"
    },
    "require-dev": {
        "twig/twig": "~1.11",
        "oyejorge/less.php": "*",
        "leafo/lessphp": "*",
        "leafo/scssphp": "*",
        "coffeescript/coffeescript": "~1",
        "michelf/php-markdown": "~1.3",
        "erusev/parsedown": "*",
        "league/commonmark": ">=0.5",
        "cebe/markdown": "~1",
        "kzykhys/ciconia": "~1",
        "fluxbb/commonmark": "~1@dev",
        "gregwar/rst": "~1"
    },
    "suggest": {
        "twig/twig": "If you want to use Twig templating engine",
        "oyejorge/less.php": "If you want to use :less filter",
        "leafo/lessphp": "If you want to use :less filter",
        "leafo/scssphp": "If you want to use :scss filter",
        "coffeescript/coffeescript": "If you want to use :coffee or :coffeescript filter",
        "michelf/php-markdown": "If you want to use :markdown filter",
        "erusev/parsedown": "If you want to use :markdown filter",
        "cebe/markdown": "If you want to use :markdown filter",
        "kzykhys/ciconia": "If you want to use :markdown filter",
        "league/commonmark": "If you want to use :markdown filter",
        "fluxbb/commonmark": "If you want to use :markdown filter",
        "gregwar/rst": "If you want to use :rest filter"
    },
    "conflict": {
        "mthaml/mthaml-bundle": "<1.1.0"
    },
    "autoload": {
        "psr-0": {
            "MtHaml\\": "lib/"
        }
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
guard-mthaml-0.4.0 vendor/mthaml/mthaml/composer.json