Skip to content

Permit installation of webmozart/assert v2#152

Merged
gsteel merged 2 commits into1.14.xfrom
renovate/webmozart-assert-2.x
Feb 19, 2026
Merged

Permit installation of webmozart/assert v2#152
gsteel merged 2 commits into1.14.xfrom
renovate/webmozart-assert-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webmozart/assert ^1.11^1.11 || ^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 renovate Bot force-pushed the renovate/webmozart-assert-2.x branch from a23801b to aa3bb0f Compare December 23, 2025 23:26
@gsteel
Copy link
Copy Markdown
Member

gsteel commented Dec 23, 2025

Psalm assertions are broken in v2: webmozarts/assert#331

@renovate renovate Bot force-pushed the renovate/webmozart-assert-2.x branch from aa3bb0f to cd675a5 Compare December 29, 2025 04:49
@renovate renovate Bot force-pushed the renovate/webmozart-assert-2.x branch 3 times, most recently from d31794d to 519e610 Compare January 8, 2026 18:32
@renovate renovate Bot force-pushed the renovate/webmozart-assert-2.x branch 2 times, most recently from 02c6e55 to 04c8d15 Compare January 19, 2026 04:44
@renovate renovate Bot force-pushed the renovate/webmozart-assert-2.x branch from 04c8d15 to 115b2f8 Compare January 26, 2026 04:41
@renovate renovate Bot force-pushed the renovate/webmozart-assert-2.x branch from 115b2f8 to 8ab73a4 Compare February 2, 2026 04:56
@renovate renovate Bot force-pushed the renovate/webmozart-assert-2.x branch 3 times, most recently from 5ef2870 to 8685f7a Compare February 16, 2026 04:36
@renovate renovate Bot force-pushed the renovate/webmozart-assert-2.x branch from 8685f7a to 50f721a Compare February 17, 2026 17:27
| datasource | package          | from   | to    |
| ---------- | ---------------- | ------ | ----- |
| packagist  | webmozart/assert | 1.12.1 | 2.1.5 |


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 50f721a to b2d5667 Compare February 18, 2026 17:51
@gsteel gsteel changed the title Update dependency webmozart/assert to v2 Permit installation of webmozart/assert v2 Feb 19, 2026
Signed-off-by: George Steel <george@net-glue.co.uk>
@gsteel gsteel added this to the 1.14.0 milestone Feb 19, 2026
@gsteel gsteel added Dependencies Updates and changes to dependencies and removed renovate labels Feb 19, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 19, 2026

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 gsteel requested a review from a team February 19, 2026 16:07
@gsteel gsteel merged commit 0b93cf0 into 1.14.x Feb 19, 2026
28 checks passed
@gsteel gsteel deleted the renovate/webmozart-assert-2.x branch February 19, 2026 16:11
@gsteel gsteel self-assigned this Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Updates and changes to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants