You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 💡 **Tip**: We also recommend installing [Code Review Guardian](https://github.com/nowo-tech/CodeReviewGuardian) for a complete code quality workflow. See [Related Packages](#related-packages) section below.
54
-
55
53
After installation, two files will be copied to your project root:
56
54
-`generate-composer-require.sh` - The lightweight wrapper script (delegates complex logic to PHP in vendor)
57
55
-`generate-composer-require.yaml` - Configuration file for ignored and included packages (only created if doesn't exist)
@@ -283,36 +281,16 @@ When the Packagist API doesn't have information about these packages, the tool a
283
281
> 💡 **Tip**: If you're using a VPN or behind a corporate firewall, configuring a Packagist mirror or ensuring `composer show` works will provide the best experience.
284
282
285
283
## Related Packages
286
-
### Code Review Guardian
287
284
288
-
Looking for a complete code review solution? We highly recommend **[Code Review Guardian](https://github.com/nowo-tech/CodeReviewGuardian)** - a provider-agnostic code review guardian that works perfectly with Composer Update Helper:
285
+
### PHP Quality Tools
289
286
290
-
- ✅ **Provider-agnostic**: Works with GitHub, GitLab, Bitbucket, and any Git provider
- ✅ **Framework-specific configs**: Optimized configurations for each framework
287
+
For Rector / PHP-CS-Fixer / Twig-CS-Fixer configs with automatic framework detection, use **[PHP Quality Tools](https://github.com/nowo-tech/PhpQualityTools)** (`nowo-tech/php-quality-tools`). [Code Review Guardian](https://github.com/nowo-tech/CodeReviewGuardian) is **abandoned** and should not be installed on new projects.
Copy file name to clipboardExpand all lines: docs/IMPLEMENTATION_ROADMAP.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
This document provides a detailed action plan for implementing the not-yet-supported update scenarios, ordered by complexity and feasibility.
4
4
5
+
**Status (v2.0.34, 2026-08):** Phase 1 and most of Phase 2 are **shipped** (fallback versions, alternative packages, abandoned detection, conflict impact, wildcard checking, maintainer contact). Still open: batch update optimization, cascading conflict chains, circular dependency conflicts, repository-specific conflicts, pre-installation conflict prediction. The “Weeks 1–19” timeline below is historical, not a schedule.
0 commit comments