From 5931b9113a35ed902a603d34dbd915b9197838c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 11 May 2023 10:37:20 +0200 Subject: [PATCH] Fix: Drop support for PHP 7.1 --- .github/workflows/integrate.yaml | 2 +- CHANGELOG.md | 2 ++ composer.json | 4 ++-- composer.lock | 6 +++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 55cd427..adc8fa3 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-version: - - "7.1" + - "7.2" dependencies: - "locked" diff --git a/CHANGELOG.md b/CHANGELOG.md index 102e57e..b49e6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ For a full diff see [`2.0.1...main`][2.0.1...main]. - Dropped support for PHP 5.5 ([#58]), by [@localheinz] - Dropped support for PHP 5.6 ([#59]), by [@localheinz] - Dropped support for PHP 7.0 ([#60]), by [@localheinz] +- Dropped support for PHP 7.1 ([#61]), by [@localheinz] ## [`2.0.1`][2.0.1] @@ -90,6 +91,7 @@ For a full diff see [`1091250...v1.0.0`][1091250...v1.0.0]. [#58]: https://github.com/teapot-php/status-code/pull/58 [#59]: https://github.com/teapot-php/status-code/pull/59 [#60]: https://github.com/teapot-php/status-code/pull/60 +[#61]: https://github.com/teapot-php/status-code/pull/61 [@jtheuerkauf]: https://github.com/jtheuerkauf [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index ca7cfb7..a49627a 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ } ], "require": { - "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { "squizlabs/php_codesniffer": "^3.7.2" }, "config": { "platform": { - "php": "7.1.33" + "php": "7.2.34" }, "sort-packages": true }, diff --git a/composer.lock b/composer.lock index c0c4fa2..0789314 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1ef9a629f3c95a53c7ff02505824e4da", + "content-hash": "5ac17680349d970f24ec4fbb15a3802a", "packages": [], "packages-dev": [ { @@ -71,11 +71,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "platform-dev": [], "platform-overrides": { - "php": "7.1.33" + "php": "7.2.34" }, "plugin-api-version": "2.3.0" }