Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"pdepend/pdepend": "2.12.1"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^13.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 HIGH RISK

Upgrading across four major versions (9 to 13) is a major migration that will likely break the build. You must update your phpunit.xml schema by running vendor/bin/phpunit --migrate-configuration. Additionally, you must refactor your test suite to address the removal of common APIs like withConsecutive(), expectError(), and the transition to the new event-driven system. Ensure your environment supports the PHP version requirements introduced in these later PHPUnit releases.

"symplify/easy-coding-standard": "^11.1"
},
"autoload": {
Expand Down
Loading
Loading