Download the PHP package hpbxxtr/composer-upgrade-interactive without Composer
On this page you can find all versions of the php package hpbxxtr/composer-upgrade-interactive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hpbxxtr/composer-upgrade-interactive
More information about hpbxxtr/composer-upgrade-interactive
Files in hpbxxtr/composer-upgrade-interactive
Package composer-upgrade-interactive
Short Description Interactive TUI for selectively upgrading Composer dependencies (yarn upgrade-interactive for PHP)
License MIT
Homepage https://github.com/hpbxxtr/composer-upgrade-interactive
Informations about the package composer-upgrade-interactive
An interactive TUI for selectively upgrading Composer dependencies
yarn upgrade-interactive for PHP!
โจ Features
- Patch / minor / major columns per package โ choose exactly how far to upgrade each one
- Full version picker โ press
von any cell to browse all available stable versions in an inline multi-column list and pin an exact release - Live compatibility checking โ conflicting versions are marked with
!as you navigate; the footer explains which dependency chain is broken and whether it originates from the current upgrade selection or from an already-installed package - Minimum release age โ gate out releases published minutes ago, project-wide or per run
- require and require-dev sections rendered separately
- Abandoned package warnings with replacement suggestions
- Comparison and release URLs in the footer for whichever bump type or version is focused (GitHub, GitLab, Packagist)
- Full keyboard navigation โ arrow keys, vim (
hjkl), and Emacs (Ctrl+P/N/B/F) bindings
๐ Requirements
- PHP 8.3+
- Composer 2.x
๐ฆ Installation
Or as a project dev dependency:
Trust prompt โ Composer will ask you to allow the plugin to execute code. Answer
yto enable it:
๐ Usage
Aliases: composer hpbxxtr:upgrade-interactive ยท composer upgrade-interactive
Navigate to a package, move across the patch/minor/major columns with the arrow keys, press space to select the latest version for that bump level, or press v to open an inline picker and choose any specific stable release. Press enter to confirm and apply.
๐ Documentation
Full docs live at hpbxxtr.github.io/composer-upgrade-interactive:
- Installation ยท Usage
- Minimum release age โ cooldown before a fresh release may be selected
- Key bindings โ normal mode, version picker, age input
- How it works โ resolution, conflict detection, apply
- CLI reference ยท Configuration reference
The site is built with VitePress from docs/ and deployed to GitHub Pages on release. To preview it locally:
๐ License
MIT โ see LICENSE.