CanteenHTML5/composer.json

33 lines
807 B
JSON
Raw Normal View History

2013-10-13 04:15:47 +04:00
{
2013-10-13 06:06:36 +04:00
"name": "canteen/html5",
2013-10-13 04:15:47 +04:00
"description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API",
2014-11-11 17:44:49 +03:00
"version" : "1.1.2",
2013-10-13 04:15:47 +04:00
"type": "library",
"keywords": ["html5", "markup", "document", "html", "tags"],
"license": "MIT",
"homepage" : "http://github.com/Canteen/CanteenHTML5",
"time": "2014-10-31",
2013-10-13 04:15:47 +04:00
"authors": [
{
"name": "Matt Karl",
"email": "matt@mattkarl.com",
"homepage": "http://github.com/bigtimebuddy",
"role": "Developer"
}
],
"autoload": {
"psr-4": {"Canteen\\HTML5\\": "src/"},
"files": ["src/HTML5.php"]
2013-10-13 04:15:47 +04:00
},
2013-10-13 21:59:47 +04:00
"require": {
"php": ">=5.3.0"
},
2013-12-07 06:57:55 +04:00
"minimum-stability": "dev",
2013-10-13 04:15:47 +04:00
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Canteen/CanteenHTML5"
}
]
2014-11-11 17:44:49 +03:00
}