Skip to content

Commit 39b1374

Browse files
committed
Update composer.json
1 parent 58ae44c commit 39b1374

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,16 +1,21 @@
11
{
2-
"name": "paquettg/php-html-parser",
2+
"name": "tegansnyder/php-html-parser",
33
"type": "library",
44
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
55
"version": "1.6.4",
66
"keywords": ["html", "dom", "parser"],
7-
"homepage": "https://github.com/paquettg/php-html-parser",
7+
"homepage": "https://github.com/tegansnyder/php-html-parser",
88
"license": "MIT",
99
"authors": [
1010
{
1111
"name": "Gilles Paquette",
1212
"email": "[email protected]",
1313
"homepage": "http://gillespaquette.ca"
14+
},
15+
{
16+
"name": "Tegan Snyder",
17+
"email": "[email protected]",
18+
"homepage": "http://www.tegdesign.com"
1419
}
1520
],
1621
"require": {

0 commit comments

Comments
 (0)