Skip to content

Commit 1c00af7

Browse files
committed
Add Guzzle dependency to composer configuration
Includes the `guzzlehttp/guzzle` package (version ^7.9) in the required dependencies for both the template and the main composer configuration. This enhances HTTP client capabilities, ensuring compatibility with modern Guzzle versions and strengthening the project's ability to handle HTTP requests.
1 parent 0561220 commit 1c00af7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.openapi-generator/templates/composer.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"ext-curl": "*",
2929
"ext-json": "*",
3030
"ext-mbstring": "*",
31+
"guzzlehttp/guzzle": "^7.9",
3132
"guzzlehttp/psr7": "^1.8 || ^2.7",
3233
"vitexsoftware/ease-core": "^1.48"
3334
},

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"ext-curl": "*",
2525
"ext-json": "*",
2626
"ext-mbstring": "*",
27+
"guzzlehttp/guzzle": "^7.9",
2728
"guzzlehttp/psr7": "^1.8 || ^2.7",
2829
"vitexsoftware/ease-core": "^1.48"
2930
},

0 commit comments

Comments
 (0)