Skip to content

JoeForks/climb

 
 

Repository files navigation

Composer Climb

climb

A Composer version manager tool made with inspiration from this awesome NPM package. Find newer versions of dependencies than what your composer.json allows.

alt-three/logger                1.0.2      →     1.1.0
graham-campbell/exceptions      5.0.0      →     5.1.0
jenssegers/optimus              0.1.4      →     0.2.0
vinkla/hashids                  1.1.0      →     2.2.0

Build Status Coverage Status Quality Score Latest Version License

Note: This tool is still in early stages of development and may change in the future. The tool is a proof of concept. There are some bugs that we're aware of and we will try to fix them asap. If you find any please report! We also appreciate pull requests, a lot!

Installation

Run this command to install the CLI tool globally.

composer global require vinkla/climb

Be sure to have composer binaries in your $PATH:

export PATH=${PATH}:${HOME}/.composer/vendor/bin;

This is required in order to use this tool.

Usage

From a directory where you've a composer.json file run the command below to check the packages:

climb

If you want to check your global composer packages for outdated versions you can use:

climb global

License

Climb is licensed under The MIT License (MIT).

About

A Composer version manager tool

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%