eliashaeussler / composer-update-reporter
Composer Plugin to report outdated packages to several external services
Installs: 18 167
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:composer-plugin
Requires
- php: >= 7.1 < 8.2
- composer-plugin-api: ^1.0 || ^2.0
- ext-filter: *
- ext-json: *
- ext-mbstring: *
- eliashaeussler/composer-update-check: ^1.0
- nyholm/psr7: ^1.0
- psr/http-client: ^1.0
- psr/http-message: ^1.0
- spatie/emoji: ^2.0 || ^3.0 || ^4.0
- symfony/http-client: ^4.4.11 || ^5.0.11 || ^6.0
- symfony/mailer: >= 4.4 < 7.0
- symfony/mime: >= 4.4 < 7.0
Requires (Dev)
- composer/composer: ^1.8.5 || ^2.0
- ergebnis/composer-normalize: ^2.8
- friendsofphp/php-cs-fixer: >= 2.17 < 4.0
- php-http/mock-client: ^1.0
- phpstan/phpstan: ^1.2
- phpunit/phpunit: ^7.5 || ^8.5.23 || ^9.0
- rpkamp/mailhog-client: >= 0.3 < 0.6
This package is auto-updated.
Last update: 2024-10-26 20:53:39 UTC
README
Composer update reporter plugin
πΒ Documentation | :package:Β Packagist | :floppy_disk:Β Repository | :bug:Β Issue tracker
A Composer plugin for
eliashaeussler/composer-update-check
that can be used to automatically report outdated packages to various services. This allows strong
automation in the area of quality assurance by reporting outdated packages directly to you, for
example via Slack, Mattermost or by mail. It is even possible to implement your own service to
which reports can be sent at any time.
π Features
- Send report to various services (Slack, Teams, Mattermost, E-mail etc.)
- Include security scan results in report
- API to create custom service reports
- Smooth integration into Composer lifecycle
- Various configuration options (
composer.json
or via environment variables)
π₯ Installation
composer require eliashaeussler/composer-update-reporter
π’ Changelog
View all notable release notes in the Changelog.
π§βπ» Contributing
Please have a look at CONTRIBUTING.md
.
π Credits
Banner vector created by studiogstock - www.freepik.com
β License
This project is licensed under GNU General Public License 3.0 (or later).