Download the PHP package jbzoo/composer-diff without Composer
On this page you can find all versions of the php package jbzoo/composer-diff. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jbzoo/composer-diff
More information about jbzoo/composer-diff
Files in jbzoo/composer-diff
Download jbzoo/composer-diff
More information about jbzoo/composer-diff
Files in jbzoo/composer-diff
Vendor jbzoo
Package composer-diff
Short Description See what has changed after a composer update.
License MIT
Package composer-diff
Short Description See what has changed after a composer update.
License MIT
Please rate this library. Is it a good library?
Informations about the package composer-diff
JBZoo / Composer-Diff
- Why?
- Installation
- Usage
- Help Description
- Output Examples
- Default view (--output=console)
- Markdown Output (--output=markdown)
- JSON Output (--output=json)
- Roadmap
- Unit tests and check code style
- License
- See Also
Why?
See what packages have been changed after you run composer update
by comparing composer.lock
to the git show HEAD:composer.lock
.
Installation
Usage
Help Description
Output Examples
Default view (--output=console)
Rendered in your terminal:
Also, see colored example in travis-ci
Markdown Output (--output=markdown)
Source code:
Rendered in your readme or PR/MR description:
Package | Action | Old Version | New Version | |
---|---|---|---|---|
vendor/downgraded | Downgraded | 2.0.0 | 1.0.0 | See details |
vendor/new | New | - | 1.0.0 | |
vendor/no-tag | Changed | dev-master@bbc0fba | dev-master@f2f9280 | See details |
vendor/no-tag-new | New | - | dev-develop@a999014 | |
vendor/removed | Removed | 1.0.0 | - | |
vendor/upgraded | Upgraded | 1.0.0 | 2.0.0 | See details |
JSON Output (--output=json)
Roadmap
- [ ] Supporting Drupal repos. For example.
- [ ] Add action in the composer via API like
composer lock-diff
. - [ ] Fixes the same issue with complex/custom name of tag.
- [ ] Auto-detecting alias name of branch.
- [ ] No warp links for Markdown format.
- [ ] (?) Support MS Windows...
Unit tests and check code style
License
MIT
See Also
- CI-Report-Converter - Converting different error reports for deep compatibility with popular CI systems.
- Composer-Graph - Dependency graph visualization of composer.json based on mermaid-js.
- Mermaid-PHP - Generate diagrams and flowcharts with the help of the mermaid script language.
- Utils - Collection of useful PHP functions, mini-classes, and snippets for every day.
- Image - Package provides object-oriented way to manipulate with images as simple as possible.
- Data - Extended implementation of ArrayObject. Use files as config/array.
- Retry - Tiny PHP library providing retry/backoff functionality with multiple backoff strategies and jitter support.
- SimpleTypes - Converting any values and measures - money, weight, exchange rates, length, ...
Special thanks to the project davidrjonas/composer-lock-diff which inspired me to make a great utility :)
All versions of composer-diff with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-json Version *
ext-filter Version *
jbzoo/data Version ^7.1
jbzoo/markdown Version ^7.0
jbzoo/cli Version ^7.1.1
symfony/console Version >=6.4
symfony/process Version >=6.4
composer/semver Version >=1.0
ext-json Version *
ext-filter Version *
jbzoo/data Version ^7.1
jbzoo/markdown Version ^7.0
jbzoo/cli Version ^7.1.1
symfony/console Version >=6.4
symfony/process Version >=6.4
composer/semver Version >=1.0
The package jbzoo/composer-diff contains the following files
Loading the files please wait ....