Skip to content

Commit

Permalink
Merge branch '6.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 5, 2022
2 parents a25882d + 2a2baa9 commit e2bc72e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- MARKDOWN-RELEASE:START -->
### 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
<!-- MARKDOWN-RELEASE:END -->

## [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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e2bc72e

Please sign in to comment.