Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webmozart/assert ^1.10^1.10 || ^2.0 age adoption passing confidence

Release Notes

webmozarts/assert (webmozart/assert)

v2.0.0

Compare Source

Changed
  • BREAKING Minimum PHP version is now 8.2 (was 7.2).
  • BREAKING Remove deprecated isTraversable, use isIterable or isInstanceOf instead.
  • BREAKING Added declare(strict_types=1) to all classes.
  • Updated CI/CD test matrix to test PHP 8.2, 8.3, 8.4, and 8.5.
  • Updated development tools (PHPUnit, Psalm, PHP-CS-Fixer) to supported versions.
  • Added explicit return types and parameter types to all methods in both source code and tests.
Added
  • All assertion methods now return the checked value.
  • Added notInArray and notOneOf.
  • Added isInitialized, to check if a class property is initialized.
  • Added negativeInteger and notNegativeInteger
  • Added isStatic and notStatic
Fixed
  • Corrected validation of emails with unicode characters.

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 17, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 17, 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 webmozart/assert:2.1.2 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires webmozart/assert ^1.10 || ^2.0, found webmozart/assert[1.10.0, 1.11.0, 1.12.0, 1.12.1, 2.0.0, 2.1.0, 2.1.1, 2.1.2] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laminas/laminas-hydrator is locked to version 4.17.0 and an update of this package was not requested.
    - laminas/laminas-hydrator 4.17.0 requires webmozart/assert ^1.11 -> found webmozart/assert[1.11.0, 1.12.0, 1.12.1] but it conflicts with your temporary update constraint (webmozart/assert:2.1.2).
  Problem 3
    - mezzio/mezzio-helpers is locked to version 5.20.0 and an update of this package was not requested.
    - mezzio/mezzio-helpers 5.20.0 requires mezzio/mezzio-router ^3.18 || ^4.0 -> satisfiable by mezzio/mezzio-router[4.2.0].
    - mezzio/mezzio-router 4.2.0 requires webmozart/assert ^1.11.0 || ^2.1.1 -> found webmozart/assert[1.11.0, 1.12.0, 1.12.1, 2.1.1, 2.1.2] but these were not loaded, likely because it conflicts with another require.

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/webmozart-assert-2.x branch 2 times, most recently from 62ff7a9 to 8e64d48 Compare December 29, 2025 05:28
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch from 8e64d48 to b21d8b0 Compare January 5, 2026 05:58
| datasource | package          | from   | to    |
| ---------- | ---------------- | ------ | ----- |
| packagist  | webmozart/assert | 1.12.1 | 2.1.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/webmozart-assert-2.x branch from b21d8b0 to 427a617 Compare January 12, 2026 04:42
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