Skip to content

Commit a35c83b

Browse files
committed
update composer.json
1 parent 3703e1a commit a35c83b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "paquettg/php-html-parser",
2+
"name": "jaggle/php-html-parser",
33
"type": "library",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
66
"keywords": ["html", "dom", "parser"],
77
"homepage": "https://github.com/paquettg/php-html-parser",
@@ -11,6 +11,11 @@
1111
"name": "Gilles Paquette",
1212
"email": "[email protected]",
1313
"homepage": "http://gillespaquette.ca"
14+
},
15+
{
16+
"name": "jaggle",
17+
"email": "[email protected]",
18+
"homepage": "http://yeskn.com"
1419
}
1520
],
1621
"require": {

0 commit comments

Comments
 (0)