Skip to content
Closed
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.1",

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

Bumping PHPUnit from version 9 to 13 introduces significant breaking changes. The phpunit.xml configuration file requires a schema migration for PHPUnit 10+, and the minimum PHP version requirement has increased (PHPUnit 11 requires PHP 8.2+). Without these updates, the test suite will fail. You should update phpunit.xml to the latest schema and verify that the environment meets the new PHP version requirements.

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