Today we are happy to announce the next version of Composercat with many new and exiting features. Download here.
You can now add comments to packages.
The comments are displayed in the package list and they offer a convenient way to set reminders, TODOs, warnings and explanations about why a specific package was added to the project.
The comments are stored in composer.json under the extra key so they can be viewed and edited by people who don't use Composercat. Here's what the composer.json file would look like in your text editor:
Download Composercat 0.4.0 now
Composercat now includes a nice view of outdated packages. Packages that should be updated are displayed in red, packages that may be updated in yellow.
Composercat can now install Composer automatically for you. All you need is a working PHP installation. The latest version of Composer will be installed locally in the project's directory.
Download Composercat 0.4.0 now
You can now use Composercat to create a project from an existing package (like you would with composer create-project). It's as easy selecting a package and you can take advantage of the auto-complete feature provided by Packagist.
Composercat's autocomplete now works with Drupal's Composer repositories (alongside Packagist). This feature is only available for Drupal projects. All you need to do is configure it in repositories or create a project from a Drupal template package.