eliashaeussler / composer-update-reporter
Composer 插件,用于向多个外部服务报告过时的包
1.3.3
2022-10-15 21:29 UTC
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-08-26 20:26:14 UTC
README
Composer 更新报告插件
📙 文档 | :package: Packagist | :floppy_disk: 仓库 | :bug: 问题跟踪器
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.
🚀 功能
- 向各种服务发送报告(Slack、Teams、Mattermost、电子邮件等)
- 在报告中包含安全扫描结果
- API 用于创建自定义服务报告
- 无缝集成到 Composer 生命周期
- 多种配置选项(在
composer.json
或通过环境变量)
🔥 安装
composer require eliashaeussler/composer-update-reporter
🚢 更新日志
查看所有重要的发布说明,请参阅 更新日志。
🧑💻 贡献
请参阅 CONTRIBUTING.md
。
💎 信用
由 studiogstock 创建的横幅矢量图 - www.freepik.com
⭐ 许可证
此项目受 GNU 通用公共许可证 3.0(或更高版本)许可。