From e1ade872cb20a70f3f0208d77dbca105fb8073eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 11 May 2023 10:38:55 +0200 Subject: [PATCH] Fix: Drop support for PHP 7.2 --- .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 adc8fa3..3e171b8 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-version: - - "7.2" + - "7.3" dependencies: - "locked" diff --git a/CHANGELOG.md b/CHANGELOG.md index b49e6f9..b48aac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ For a full diff see [`2.0.1...main`][2.0.1...main]. - 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] +- Dropped support for PHP 7.2 ([#62]), by [@localheinz] ## [`2.0.1`][2.0.1] @@ -92,6 +93,7 @@ For a full diff see [`1091250...v1.0.0`][1091250...v1.0.0]. [#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 +[#62]: https://github.com/teapot-php/status-code/pull/62 [@jtheuerkauf]: https://github.com/jtheuerkauf [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index a49627a..fb1e02e 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ } ], "require": { - "php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~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.2.34" + "php": "7.3.33" }, "sort-packages": true }, diff --git a/composer.lock b/composer.lock index 0789314..708624f 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": "5ac17680349d970f24ec4fbb15a3802a", + "content-hash": "32185e8fe8937448c1ed7f31ff17e5ac", "packages": [], "packages-dev": [ { @@ -71,11 +71,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "platform-dev": [], "platform-overrides": { - "php": "7.2.34" + "php": "7.3.33" }, "plugin-api-version": "2.3.0" }