webmotor / composer-distribution-helper
There is no license information available for the latest version (dev-master) of this package.
Package info
github.com/webmotor/composer-distribution-helper
Type:composer-plugin
pkg:composer/webmotor/composer-distribution-helper
dev-master
2017-04-17 13:41 UTC
Requires
- php: ^5.5 || ^7.0
- composer-plugin-api: ^1.0
Requires (Dev)
- composer/composer: ^1.0
This package is not auto-updated.
Last update: 2026-03-01 03:37:32 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