Sha256: 304939d93bd33f9dbaeb658cca9eded932d5f29eff5597ceb81f8370676d1ae9

Contents?: true

Size: 1.38 KB

Versions: 9

Compression:

Stored size: 1.38 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.3.0"
    },
    "require-dev": {
        "twig/twig": "~1.11",
        "oyejorge/less.php": "*",
        "leafo/lessphp": "*",
        "leafo/scssphp": "*",
        "coffeescript/coffeescript": "~1",
        "michelf/php-markdown": "~1.3",
        "erusev/parsedown": "*"
    },
    "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"
    },
    "conflict": {
        "mthaml/mthaml-bundle": "<1.1.0"
    },
    "autoload": {
        "psr-0": {
            "MtHaml\\": "lib/"
        }
    }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
guard-mthaml-0.3.1 vendor/mthaml/mthaml/composer.json
guard-mthaml-0.3.0 vendor/mthaml/mthaml/composer.json
guard-mthaml-0.2.5 vendor/mthaml/mthaml/composer.json
guard-mthaml-0.2.4 vendor/mthaml/mthaml/composer.json
guard-mthaml-0.2.3 vendor/mthaml/mthaml/composer.json
guard-mthaml-0.2.2 vendor/mthaml/mthaml/composer.json
guard-mthaml-0.2.1 vendor/mthaml/mthaml/composer.json
guard-mthaml-0.2.0 vendor/mthaml/mthaml/composer.json
guard-mthaml-0.1.0 vendor/mthaml/mthaml/composer.json