Update composer.json

This commit is contained in:
Matt Karl 2014-11-11 09:44:49 -05:00
parent 3a5f8c49c5
commit c5d4f89045

View File

@ -1,7 +1,7 @@
{ {
"name": "canteen/html5", "name": "canteen/html5",
"description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API", "description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API",
"version" : "1.1.1", "version" : "1.1.2",
"type": "library", "type": "library",
"keywords": ["html5", "markup", "document", "html", "tags"], "keywords": ["html5", "markup", "document", "html", "tags"],
"license": "MIT", "license": "MIT",
@ -29,4 +29,4 @@
"url": "https://github.com/Canteen/CanteenHTML5" "url": "https://github.com/Canteen/CanteenHTML5"
} }
] ]
} }