Skip to content

Commit a6e018c

Browse files
committed
Bump Composer dependencies: AWS SDK, Guzzle, and OpenAI PHP client versions
1 parent efd35e0 commit a6e018c

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ release notes.
1717

1818
## 3.4.1 - Unreleased
1919

20-
No changes yet.
20+
### Changed
21+
22+
- Bumped optional/dev Composer constraints for AWS SDK, Guzzle, and the OpenAI
23+
PHP client to match the current supported dependency set.
2124

2225
## 3.4.0 - 2026-06-17
2326

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
"ext-sockets": "*",
8686
"ext-swoole": "*",
8787
"ext-zend-opcache": "*",
88-
"aws/aws-sdk-php": "^3.384.7",
88+
"aws/aws-sdk-php": "^3.385.1",
8989
"cweagans/composer-patches": "^2.0.0",
9090
"fakerphp/faker": "^1.24.1",
9191
"google/recaptcha": "^1.5",
92-
"guzzlehttp/guzzle": "^7.11.1",
92+
"guzzlehttp/guzzle": "^7.12.0",
9393
"jetbrains/phpstorm-attributes": "^1.2",
9494
"joshtronic/php-loremipsum": "^3.0.0",
9595
"league/csv": "^9.28.0",
@@ -99,7 +99,7 @@
9999
"league/oauth2-google": "^5.0",
100100
"league/oauth2-instagram": "^3.1.0",
101101
"league/oauth2-linkedin": "^5.1.2",
102-
"openai-php/client": "^0.19.0",
102+
"openai-php/client": "^0.20.0",
103103
"phalcon/ide-stubs": "^5.14.2",
104104
"php-imap/php-imap": "^6.0",
105105
"saggre/phpdocumentor-markdown": "^1.0.0",
@@ -118,11 +118,11 @@
118118
"ext-sockets": "*",
119119
"ext-swoole": "*",
120120
"ext-zend-opcache": "*",
121-
"aws/aws-sdk-php": "^3.384.7",
121+
"aws/aws-sdk-php": "^3.385.1",
122122
"cweagans/composer-patches": "^2.0.0",
123123
"fakerphp/faker": "^1.24.1",
124124
"google/recaptcha": "^1.5",
125-
"guzzlehttp/guzzle": "^7.11.1",
125+
"guzzlehttp/guzzle": "^7.12.0",
126126
"jetbrains/phpstorm-attributes": "^1.2",
127127
"joshtronic/php-loremipsum": "^3.0.0",
128128
"league/csv": "^9.28.0",
@@ -132,7 +132,7 @@
132132
"league/oauth2-google": "^5.0",
133133
"league/oauth2-instagram": "^3.1.0",
134134
"league/oauth2-linkedin": "^5.1.2",
135-
"openai-php/client": "^0.19.0",
135+
"openai-php/client": "^0.20.0",
136136
"phalcon/ide-stubs": "^5.14.2",
137137
"php-imap/php-imap": "^6.0",
138138
"saggre/phpdocumentor-markdown": "^1.0.0",

0 commit comments

Comments
 (0)