Skip to content

Commit

Permalink
Enhancement: Add PHP version support policy
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 20, 2023
1 parent 44dc38c commit 851bc7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Fixed polish license plates (#685)
- Removed legacy autoloader (#762)
- Removed functionality for populating ORM entities and models (#764)
- Added a PHP version support policy (#752)

## [2023-06-12, v1.23.0](https://github.com/FakerPHP/Faker/compare/v1.22.0..v1.23.0)

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ return static function (Config\RectorConfig $rectorConfig): void {

Faker is released under the MIT License. See [`LICENSE`](LICENSE) for details.

## PHP Version Support Policy

The maintainers of this package add support for a PHP version following its initial release and drop support for a PHP version one year after it has reached its end of security support.

## Backward compatibility promise

Faker is using [Semver](https://semver.org/). This means that versions are tagged
Expand Down

0 comments on commit 851bc7c

Please sign in to comment.