Conversation
Co-authored-by: samdark <47294+samdark@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #442 +/- ##
=========================================
Coverage 76.96% 76.96%
Complexity 29 29
=========================================
Files 11 11
Lines 178 178
=========================================
Hits 137 137
Misses 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR removes the roave/security-advisories package from development dependencies, as Composer now provides built-in security advisory checking that makes this package redundant. The change aligns with modern Composer features and simplifies the dependency tree.
Changes:
- Remove
roave/security-advisoriesfromrequire-devincomposer.json - Add changelog entry documenting the removal
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| composer.json | Removed roave/security-advisories from require-dev dependencies |
| CHANGELOG.md | Added entry under version 1.1.1 documenting the package removal |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## 1.1.1 under development | ||
|
|
||
| - Chg #437: Remove `roave/security-advisories` since Composer handles security advisories natively (@samdark) |
There was a problem hiding this comment.
21st February 2026 Replace composer.json's roave-security-advisories (see yiisoft/app#442) with composer audit in invoice_build.yaml Sonarqube code reduction.
Composer's built-in security advisory checks now cover what
roave/security-advisoriespreviously provided, making the package redundant.Changes
composer.json: Droproave/security-advisoriesfromrequire-devCHANGELOG.md: Add entry under1.1.1 under developmentOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.