Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Karl committed Nov 12, 2014
1 parent e9c28b5 commit 76c68ac
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "canteen/html5",
"name": "canteen/html5",
"description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API",
"version" : "1.1.2",
"type": "library",
"version" : "1.1.3",
"type": "library",
"keywords": ["html5", "markup", "document", "html", "tags"],
"license": "MIT",
"license": "MIT",
"homepage" : "http://github.com/Canteen/CanteenHTML5",
"time": "2014-10-31",
"authors": [
{
"name": "Matt Karl",
"email": "matt@mattkarl.com",
"homepage": "http://github.com/bigtimebuddy",
"role": "Developer"
}
{
"name": "Matt Karl",
"email": "matt@mattkarl.com",
"homepage": "http://github.com/bigtimebuddy",
"role": "Developer"
}
],
"autoload": {
"psr-4": {"Canteen\\HTML5\\": "src/"},
"files": ["src/HTML5.php"]
},
"autoload": {
"psr-4": {"Canteen\\HTML5\\": "src/"},
"files": ["src/HTML5.php"]
},
"require": {
"php": ">=5.3.0"
},
Expand Down

0 comments on commit 76c68ac

Please sign in to comment.