We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e01a43 + e2cb709 commit b5fa5a9Copy full SHA for b5fa5a9
README.md
@@ -1,3 +1,7 @@
1
+# This fork
2
+
3
+The original repo is not maintained anymore. This fork is intended to keep codebase up-to-date with current PHP versions.
4
5
PHP Html Parser
6
==========================
7
composer.json
@@ -20,7 +20,7 @@
20
"paquettg/string-encode": "~1.0.0",
21
"php-http/httplug": "^2.1",
22
"guzzlehttp/guzzle": "^7.0",
23
- "guzzlehttp/psr7": "^1.6",
+ "guzzlehttp/psr7": "^1.6||^2.0",
24
"myclabs/php-enum": "^1.7"
25
},
26
"require-dev": {
@@ -31,7 +31,7 @@
31
"friendsofphp/php-cs-fixer": "^2.16"
32
33
"autoload": {
34
- "psr-4": {
+ "psr-4": {
35
"PHPHtmlParser\\": "src/PHPHtmlParser"
36
}
37
0 commit comments