Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps codeception/lib-asserts from 2.2.0 to 3.1.0.

Release notes

Sourced from codeception/lib-asserts's releases.

3.1.0

3.1.0 (2025-12-22)

Features

  • add replacements for deprecated assertContainsOnly() and assertNotContainsOnly() (#19) (8e161f3)
    • assertContainsNotOnlyArray()
    • assertContainsNotOnlyBool()
    • assertContainsNotOnlyCallable()
    • assertContainsNotOnlyFloat()
    • assertContainsNotOnlyInstancesOf()
    • assertContainsNotOnlyInt()
    • assertContainsNotOnlyIterable()
    • assertContainsNotOnlyNumeric()
    • assertContainsNotOnlyObject()
    • assertContainsNotOnlyResource()
    • assertContainsNotOnlyClosedResource()
    • assertContainsNotOnlyScalar()
    • assertContainsNotOnlyString()
    • assertContainsOnlyArray()
    • assertContainsOnlyBool()
    • assertContainsOnlyCallable()
    • assertContainsOnlyFloat()
    • assertContainsOnlyInt()
    • assertContainsOnlyIterable()
    • assertContainsOnlyNumeric()
    • assertContainsOnlyObject()
    • assertContainsOnlyResource()
    • assertContainsOnlyClosedResource()
    • assertContainsOnlyScalar()
    • assertContainsOnlyString()
  • add support for php 8.5 #18

3.0.1

3.0.1 (2025-10-23)

Bug Fixes

  • re-add assertNotContainsEquals() because it is still part of phpunit (5cd564a)

3.0.0

3.0.0 (2025-09-04)

Commits
  • 8e161f3 feat: add replacements for deprecated assertContainsOnly() and assertNotConta...
  • dec0f6e chore(deps): add support for php 8.5 (#18)
  • 72fc49a Merge pull request #17 from W0rma/fix-assert-not-contains-equals
  • 5cd564a fix: re-add assertNotContainsEquals() because it is still part of phpunit
  • 4b95195 chore(ci): fix release flow
  • 310ec0f Merge pull request #16 from Codeception/cleanup
  • e648458 chore: improve phpstan asserts
  • f0275e6 chore: add github workflows
  • 3680bd0 Merge pull request #15 from Codeception/cleanup
  • 6ec0f7f chore: Merge branch 'master' into cleanup
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Updates dev/testing dependencies (Codeception, PHPUnit, Symfony components, php-parser, etc.) in plib/library with newer versions and tightened PHP/constraint ranges.

  • Dependencies (dev/test):
    • Codeception: codeception/lib-asserts3.1.0, codeception/codeception5.3.3 (Symfony <9 support), codeception/stub4.2.1.
    • PHPUnit ecosystem: phpunit/phpunit12.5.4, phpunit/php-code-coverage12.5.1 (uses theseer/tokenizer ^2.0), plus updates to sebastian/* libs (cli-parser, comparator, environment, exporter, global-state, recursion-context, type).
    • Symfony components: bump console, css-selector, event-dispatcher, finder, string, var-dumper, yaml to ^8.0 with PHP >=8.4 where applicable.
    • Parsers/tools: nikic/php-parserv5.7.0, theseer/tokenizer2.0.1, psy/psyshv0.12.18, myclabs/deep-copy1.13.4, behat/gherkinv4.16.1.
    • Constraint tweaks: broadened/widened ranges for Symfony and PHPUnit dependencies; raised PHP requirements on several packages.

Written by Cursor Bugbot for commit e52e526. This will update automatically on new commits. Configure here.

Bumps [codeception/lib-asserts](https://github.com/Codeception/lib-asserts) from 2.2.0 to 3.1.0.
- [Release notes](https://github.com/Codeception/lib-asserts/releases)
- [Commits](Codeception/lib-asserts@2.2.0...3.1.0)

---
updated-dependencies:
- dependency-name: codeception/lib-asserts
  dependency-version: 3.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 22, 2025
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
"php": ">=8.4",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Symfony 8.0 packages require PHP 8.4 breaking claimed compatibility

The locked Symfony 8.0 packages (symfony/console, symfony/css-selector, symfony/event-dispatcher, symfony/finder, symfony/string, symfony/var-dumper, symfony/yaml) all require "php": ">=8.4", but codeception/lib-asserts 3.1.0 claims to support "php": "^8.2 || ^8.3 || ^8.4 || ^8.5" and codeception/codeception claims "php": "^8.2". This lock file will fail composer install on PHP 8.2 or 8.3 environments, even though the main packages claim to support those versions. Development/testing will only work on PHP 8.4+.

Additional Locations (1)

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant