Download the PHP package beardcoder/composer-check-updates without Composer
On this page you can find all versions of the php package beardcoder/composer-check-updates. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download beardcoder/composer-check-updates
More information about beardcoder/composer-check-updates
Files in beardcoder/composer-check-updates
Download beardcoder/composer-check-updates
More information about beardcoder/composer-check-updates
Files in beardcoder/composer-check-updates
Vendor beardcoder
Package composer-check-updates
Short Description Upgrade your composer.json dependencies to the latest versions, ignoring specified versions (inspired by npm-check-updates)
License MIT
Homepage https://github.com/beardcoder/composer-check-updates
Package composer-check-updates
Short Description Upgrade your composer.json dependencies to the latest versions, ignoring specified versions (inspired by npm-check-updates)
License MIT
Homepage https://github.com/beardcoder/composer-check-updates
Please rate this library. Is it a good library?
Informations about the package composer-check-updates
Composer Check Updates
Upgrade your composer.json dependencies to the latest versions, ignoring specified version constraints.
Inspired by npm-check-updates.
Features
- 🔍 Check for updates beyond your version constraints
- 🎨 Color-coded output (red=major, cyan=minor, green=patch)
- 🖱️ Interactive mode to select which packages to update
- 🎯 Filter packages by name pattern
- 📦 Supports both
requireandrequire-devdependencies
Installation
Install globally to use composer check-updates or composer ccu from any project:
Usage
Check for updates
Example output:
Update composer.json
Interactive Mode
Choose which packages to update interactively:
Use arrow keys to navigate, Space to toggle selection, Enter to confirm.
Filter Packages
Limit Update Types
Target Version
Control which version to upgrade to:
JSON Output
Specify Working Directory
Recursive Mode
Check all composer.json files in subdirectories (skips vendor/, node_modules/, .git/):
Options
| Option | Alias | Description |
|---|---|---|
--upgrade |
-u |
Update composer.json with new versions |
--interactive |
-i |
Interactive mode to select packages |
--filter |
-f |
Filter packages by name (supports wildcards) |
--reject |
-x |
Exclude packages by name (supports wildcards) |
--target |
-t |
Target version: latest, minor, patch (default: latest) |
--dev-only |
Only check dev dependencies | |
--prod-only |
Only check production dependencies | |
--minor-only |
Only show minor and patch updates | |
--patch-only |
Only show patch updates | |
--json |
Output results as JSON | |
--recursive |
-r |
Recursively check all composer.json in subdirectories |
--depth |
Max directory depth for --recursive | |
--working-dir |
-d |
Use the given directory as working directory |
Color Legend
- Red: Major upgrade (breaking changes possible)
- Cyan: Minor upgrade (new features, backwards compatible)
- Green: Patch update (bug fixes)
License
MIT
All versions of composer-check-updates with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
composer-plugin-api Version ^2.0
ext-curl Version *
ext-json Version *
composer-plugin-api Version ^2.0
ext-curl Version *
ext-json Version *
The package beardcoder/composer-check-updates contains the following files
Loading the files please wait ...