src/Phug/Ast/composer.json
{
"name": "phug/ast",
"type": "library",
"keywords": ["phug", "ast", "template", "dialect", "html", "views", "render", "presentation", "jade", "pug", "html", "php", "phtml"],
"description": "Pug (ex-Jade) language AST system for Phug, HTML template engine structured by indentation",
"license": "MIT",
"homepage": "http://phug-lang.com",
"authors": [
{
"name": "Torben Koehn",
"email": "torben@talesoft.codes"
},
{
"name": "kylekatarnls",
"homepage": "http://github.com/kylekatarnls"
}
],
"support": {
"email": "support@phug-lang.com",
"issues": "https://github.com/phug-php/ast/issues",
"source": "https://github.com/phug-php/ast",
"docs": "http://phug-lang.com/docs"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0"
},
"autoload": {
"psr-4": {
"Phug\\": ""
}
},
"autoload-dev": {
"psr-4": {
"Phug\\Test\\": "./tests/Phug/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}