Skip to content

Commit 462d557

Browse files
Copilotanderly
andcommitted
Move Guzzle back to require-dev dependencies
Co-authored-by: anderly <[email protected]>
1 parent 9be19bf commit 462d557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
2323
"psr/http-client": "^1.0",
2424
"psr/http-factory": "^1.0",
25-
"psr/http-message": "^1.0 || ^2.0",
26-
"guzzlehttp/guzzle": "*"
25+
"psr/http-message": "^1.0 || ^2.0"
2726
},
2827
"require-dev": {
28+
"guzzlehttp/guzzle": "^7.0",
2929
"phpunit/phpunit": "*",
3030
"phpstan/phpstan": "^2.1"
3131
},

0 commit comments

Comments
 (0)