CLI-1461: De-alias thecodingmachine/safe#1969
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes the version alias for the thecodingmachine/safe package, changing from "3.0.2 as 2.5.0" to "3.0.2". This de-aliasing is appropriate because dependencies like infection/infection now require ^v3.0, making the compatibility alias to v2.5.0 unnecessary. The PR also includes routine dependency updates as part of running composer update.
Changes:
- Removed version alias for thecodingmachine/safe package in composer.json
- Updated composer.lock to reflect the de-aliasing and include latest compatible dependency versions
- Removed the alias entry from the composer.lock aliases section
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| composer.json | Removed version alias "3.0.2 as 2.5.0" and changed to "3.0.2" for thecodingmachine/safe |
| composer.lock | Updated lock file with de-aliased version, removed alias entry, and included routine dependency updates (Symfony components, dev tools, etc.) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/pr/1969/acli.phar |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1969 +/- ##
=========================================
Coverage 92.30% 92.30%
Complexity 1921 1921
=========================================
Files 122 122
Lines 7009 7009
=========================================
Hits 6470 6470
Misses 539 539 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Motivation
Fixes CLI-1461
Proposed changes
Alternatives considered
Testing steps
./bin/acli ckc