aheinis / patch-risk-detector
A composer plugin to detect risky and safe patches.
Installs: 4 679
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.8
README
🔍 A Composer plugin that detects risky and safe patches.
📦 Installation
You can install the package via Composer:
composer require aheinis/patch-risk-detector
For development or local testing:
composer require aheinis/patch-risk-detector --dev
🚀 Usage
Once installed, the plugin automatically integrates with Composer and detects patch risks.
Example command:
composer patch-risk-detect
🔧 Configuration
If needed, you can configure the plugin using composer.json
:
{ "extra": { "patch-risk-detector": { "log_level": "warning" } } }
🛠 Development
If you want to modify or contribute to the plugin:
- Clone the repository:
git clone https://github.com/Andrin-Heinis/patch-risk-detector.git cd patch-risk-detector
- Install dependencies
- Run local tests
🤝 Contributing
Pull requests are welcome! If you find any issues or want to suggest features, please open an Issue.