Skip to content

Commit a67f588

Browse files
committed
update guzzle version
1 parent a85a05b commit a67f588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
],
2323
"require": {
2424
"php": "^7.1",
25-
"guzzlehttp/guzzle": "^6.5"
25+
"guzzlehttp/guzzle": "^7.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^7.0"
28+
"phpunit/phpunit": "^9.3.3"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)