Tools¶
All the examples below assume that the folder ~/.composer/vendor/bin
is part of your $PATH
environment variable.
Dependency graph¶
This tool helps to visualize all the dependencies of a package or an organization. The main feature is that it highlight the dependencies that are out of date.
This ease the development on Innmind to understand in which order to update packages.
Installation¶
Usage¶
macOS App¶
Instead of manually executing the CLI commands you can use this macOS app. You only need to specify the organization you want to visualize and the app will fetch everything necessary.
Lab station¶
This tool automatically runs your tests, psalm and code style checker everytime you save a file.
Installation¶
Usage¶
Git release¶
This is a tool to create SemVer tags.
Installation¶
Usage¶
If the last major version is 1.2.3
this will create the tag 2.0.0
and push it to the remote.
There's also the minor
and bugfix
commands.