Skip to content

Commit 3a7b169

Browse files
committed
Update composer.json
1 parent 7fba8a2 commit 3a7b169

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "sunra/php-simple-html-dom-parser",
2+
"name": "michaelquery/php-simple-html-dom-parser",
33
"type": "library",
44
"description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
55
"keywords": ["html", "dom", "parser"],
6-
"homepage": "https://github.com/sunra/php-simple-html-dom-parser",
6+
"homepage": "https://github.com/michaelquery/php-simple-html-dom-parser",
77
"license": "MIT",
88
"authors": [
99
{
1010
"homepage": "http://sourceforge.net/projects/simplehtmldom/"
1111
},
1212
{
13-
"name": "Sunra",
14-
"email": "sunra@yandex.ru",
15-
"homepage": "https://github.com/sunra"
13+
"name": "Michael Query",
14+
"email": "michaelquery@gmail.com",
15+
"homepage": "https://github.com/michaelquery"
1616
}
1717
],
1818
"require": {
@@ -21,4 +21,4 @@
2121
"autoload": {
2222
"psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" }
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)