Commit 3f8db65
committed
Chore: bump utopia-php/http to 2.0.0-rc5
Adopt the PSR-compliant header API from utopia-php/http 2.0.
- composer: bump utopia-php/http 0.34.* -> 2.0.0-rc5. The constraint uses
the inline @rc stability flag so only this package may resolve to a
release candidate; global minimum-stability stays at the default
(stable). storage moves to 2.0.5 and telemetry to 0.4.0 to satisfy
http 2.0's constraints.
- getHeader() now returns string[]; switch the request reads that expect
a single string (accept, authorization, x-executor-response-format) to
getHeaderLine().
- sendHeader() now takes array<int, string>; wrap the SSE log-stream
header values accordingly.
Verified: phpstan, pint, rector, unit (7/7), and e2e testExecute (28
assertions) + testLogStream (254 assertions) against a local stack.1 parent 8c9c5ef commit 3f8db65
3 files changed
Lines changed: 67 additions & 65 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments