webmotor / composer-distribution-helper
Installs: 656
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 1
Open Issues: 1
Type:composer-plugin
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: 2025-01-04 20:58:01 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