Skip to content

Commit b5fa5a9

Browse files
authored
Merge pull request #3 from grifart/upgrade-guzzle
Upgrade guzzle
2 parents 4e01a43 + e2cb709 commit b5fa5a9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
PHP Html Parser
26
==========================
37

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"paquettg/string-encode": "~1.0.0",
2121
"php-http/httplug": "^2.1",
2222
"guzzlehttp/guzzle": "^7.0",
23-
"guzzlehttp/psr7": "^1.6",
23+
"guzzlehttp/psr7": "^1.6||^2.0",
2424
"myclabs/php-enum": "^1.7"
2525
},
2626
"require-dev": {
@@ -31,7 +31,7 @@
3131
"friendsofphp/php-cs-fixer": "^2.16"
3232
},
3333
"autoload": {
34-
"psr-4": {
34+
"psr-4": {
3535
"PHPHtmlParser\\": "src/PHPHtmlParser"
3636
}
3737
}

0 commit comments

Comments
 (0)