webmotor/composer-distribution-helper

There is no license information available for the latest version (dev-master) of this package.

dev-master 2017-04-17 13:41 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:08:12 UTC


README

It will help to protect your account during production release on third parties servers.

Problem is described here: composer/composer#5689

This plugin provides two commands, that should be executed after release stage:

  • distribution:clean-vcs - will remove all git repositories in vendor directory.
  • distribution:clean-vcs-passwords - will remove account information from git repositories in vendor dir.

Requires composer:^1.2.0