-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump laminas/laminas-diactoros to v3 #127
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
2222ea0
to
f88e67a
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Closes #134 |
| datasource | package | from | to | | ---------- | ------------------------- | ------ | ----- | | packagist | laminas/laminas-diactoros | 2.26.0 | 3.3.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: George Steel <[email protected]>
d891b28
to
e746ed5
Compare
Signed-off-by: George Steel <[email protected]>
e746ed5
to
b427321
Compare
Signed-off-by: George Steel <[email protected]>
7aa2168
to
c2f1184
Compare
This PR contains the following updates:
^2.24.2
->^2.24.2 || ^3.0.0
Release Notes
laminas/laminas-diactoros (laminas/laminas-diactoros)
v3.3.0
Compare Source
Release Notes for 3.3.0
Feature release (minor)
3.3.0
Enhancement
v3.2.0
Compare Source
Release Notes for 3.2.0
Feature release (minor)
3.2.0
Enhancement
v3.1.0
Compare Source
Release Notes for 3.1.0
3.1.0
Enhancement
JSON&#​95;THROW&#​95;ON&#​95;ERROR
inJsonResponse
thanks to @TimWollarenovate
Documentation
v3.0.0
Compare Source
Release Notes for 3.0.0
Added
This version adds support for PSR-7 v2.0. While we had previously added return type hints in Diactoros, there were a few cases where PSR-7 updated the interfaces to use
void
returns where we had not. As a result, this release represents a BC break for anybody extending our classes, as defining an extension that uses one of these methods with a mixed return type (or omitting the return type entirely) will result in a type error.The interfaces affected were
Psr\Http\Message\StreamInterface
andPsr\Http\Message\UploadedFileInterface
.For consumers, this version should be entirely backwards compatible in usage. For those extending our classes, you will only run into issues when extending implementations of the above interfaces.
3.0.0
BC Break,Bug,Documentation
Documentation
Bug
BC Break,Documentation
BC Break,Documentation,Enhancement
BC Break,Feature Removal
BC Break,Enhancement
Enhancement
BC Break,Bug
ServerRequestFactory::fromGlobals()
checks if args are truthy rather than set thanks to @weierophinneyv2.26.0
Compare Source
Release Notes for 2.26.0
Feature release (minor)
2.26.0
Enhancement
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Read more information about the use of Renovate Bot within Laminas.