CanteenHTML5/composer.json

32 lines
793 B
JSON

{
"name": "canteen/html5",
"description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API",
"version" : "1.0.0",
"type": "library",
"keywords": ["html5", "markup", "document", "html", "tags"],
"license": "MIT",
"homepage" : "http://github.com/Canteen/CanteenHTML5",
"time": "2013-10-12",
"authors": [
{
"name": "Matt Karl",
"email": "matt@mattkarl.com",
"homepage": "http://github.com/bigtimebuddy",
"role": "Developer"
}
],
"autoload": {
"psr-0": {"Canteen": "src/"},
"files": ["src/html.php"]
},
"require": {
"php": ">=5.3.0"
},
"minimum-stability": "stable",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Canteen/CanteenHTML5"
}
]
}