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
- `--release-info`- Show release information (summary with links)
211
+
- `--release-detail`- Show full release changelog for each package (implies `--release-info`)
212
+
- `--no-release-info`- Skip release information section (default behavior)
213
+
- `--show-impact, --impact`- Show impact analysis for conflicting packages (disabled by default)
214
+
- `--save-impact`- Save impact analysis to `composer-update-impact.txt` file (implies `--show-impact`)
215
+
- `-v, --verbose`- Show verbose output (configuration files, packages, etc.)
216
+
- `--debug`- Show debug information (very detailed, includes file paths, parsing, etc.)
217
+
- `-h, --help`- Show help message
218
+
219
+
For detailed usage information, see [Usage Guide](docs/USAGE.md).
220
+
213
221
## Packagist Integration
214
222
215
223
Composer Update Helper fetches package information from Packagist to analyze dependencies and find compatible versions. Here's how it works:
@@ -274,43 +282,7 @@ When the Packagist API doesn't have information about these packages, the tool a
274
282
275
283
> 💡 **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.
276
284
277
-
## Requirements
278
-
279
-
- PHP `>=8.1 <8.6`
280
-
- Composer 2.x
281
-
282
-
## Version information
283
-
284
-
Supported PHP versions follow `composer.json` (`>=8.1 <8.6`). Release history is in [docs/CHANGELOG.md](docs/CHANGELOG.md).
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:
@@ -342,9 +314,31 @@ Together with Composer Update Helper, you get a complete development workflow:
342
314
343
315
**Perfect combination for maintaining high-quality PHP projects!** 🚀
344
316
345
-
## Author
317
+
## Documentation
346
318
347
-
Created by [Héctor Franco Aceituno](https://github.com/HecFranco) at [Nowo.tech](https://nowo.tech)
0 commit comments