Skip to content

Commit f7e6e52

Browse files
authored
Merge pull request #3 from GoaMind/master-fix-selector
Fix case
2 parents f191cbc + d5a2fac commit f7e6e52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "GoaMind/php-html-parser",
2+
"name": "goamind/php-html-parser",
33
"type": "library",
44
"version": "1.7.0",
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"],
7-
"homepage": "https://github.com/GoaMind/php-html-parser",
7+
"homepage": "https://github.com/goamind/php-html-parser",
88
"license": "MIT",
99
"authors": [
1010
{

0 commit comments

Comments
 (0)