Open eliashaeussler opened 3 weeks ago
[!IMPORTANT] This PR requires #168 to be merged first.
This PR introduces a new html formatter. It generates an HTML report that looks like this:
html
2 packages are outdated.
>=3.0.0,<3.0.99|>=3.1.0,<3.1.4
Read more
>=2.0.0,<2.1.0|>=2.1.0,<2.2.0|>=2.2.0,<2.3.0|>=2.3.0,<2.4.0|>=2.4.0,<2.5.0|>=2.5.0,<2.6.0|>=2.6.0,<2.7.0|>=2.7.0,<2.8.0|>=2.8.0,<3.0.0|>=3.0.0,<3.1.0|>=3.1.0,<3.2.0|>=3.2.0,<3.3.0|>=3.3.0,<3.4.0|>=3.4.0,<4.0.0|>=4.0.0,<4.1.0|>=4.1.0,<4.2.0|>=4.2.0,<4.3.0|>=4.3.0,<4.4.0|>=4.4.0,<4.4.50|>=5.0.0,<5.1.0|>=5.1.0,<5.2.0|>=5.2.0,<5.3.0|>=5.3.0,<5.4.0|>=5.4.0,<5.4.20|>=6.0.0,<6.0.20|>=6.1.0,<6.1.12|>=6.2.0,<6.2.6
Generated by eliashaeussler/composer-update-check at Sun, 27 Oct 24 11:39:57 +0000.
eliashaeussler/composer-update-check
The report can be generated like follows:
composer update-check -f markdown > update-check-report.md
This PR introduces a new
html
formatter. It generates an HTML report that looks like this:Update check result
Outdated packages
Security Advisories
doctrine/dbal
SQL Injection in Limit Clause Generation API
>=3.0.0,<3.0.99|>=3.1.0,<3.1.4
Read more
symfony/http-kernel
Prevent storing cookie headers in HttpCache
>=2.0.0,<2.1.0|>=2.1.0,<2.2.0|>=2.2.0,<2.3.0|>=2.3.0,<2.4.0|>=2.4.0,<2.5.0|>=2.5.0,<2.6.0|>=2.6.0,<2.7.0|>=2.7.0,<2.8.0|>=2.8.0,<3.0.0|>=3.0.0,<3.1.0|>=3.1.0,<3.2.0|>=3.2.0,<3.3.0|>=3.3.0,<3.4.0|>=3.4.0,<4.0.0|>=4.0.0,<4.1.0|>=4.1.0,<4.2.0|>=4.2.0,<4.3.0|>=4.3.0,<4.4.0|>=4.4.0,<4.4.50|>=5.0.0,<5.1.0|>=5.1.0,<5.2.0|>=5.2.0,<5.3.0|>=5.3.0,<5.4.0|>=5.4.0,<5.4.20|>=6.0.0,<6.0.20|>=6.1.0,<6.1.12|>=6.2.0,<6.2.6
Read more
Generated by
eliashaeussler/composer-update-check
at Sun, 27 Oct 24 11:39:57 +0000.The report can be generated like follows: