From 98ccbe0a54a40771b49c8d4cf21a5b5c440d7720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 11 May 2023 10:27:01 +0200 Subject: [PATCH] Fix: Drop support for PHP 5.5 --- .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 fae6605..acf8679 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-version: - - "5.5" + - "5.6" dependencies: - "locked" diff --git a/CHANGELOG.md b/CHANGELOG.md index fa537a7..df22bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ For a full diff see [`2.0.1...main`][2.0.1...main]. ### Changed - Dropped support for PHP 5.4 ([#57]), by [@localheinz] +- Dropped support for PHP 5.5 ([#58]), by [@localheinz] ## [`2.0.1`][2.0.1] @@ -84,6 +85,7 @@ For a full diff see [`1091250...v1.0.0`][1091250...v1.0.0]. [#26]: https://github.com/teapot-php/status-code/pull/26 [#56]: https://github.com/teapot-php/status-code/pull/56 [#57]: https://github.com/teapot-php/status-code/pull/57 +[#58]: https://github.com/teapot-php/status-code/pull/58 [@jtheuerkauf]: https://github.com/jtheuerkauf [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index 7669a1c..656f291 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ } ], "require": { - "php": "~5.5.0 || ~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~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": "5.5.38" + "php": "5.6.40" }, "sort-packages": true }, diff --git a/composer.lock b/composer.lock index e73e442..b5a2bf3 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": "98da49f0d2bb07b9f5a51e0cdace4441", + "content-hash": "290e1dda52fcb27835a34f3d4d45cf03", "packages": [], "packages-dev": [ { @@ -71,11 +71,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~5.5.0 || ~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "platform-dev": [], "platform-overrides": { - "php": "5.5.38" + "php": "5.6.40" }, "plugin-api-version": "2.3.0" }