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.
1 parent 4e01a43 commit efdb277Copy full SHA for efdb277
composer.json
@@ -19,8 +19,8 @@
19
"ext-curl": "*",
20
"paquettg/string-encode": "~1.0.0",
21
"php-http/httplug": "^2.1",
22
- "guzzlehttp/guzzle": "^7.0",
23
- "guzzlehttp/psr7": "^1.6",
+ "guzzlehttp/guzzle": "^7",
+ "guzzlehttp/psr7": "^2",
24
"myclabs/php-enum": "^1.7"
25
},
26
"require-dev": {
@@ -31,8 +31,13 @@
31
"friendsofphp/php-cs-fixer": "^2.16"
32
33
"autoload": {
34
- "psr-4": {
+ "psr-4": {
35
"PHPHtmlParser\\": "src/PHPHtmlParser"
36
}
37
+ },
38
+ "config": {
39
+ "allow-plugins": {
40
+ "ocramius/package-versions": true
41
+ }
42
43
0 commit comments