Skip to content

Commit 227fa84

Browse files
authored
Update composer.json
update composer json
1 parent 4e01a43 commit 227fa84

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"name": "paquettg/php-html-parser",
2+
"name": "andriiF/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
"keywords": ["html", "dom", "parser"],
6-
"homepage": "https://github.com/paquettg/php-html-parser",
6+
"homepage": "https://github.com/andriiF/php-html-parser/",
77
"license": "MIT",
88
"authors": [
99
{
10-
"name": "Gilles Paquette",
11-
"email": "[email protected]",
12-
"homepage": "http://gillespaquette.ca"
10+
"name": "Andrii Fedorenko",
11+
1312
}
1413
],
1514
"require": {

0 commit comments

Comments
 (0)