Skip to content

Commit efdb277

Browse files
author
Herberto Graca
committed
Update "guzzlehttp/psr7": "^1.6" => "^2"
1 parent 4e01a43 commit efdb277

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"ext-curl": "*",
2020
"paquettg/string-encode": "~1.0.0",
2121
"php-http/httplug": "^2.1",
22-
"guzzlehttp/guzzle": "^7.0",
23-
"guzzlehttp/psr7": "^1.6",
22+
"guzzlehttp/guzzle": "^7",
23+
"guzzlehttp/psr7": "^2",
2424
"myclabs/php-enum": "^1.7"
2525
},
2626
"require-dev": {
@@ -31,8 +31,13 @@
3131
"friendsofphp/php-cs-fixer": "^2.16"
3232
},
3333
"autoload": {
34-
"psr-4": {
34+
"psr-4": {
3535
"PHPHtmlParser\\": "src/PHPHtmlParser"
3636
}
37+
},
38+
"config": {
39+
"allow-plugins": {
40+
"ocramius/package-versions": true
41+
}
3742
}
3843
}

0 commit comments

Comments
 (0)