diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 7e1dc3b..328f719 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-version: - - "7.4" + - "8.0" dependencies: - "locked" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5825414..88952b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ For a full diff see [`2.0.1...main`][2.0.1...main]. - Dropped support for PHP 7.1 ([#61]), by [@localheinz] - Dropped support for PHP 7.2 ([#62]), by [@localheinz] - Dropped support for PHP 7.3 ([#63]), by [@localheinz] +- Dropped support for PHP 7.4 ([#64]), by [@localheinz] ## [`2.0.1`][2.0.1] @@ -96,6 +97,7 @@ For a full diff see [`1091250...v1.0.0`][1091250...v1.0.0]. [#61]: https://github.com/teapot-php/status-code/pull/61 [#62]: https://github.com/teapot-php/status-code/pull/62 [#63]: https://github.com/teapot-php/status-code/pull/63 +[#64]: https://github.com/teapot-php/status-code/pull/64 [@jtheuerkauf]: https://github.com/jtheuerkauf [@localheinz]: https://github.com/localheinz diff --git a/composer.json b/composer.json index 5be5b28..4c08d9f 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ } ], "require": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { "squizlabs/php_codesniffer": "^3.7.2" }, "config": { "platform": { - "php": "7.4.33" + "php": "8.0.27" }, "sort-packages": true }, diff --git a/composer.lock b/composer.lock index a600c11..c75ebb2 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": "7c0103003d6448c4de6d31f167f4b457", + "content-hash": "a21bc06d448b59897015551e69bb0f40", "packages": [], "packages-dev": [ { @@ -71,11 +71,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "platform-dev": [], "platform-overrides": { - "php": "7.4.33" + "php": "8.0.27" }, "plugin-api-version": "2.3.0" }