oprokidnev/composer-distribution-helper

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

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Type:composer-plugin

pkg:composer/oprokidnev/composer-distribution-helper

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

This package is auto-updated.

Last update: 2025-09-22 03:46:46 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