Skip to content

Commit da6658f

Browse files
authored
Enhancement: Add PHP version support policy (#752)
1 parent 44dc38c commit da6658f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Fixed polish license plates (#685)
66
- Removed legacy autoloader (#762)
77
- Removed functionality for populating ORM entities and models (#764)
8+
- Added a PHP version support policy (#752)
89

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ return static function (Config\RectorConfig $rectorConfig): void {
9999

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

102+
## PHP Version Support Policy
103+
104+
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.
105+
102106
## Backward compatibility promise
103107

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

0 commit comments

Comments
 (0)