Skip to content

Commit 33c171e

Browse files
committed
Update README and push to 0.1.3
1 parent 3507638 commit 33c171e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ However, the code is very close to spec and passes 100% of tests
1010
not related to parse errors. Nevertheless, expect to have to update
1111
your code on the next upgrade.
1212

13+
This fork combines the work of [html5lib/html5lib-php](https://github.com/html5lib/html5lib-php)
14+
and [lavoiesl/php-html5lib](https://github.com/lavoiesl/php-html5lib),
15+
and can be used with [composer](https://getcomposer.org/)
16+
through [Packagist](https://packagist.org/packages/soundasleep/html5lib-php):
17+
18+
```json
19+
{
20+
"require": {
21+
"soundasleep/html5lib-php": "~0.1.3"
22+
}
23+
}
24+
```
25+
1326

1427
## Usage notes
1528

VERSION

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"soundasleep/html5lib-php"
33
,"description": "A PHP implementations of a HTML parser based on the WHATWG HTML5 specification."
4-
,"version": "0.1.2"
4+
,"version": "0.1.3"
55
,"type":"library"
66
,"keywords": [ "PHP", "HTML5" ]
77
,"homepage": "https://github.com/soundasleep/html5lib-php"

0 commit comments

Comments
 (0)