Skip to content

Commit

Permalink
docs: add notice that support for end-of-life PHP versions will be dr…
Browse files Browse the repository at this point in the history
…opped in 2024
  • Loading branch information
daniel-jones-dev committed Oct 6, 2023
1 parent 732c025 commit 6dd26b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
### Changed
* Added notice in Readme that starting in 2024 the library will drop support for PHP versions that are officially end-of-life.


## [1.5.1] - 2023-09-11
### Fixed
* Add `.gitattributes` file to exclude irrelevant files from package download.
Expand Down Expand Up @@ -114,6 +119,7 @@ Stable release.
Initial version.


[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/DeepLcom/deepl-php/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/DeepLcom/deepl-php/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/DeepLcom/deepl-php/compare/v1.3.0...v1.4.0
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ composer require deeplcom/deepl-php

The library officially supports PHP 7.3 and later.

Starting in 2024, we will drop support for older PHP versions that have reached
official end-of-life. You can find the PHP versions and support timelines
[here][php-version-list].
To continue using this library, you should update to PHP 8.1+.

## Usage

Construct a `Translator` object. The first argument is a string containing your
Expand Down Expand Up @@ -536,6 +541,8 @@ environment variables defined referring to the mock-server.

[issues]: https://www.github.com/DeepLcom/deepl-php/issues

[php-version-list]: https://www.php.net/supported-versions.php

[pro-account]: https://www.deepl.com/pro-account/?utm_source=github&utm_medium=github-php-readme

[PSR-3-logger]: http://www.php-fig.org/psr/psr-3/

0 comments on commit 6dd26b5

Please sign in to comment.