From 2cdf3b79ae2d3b864b78cb099c21240ceb27c492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Wed, 20 Mar 2024 13:36:18 +0900 Subject: [PATCH] feat: deprecate support for PHP versions older than 8.1. Older versions have reached EOL, and support for them will be removed in next major release --- README.md | 6 +----- template/README.mustache | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e0a9122f..ccff6ef9 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,9 @@ This PHP package is automatically generated by the [Swagger Codegen](https://git This library supports the following PHP implementations: -- PHP 7.1 -- PHP 7.2 -- PHP 7.3 -- PHP 7.4 -- PHP 8.0 - PHP 8.1 - PHP 8.2 +- PHP 8.3 We currently don't support external PHP Runtimes like: diff --git a/template/README.mustache b/template/README.mustache index 77a5cae2..d5fe3228 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -54,13 +54,9 @@ This PHP package is automatically generated by the [Swagger Codegen](https://git This library supports the following PHP implementations: -- PHP 7.1 -- PHP 7.2 -- PHP 7.3 -- PHP 7.4 -- PHP 8.0 - PHP 8.1 - PHP 8.2 +- PHP 8.3 We currently don't support external PHP Runtimes like: