Skip to content

Commit f191cbc

Browse files
authored
Merge pull request #2 from GoaMind/master-fix-selector
Ready for publish
2 parents dacffe8 + 07a0405 commit f191cbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "paquettg/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/paquettg/php-html-parser",
7+
"homepage": "https://github.com/GoaMind/php-html-parser",
88
"license": "MIT",
99
"authors": [
1010
{
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.6",
17+
"php": ">=7.2",
1818
"paquettg/string-encode": "~0.1.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)