Skip to content

Commit

Permalink
prepare feature release 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Oct 24, 2022
1 parent 13ef3b9 commit 33d7a71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.

## [Unreleased]

## [6.5.0] - 2022-10-24

<!-- MARKDOWN-RELEASE:START -->
### Added

Expand Down Expand Up @@ -198,7 +200,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.4.2...HEAD
[unreleased]: https://github.com/llaville/php-compat-info/compare/6.5.0...HEAD
[6.5.0]: https://github.com/llaville/php-compat-info/compare/6.4.2...6.5.0
[6.4.2]: https://github.com/llaville/php-compat-info/compare/6.4.1...6.4.2
[6.4.1]: https://github.com/llaville/php-compat-info/compare/6.4.0...6.4.1
[6.4.0]: https://github.com/llaville/php-compat-info/compare/6.3.0...6.4.0
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@

**PHP CompatInfo** is a library that can find the minimum version and the extensions required for a piece of code to run.

Running on PHP greater or equal than 7.4 for parsing source code in a format PHP 5.2 to PHP 8.1
Running on PHP greater or equal than 7.4 for parsing source code in a format PHP 5.2 to PHP 8.2

[![GitHub Discussions](https://img.shields.io/github/discussions/llaville/php-compatinfo)](https://github.com/llaville/php-compatinfo/discussions)
[![GitHub-Pages](https://github.com/llaville/php-compatinfo/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/llaville/php-compatinfo/actions/workflows/gh-pages.yml)
[![Unit Tests](https://github.com/llaville/php-compatinfo/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/llaville/php-compatinfo/actions/workflows/unit-tests.yaml)

## Versions

| Stable v5.5.x | Stable v6.4.x |
| Stable v5.5.x | Stable v6.5.x |
|:---------------:|:---------------:|
| [![Branch 5.5](https://img.shields.io/badge/branch-5.5-orange)](https://github.com/llaville/php-compatinfo/tree/5.5) | [![Branch 6.4](https://img.shields.io/badge/branch-6.4-orange)](https://github.com/llaville/php-compatinfo/tree/6.4) / [![Master Branch](https://img.shields.io/badge/branch-master-orange)](https://github.com/llaville/php-compatinfo/) |
| [![Minimum PHP Version)](https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/5.5.6)](https://www.php.net/supported-versions.php) | [![Minimum PHP Version)](https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/6.4.0)](https://www.php.net/supported-versions.php) |
| [![Stable Version 5.5](https://img.shields.io/badge/packagist-v5.5.6-blue)](https://packagist.org/packages/bartlett/php-compatinfo) | [![Stable Version 6.4](https://img.shields.io/badge/packagist-v6.4.0-blue)](https://packagist.org/packages/bartlett/php-compatinfo) |
| [![License 5.5](https://img.shields.io/packagist/l/bartlett/php-compatinfo)](https://github.com/llaville/php-compatinfo/blob/5.5/LICENSE) | [![License 6.4](https://img.shields.io/packagist/l/bartlett/php-compatinfo)](https://github.com/llaville/php-compatinfo/blob/6.4/LICENSE) |
| [![Documentation 5.5](https://img.shields.io/badge/documentation-v5.5-green)](http://bartlett.laurent-laville.org/php-compatinfo/) | [![Documentation 6.4](https://img.shields.io/badge/documentation-v6.4-green)](https://github.com/llaville/php-compatinfo/tree/6.4/docs) |
| [![Branch 5.5](https://img.shields.io/badge/branch-5.5-orange)](https://github.com/llaville/php-compatinfo/tree/5.5) | [![Branch 6.5](https://img.shields.io/badge/branch-6.5-orange)](https://github.com/llaville/php-compatinfo/tree/6.5) / [![Master Branch](https://img.shields.io/badge/branch-master-orange)](https://github.com/llaville/php-compatinfo/) |
| [![Minimum PHP Version)](https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/5.5.6)](https://www.php.net/supported-versions.php) | [![Minimum PHP Version)](https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/6.5.0)](https://www.php.net/supported-versions.php) |
| [![Stable Version 5.5](https://img.shields.io/badge/packagist-v5.5.6-blue)](https://packagist.org/packages/bartlett/php-compatinfo) | [![Stable Version 6.5](https://img.shields.io/badge/packagist-v6.5.0-blue)](https://packagist.org/packages/bartlett/php-compatinfo) |
| [![License 5.5](https://img.shields.io/packagist/l/bartlett/php-compatinfo)](https://github.com/llaville/php-compatinfo/blob/5.5/LICENSE) | [![License 6.5](https://img.shields.io/packagist/l/bartlett/php-compatinfo)](https://github.com/llaville/php-compatinfo/blob/6.5/LICENSE) |
| [![Documentation 5.5](https://img.shields.io/badge/documentation-v5.5-green)](http://bartlett.laurent-laville.org/php-compatinfo/) | [![Documentation 6.5](https://img.shields.io/badge/documentation-v6.5-green)](https://github.com/llaville/php-compatinfo/tree/6.5/docs) |

## Documentation

Expand Down

0 comments on commit 33d7a71

Please sign in to comment.