Bump phpunit/phpunit from 9.6.9 to 9.6.34#171
Conversation
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.9 to 9.6.34. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.34/ChangeLog-9.6.md) - [Commits](sebastianbergmann/phpunit@9.6.9...9.6.34) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 9.6.34 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| }, | ||
| "require": { | ||
| "php": "^8.1" | ||
| "php": "^8.4" |
There was a problem hiding this comment.
Dependency update silently requires PHP 8.4 minimum
High Severity
The doctrine/instantiator package was updated from 2.0.0 to 2.1.0, which changes the PHP requirement from ^8.1 to ^8.4. While PHPUnit 9.6.34 itself supports PHP >= 7.3 and allows doctrine/instantiator: "^1.5.0 || ^2", this lock file resolved to version 2.1.0 which requires PHP 8.4+. Any environment running PHP 8.3 or lower will fail when running composer install with this lock file, silently breaking builds that previously worked.
Bumps phpunit/phpunit from 9.6.9 to 9.6.34.
Release notes
Sourced from phpunit/phpunit's releases.
... (truncated)
Changelog
Sourced from phpunit/phpunit's changelog.
... (truncated)
Commits
b36f023Fix regression introduced in PHPUnit 9.6.33fea0625Prepare release1a677f6Merge branch '8.5' into 9.61015741Prepare release1cce5f3Merge branch '8.5' into 9.63141742Do not run PHPT test when its temporary file for code coverage information ex...0b3170aWe do not need to unserialize() objects here261086aExtract methodfdd6b86Fix CS/WS issue492ee10Prepare releaseDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Refreshes Composer lockfile to latest testing/tooling stack.
phpunit/phpunit9.6.9 -> 9.6.34 and aligns related dependencies (php-code-coverage,sebastian/*,nikic/php-parser,phpdocumentor/*,phpstan/phpdoc-parser,myclabs/deep-copy,theseer/tokenizer, etc.)doctrine/deprecations,doctrine/instantiator,symfony/*polyfills); some raise PHP/tooling constraints (e.g.,doctrine/instantiatornow requires^8.4)composer.lockmetadata updated (plugin-api-versionto2.6.0); no application code changesWritten by Cursor Bugbot for commit dcf5f6c. This will update automatically on new commits. Configure here.