We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dacffe8 + 07a0405 commit f191cbcCopy full SHA for f191cbc
1 file changed
composer.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "paquettg/php-html-parser",
+ "name": "GoaMind/php-html-parser",
3
"type": "library",
4
"version": "1.7.0",
5
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
6
"keywords": ["html", "dom", "parser"],
7
- "homepage": "https://github.com/paquettg/php-html-parser",
+ "homepage": "https://github.com/GoaMind/php-html-parser",
8
"license": "MIT",
9
"authors": [
10
@@ -14,7 +14,7 @@
14
}
15
],
16
"require": {
17
- "php": ">=5.6",
+ "php": ">=7.2",
18
"paquettg/string-encode": "~0.1.0"
19
},
20
"require-dev": {
0 commit comments