Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
added more info in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lavoiesl committed Jul 10, 2012
1 parent 40d0bb5 commit e5a98d5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
{
"name":"lavoiesl/php-html5lib"
,"description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification."
,"version": "0.1.0"
,"type":"library"
,"keywords": [ "PHP", "HTML5" ]
,"homepage": "https://github.com/lavoiesl/php-html5lib"
,"license": "MIT"
,"authors": [
{
"name": "Multiple users"
,"homepage": "https://code.google.com/p/html5lib/"
,"role": "Original developers"
}
,{
"name": "Sébastien Lavoie"
,"homepage": "http://blog.lavoie.sl"
,"role": "Packager"
}
]
,"require": {
"php":">=5.3.2"
}
,"support": {
"email": "[email protected]"
,"source": "https://code.google.com/p/html5lib"
,"irc": "irc://irc.freenode.org/whatwg"
}
,"autoload":{
"psr-0":{
"HTML5Lib":"src/"
Expand Down

0 comments on commit e5a98d5

Please sign in to comment.