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

Bump laminas/laminas-diactoros to v3 #127

Merged
merged 4 commits into from
Jan 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laminas/laminas-diactoros (source) ^2.24.2 -> ^2.24.2 || ^3.0.0 age adoption passing confidence

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
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
Enhancement

v3.2.0

Compare Source

Release Notes for 3.2.0

Feature release (minor)

3.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v3.1.0

Compare Source

Release Notes for 3.1.0
3.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3
Enhancement
renovate
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 and Psr\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
  • Total issues resolved: 7
  • Total pull requests resolved: 8
  • Total contributors: 3
BC Break,Bug,Documentation
Documentation
Bug
BC Break,Documentation
BC Break,Documentation,Enhancement
BC Break,Feature Removal
BC Break,Enhancement
Enhancement
BC Break,Bug

v2.26.0

Compare Source

Release Notes for 2.26.0

Feature release (minor)

2.26.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
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.


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

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

@renovate renovate bot added the renovate label May 19, 2023
@renovate renovate bot changed the base branch from 3.14.x to 3.15.x June 18, 2023 11:17
Copy link
Contributor Author

renovate bot commented Jan 8, 2024

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laminas/laminas-diactoros:3.3.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laminas/laminas-diactoros ^2.24.2 || ^3.0.0, found laminas/laminas-diactoros[2.24.2, ..., 2.26.0, 3.0.0, 3.1.0, 3.2.0, 3.3.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laminas/laminas-httphandlerrunner 2.5.0 requires psr/http-message-implementation ^1.0 -> could not be found in any version, but the following packages provide it:
      - guzzlehttp/psr7 PSR-7 message implementation that also provides common utility methods
      - php-http/discovery Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations
      - nyholm/psr7 A fast PHP7 implementation of PSR-7
      - laminas/laminas-diactoros PSR HTTP Message implementations
      - slim/slim Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and 
      - ringcentral/psr7 PSR-7 message implementation
      - slim/psr7 Strict PSR-7 implementation
      - zendframework/zend-diactoros PSR HTTP Message implementations
      - longwave/laminas-diactoros PSR HTTP Message implementations
      - typo3/cms-core TYPO3 CMS Core
      - ml/iri IRI handling for PHP
      - nimbly/capsule Capsule is a simple PSR-7 HTTP message and PSR-17 HTTP factory implementation.
      - contributte/apitte An opinionated and enjoyable API framework based on Nette Framework. Supporting content negotiation,
      - httpsoft/http-message Strict and fast implementation of PSR-7 and PSR-17
      - sunrise/http-message HTTP message wrapper for PHP 7.4+ based on RFC-7230, PSR-7 and PSR-17
      - apitte/core Core API library in Apitte stack
      - httpsoft/http-server-request Infrastructure for creating PSR-7 ServerRequest and UploadedFile
      - httpsoft/http-response PSR-7 Response implementations
      - workerman/psr7 PSR-7 message implementation that also provides common utility methods
      - narrowspark/http-emitter Emitting psr-7 responses.
      ... and 151 more.
      Consider requiring one of these to satisfy the psr/http-message-implementation requirement.
    - mezzio/mezzio 3.15.0 requires laminas/laminas-httphandlerrunner ^2.1 -> satisfiable by laminas/laminas-httphandlerrunner[2.5.0].
    - mezzio/mezzio is locked to version 3.15.0 and an update of this package was not requested.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from 2222ea0 to f88e67a Compare January 8, 2024 16:02
@gsteel gsteel self-assigned this Jan 8, 2024
@gsteel gsteel added this to the 3.15.0 milestone Jan 8, 2024
Copy link
Contributor Author

renovate bot commented Jan 8, 2024

Edited/Blocked Notification

Renovate 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.

@gsteel
Copy link
Member

gsteel commented Jan 8, 2024

Closes #134

@gsteel gsteel changed the title Update dependency laminas/laminas-diactoros to v3 Bump laminas/laminas-diactoros to v3, Remove support for PHP 8.0, Add support for PHP 8.3 Jan 8, 2024
@gsteel gsteel requested a review from Xerkus January 8, 2024 16:36
renovate bot and others added 2 commits January 8, 2024 16:39
| 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]>
@gsteel gsteel changed the title Bump laminas/laminas-diactoros to v3, Remove support for PHP 8.0, Add support for PHP 8.3 Bump laminas/laminas-diactoros to v3 Jan 8, 2024
Signed-off-by: George Steel <[email protected]>
@Xerkus Xerkus merged commit c3072ac into 3.15.x Jan 8, 2024
13 checks passed
@Xerkus Xerkus deleted the renovate/major-laminas branch January 8, 2024 17:13
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.

None yet

2 participants