Skip to content

Commit bcada3f

Browse files
committed
💻 refactor(composer.json): Update guzzle
[x] Updated guzzlehttp/guzzle version from 8.0.x-dev to ^7.9.2 [x] Removed minimum-stability and prefer-stable settings BREAKING CHANGE: Version downgrade may cause breaking changes
1 parent f652289 commit bcada3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "library",
77
"version": "1.0.1",
88
"require": {
9-
"guzzlehttp/guzzle": "8.0.x-dev"
9+
"guzzlehttp/guzzle": "^7.9.2"
1010
},
1111
"license": "MIT",
1212
"autoload": {
@@ -20,8 +20,6 @@
2020
"email": "kawoel@gmail.com"
2121
}
2222
],
23-
"minimum-stability": "dev",
24-
"prefer-stable": true,
2523
"require-dev": {
2624
"phpunit/phpunit": "^11.4",
2725
"vlucas/phpdotenv": "^v5.6.1",

0 commit comments

Comments
 (0)