2017 © Pedro Peláez
 

composer-plugin composer-distribution-helper

image

webmotor/composer-distribution-helper

  • Monday, April 17, 2017
  • by oprokidnev
  • Repository
  • 4 Watchers
  • 3 Stars
  • 464 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 16 % Grown

The README.md

Composer security tool

It will help to protect your account during production release on third parties servers., (*1)

Problem is described here: https://github.com/composer/composer/issues/5689, (*2)

This plugin provides two commands, that should be executed after release stage:, (*3)

  • 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, (*4)

The Versions

17/04 2017

dev-master

9999999-dev

  Sources   Download

The Requires

  • composer-plugin-api ^1.0
  • php ^5.5 || ^7.0

 

The Development Requires