Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mezzio/mezzio-laminasviewrenderer (source) ^2.19.0 -> ^3.0.0 age adoption passing confidence

Release Notes

mezzio/mezzio-laminasviewrenderer (mezzio/mezzio-laminasviewrenderer)

v3.0.0

Compare Source

Release Notes for 3.0.0

Version 3.0.0 contains a number of BC breaks:

laminas-view:3.x #​74

laminas-view has been upgraded to version 3 which itself comes with significant BC breaks.
Helper usage has changed for many of the shipped plugins, some are removed etc.
Consult the migration guide for more detailed information.

mezzio-template:3.x

More detail can be found in the release notes.
It is unlikely that updating to mezzio-template v3 will cause any problems, unless you were manipulating the template "paths" via TemplateRenderer::addPath().

Other BC Breaks

  • Stream wrapper support has been removed (It's also removed in laminas-view): #​19
  • Removes service aliases for legacy Zend\Expressive\… equivalents #​27
  • A number of unused exception classes have been removed along with some factories. Laminas View now ships factories and configuration that reduces some of the requirements here.
  • All classes are now final which will affect you if you were extending the shipped renderer, the template resolver, or any of the shipped helpers.

Configuration changes

Shipped configuration no longer configures a "default layout" under templates.layout. The value used to be 'layout::default', so you will need to re-introduce this in your own configuration:

return [
    'templates' => [
        'layout' => 'layout::default',
    ],
];

Improvements

The namespaced path stack resolver will now load template paths from configuration under $config['templates']['paths'], so if you had a delegator doing this, it is no longer necessary.

All factories now work as expected when an iterable/ArrayObject is used for configuration instead of a regular array.

Overall performance improvements have been noted in the region of a 10% speed increase (Likely due to changes in laminas-view v3), but there are no official benchmarks as of yet.

Stateful helpers are now reset for each rendering cycle, meaning that using laminas view in cli processes such as RoadRunner, Swoole and Franken PHP is safer, providing your stateful custom view helpers implement the correct interface. More information

3.0.0
  • Total issues resolved: 4
  • Total pull requests resolved: 26
  • Total contributors: 5

QA

BC Break,Bug,Enhancement
Documentation
Enhancement,QA
BC Break,Documentation
Dependencies
BC Break,Dependencies,Enhancement
BC Break,Enhancement
Enhancement
Bug,Enhancement
Bug,Duplicate,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 Dec 2, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 2, 2025

⚠️ 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 mezzio/mezzio-laminasviewrenderer:3.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency laminas/laminas-servicemanager is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency mezzio/mezzio-helpers is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency laminas/laminas-stdlib is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires mezzio/mezzio-laminasviewrenderer ^3.0.0 -> satisfiable by mezzio/mezzio-laminasviewrenderer[3.0.0].
    - mezzio/mezzio-laminasviewrenderer 3.0.0 requires laminas/laminas-servicemanager ^4.4.0 -> found laminas/laminas-servicemanager[4.4.0, 4.5.0] but it conflicts with your root composer.json require (^3.23.1).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/major-mezzio branch from 0c17b09 to ec836eb Compare December 4, 2025 10:33
| datasource | package                           | from   | to    |
| ---------- | --------------------------------- | ------ | ----- |
| packagist  | mezzio/mezzio-laminasviewrenderer | 2.19.0 | 3.0.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-mezzio branch from ec836eb to d265ea2 Compare December 9, 2025 08:55
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