├── .gitignore ├── README.md ├── composer.json └── src ├── CleanupPlugin.php └── CleanupRules.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barryvdh/composer-cleanup-plugin/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barryvdh/composer-cleanup-plugin/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barryvdh/composer-cleanup-plugin/HEAD/composer.json -------------------------------------------------------------------------------- /src/CleanupPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barryvdh/composer-cleanup-plugin/HEAD/src/CleanupPlugin.php -------------------------------------------------------------------------------- /src/CleanupRules.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/barryvdh/composer-cleanup-plugin/HEAD/src/CleanupRules.php --------------------------------------------------------------------------------