Skip to content

/_integration/php: fix cve#3434

Merged
coffeegoddd merged 1 commit intomainfrom
db/dependabot-alerts
Feb 18, 2026
Merged

/_integration/php: fix cve#3434
coffeegoddd merged 1 commit intomainfrom
db/dependabot-alerts

Conversation

@coffeegoddd
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the PHP integration test dependencies to address a CVE by refreshing the Composer lockfile and aligning the project metadata/development test dependency.

Changes:

  • Bumped phpunit/phpunit dev dependency from ^7 to ^8.5.52.
  • Regenerated composer.lock, updating transitive dev dependencies (e.g., doctrine/instantiator, deep-copy, phar-io/, sebastian/).
  • Fixed composer.json package name to a valid Composer vendor/package format.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
_integration/php/composer.json Updates package name and bumps PHPUnit dev requirement to 8.5.52.
_integration/php/composer.lock Regenerates lockfile with updated PHPUnit ecosystem dependencies for the CVE fix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

},
"require-dev": {
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^8.5.52"
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

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

Bumping phpunit to 8.5.52 increases the minimum PHP version required to run the integration tests (phpunit now requires PHP >=7.2, whereas the previous setup allowed PHP 7.1). If the CI or local integration-test environment still uses PHP 7.1, composer install/make test will fail; consider either documenting/enforcing PHP >=7.2 for this integration suite or choosing a phpunit version compatible with the supported PHP baseline.

Suggested change
"phpunit/phpunit": "^8.5.52"
"phpunit/phpunit": "^7.5"

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

@jycor jycor left a comment

Choose a reason for hiding this comment

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

LGTM

@coffeegoddd coffeegoddd merged commit 0672c40 into main Feb 18, 2026
15 checks passed
@coffeegoddd coffeegoddd deleted the db/dependabot-alerts branch February 18, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants