Add support of RoadRunner v2025.1#74
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe version constraint for the "spiral/roadrunner" dependency in composer.json was updated to require versions from 2024.2 up to, but not including, 2026.0. Support for 2023.x and early 2024.x versions was removed, and compatibility was extended to include 2025.x versions. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
composer.json (1)
51-51: Confirm backward compatibility break and version gap.The update removes support for any 2023.x releases (a BC break) and the constraint
^2024.1 || ^2025.1will also exclude a potential2025.0release. Please verify that dropping 2023.x is intentional. If you intend to cover all 2025.* versions and avoid gaps, consider a single continuous range:- "spiral/roadrunner": "^2024.1 || ^2025.1", + "spiral/roadrunner": ">=2024.1 <2026.0",Don’t forget to document this BC break in the CHANGELOG and bump the package’s major version if needed.
|
thanks |
Summary by CodeRabbit