-
-
Notifications
You must be signed in to change notification settings - Fork 395
Add support for roave/backward-compatibility-check tool #974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for roave/backward-compatibility-check tool #974
Conversation
Co-authored-by: shivammathur <[email protected]>
Co-authored-by: shivammathur <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the review
…ool to backward-compatibility-check Co-authored-by: shivammathur <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #974 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 7
Lines 805 805
Branches 284 285 +1
=========================================
Hits 805 805 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase it on develop, I changed the base to develop
Branch has been successfully rebased on develop in commit 1c12093. All changes are preserved and tests are passing. |
This PR adds support for the
roave/backward-compatibility-check
tool, a popular Composer package used to detect backward compatibility breaks in PHP libraries.Changes Made
1. Tool Configuration
roave-backward-compatibility-check
tosrc/configs/tools.json
as a scoped Composer tool2. Documentation Updates
3. Test Coverage
__tests__/tools.test.ts
4. Bug Fix
addPackage
function to usedata['tool']
instead ofparts[1]
for proper tool naming, ensuring aliases work correctlyUsage
Users can now install roave/backward-compatibility-check using:
The tool will be installed as a scoped Composer dependency and be available for use in CI workflows to check for backward compatibility breaks.
Testing
Closes: Request for adding roave/backward-compatibility-check tool support
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.