From 2a2baa969da4f4b3ff3b9e4f903ce6539d9af23c Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sat, 5 Nov 2022 07:45:58 +0000 Subject: [PATCH] fix issue #357 --- CHANGELOG-6.x.md | 13 ++++++++++--- composer.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index 5809ec68..137e10bc 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -7,14 +7,20 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles. ## [Unreleased] -## [6.5.2] - 2022-10-25 +## [6.5.3] - 2022-11-05 ### Fixed -- [#356](https://github.com/llaville/php-compatinfo/issues/356) : regression: `DATABASE_URL` from env doesn't work in new 6.5.x (thanks @remicollet for reporting) +- [#357](https://github.com/llaville/php-compatinfo/issues/357) : Auto-diagnose is not launched with PHAR distribution +## [6.5.2] - 2022-10-25 + +### Fixed + +- [#356](https://github.com/llaville/php-compatinfo/issues/356) : regression: `DATABASE_URL` from env doesn't work in new 6.5.x (thanks @remicollet for reporting) + ## [6.5.1] - 2022-10-24 ### Fixed @@ -212,7 +218,8 @@ Experimental - drop support for PHP 7.3 has ended 6th December 2021. - file `config/container.php` replaced by `src/Infrastructure/Framework/Symfony/DependencyInjection/ContainerFactory.php` -[unreleased]: https://github.com/llaville/php-compat-info/compare/6.5.2...HEAD +[unreleased]: https://github.com/llaville/php-compat-info/compare/6.5.3...HEAD +[6.5.3]: https://github.com/llaville/php-compat-info/compare/6.5.2...6.5.3 [6.5.2]: https://github.com/llaville/php-compat-info/compare/6.5.1...6.5.2 [6.5.1]: https://github.com/llaville/php-compat-info/compare/6.5.0...6.5.1 [6.5.0]: https://github.com/llaville/php-compat-info/compare/6.4.2...6.5.0 diff --git a/composer.json b/composer.json index 369f926b..19642a01 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "ext-libxml": "*", "ext-pcre": "*", "ext-spl": "*", - "bartlett/php-compatinfo-db": "^4.6", + "bartlett/php-compatinfo-db": "^4.8", "bartlett/sarif-php-sdk": "^1.0", "composer-runtime-api": "^2.1", "doctrine/collections": "^1.4",