Skip to content
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

Update dependency psr/http-message to v2 #54

Merged
merged 1 commit into from
May 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
psr/http-message require major ^1.0 -> ^1.0 || ^2.0

Release Notes

php-fig/http-message

v2.0

Compare Source

Added return types, see https://www.php-fig.org/psr/psr-7/meta/[#​72](https://togithub.com/php-fig/http-message/issues/72)-type-additions

v1.1

Compare Source

Added parameters types, see https://www.php-fig.org/psr/psr-7/meta/[#​72](https://togithub.com/php-fig/http-message/issues/72)-type-additions


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.


  • If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within Laminas.

| datasource | package          | from  | to  |
| ---------- | ---------------- | ----- | --- |
| packagist  | psr/http-message | 1.0.1 | 2.0 |


Signed-off-by: Renovate Bot <[email protected]>
@renovate renovate bot added the renovate label Apr 4, 2023
@internalsystemerror internalsystemerror added this to the 1.8.0 milestone May 30, 2023
@internalsystemerror
Copy link
Member

This should be safe to merge. I've checked this out locally and the reason v2 isn't getting installed/tested in our checks, is because composer has config.platform.php fixed to 8.0.99 which prevents install of psr/http-message v2, as support is only added in mezzio/mezzio-router 3.16.0 which dropped support for php 8.0.

Having gone over the code, we're only interacting with the headers, so the changes to getBody introduced in v2, won't affect us here.

Going to ship.

@internalsystemerror internalsystemerror merged commit 37d8146 into 1.8.x May 30, 2023
@renovate renovate bot deleted the renovate/psr-http-message-2.x branch May 30, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant