Skip to content

Commit cd00e09

Browse files
committed
Pushing version to 0.1.1
1 parent 1c6c323 commit cd00e09

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name":"lavoiesl/php-html5lib"
2+
"name":"soundasleep/php-html5lib"
33
,"description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification."
4-
,"version": "0.1.0"
4+
,"version": "0.1.1"
55
,"type":"library"
66
,"keywords": [ "PHP", "HTML5" ]
7-
,"homepage": "https://github.com/lavoiesl/php-html5lib"
7+
,"homepage": "https://github.com/soundasleep/php-html5lib"
88
,"license": "MIT"
99
,"authors": [
1010
{
@@ -17,6 +17,11 @@
1717
,"homepage": "http://blog.lavoie.sl"
1818
,"role": "Packager"
1919
}
20+
,{
21+
"name": "Jevon Wright"
22+
,"homepage": "http://jevon.org"
23+
,"role": "Packager"
24+
}
2025
]
2126
,"require": {
2227
"php":">=5.3.2"

0 commit comments

Comments
 (0)