diff --git a/.github/settings.yml b/.github/settings.yml index 3d8b4758..6535c89d 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -14,14 +14,11 @@ branches: required_approving_review_count: 1 required_status_checks: contexts: - - "Code Coverage (7.3, locked)" - - "Coding Standards (7.3, locked)" - - "Compile Phar (7.3, locked)" - - "Dependency Analysis (7.3, locked)" - - "Static Code Analysis (7.3, locked)" - - "Tests (7.3, highest)" - - "Tests (7.3, locked)" - - "Tests (7.3, lowest)" + - "Code Coverage (7.4, locked)" + - "Coding Standards (7.4, locked)" + - "Compile Phar (7.4, locked)" + - "Dependency Analysis (7.4, locked)" + - "Static Code Analysis (7.4, locked)" - "Tests (7.4, highest)" - "Tests (7.4, locked)" - "Tests (7.4, lowest)" diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 8a7e021f..4ffcc749 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -22,7 +22,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -73,7 +73,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -139,7 +139,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -203,7 +203,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -245,7 +245,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -291,7 +291,6 @@ jobs: strategy: matrix: php-version: - - "7.3" - "7.4" - "8.0" - "8.1" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0adaad93..30086332 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 1c32f74a..5f1f0b3e 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 0802f3b9..de8a1463 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" steps: - name: "Checkout" diff --git a/CHANGELOG.md b/CHANGELOG.md index a85ddc9e..928a62e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`2.20.0...main`][2.20.0...main]. +For a full diff see [`2.21.0...main`][2.21.0...main]. + +## [`2.21.0`][2.21.0] + +For a full diff see [`2.20.0...2.21.0`][2.20.0...2.21.0]. + +### Changed + +- Dropped support for PHP 7.3 ([#852]), by [@localheinz] ## [`2.20.0`][2.20.0] @@ -643,6 +651,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [2.18.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.18.0 [2.19.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.19.0 [2.20.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.20.0 +[2.21.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.21.0 [81bc3a8...0.1.0]: https://github.com/ergebnis/composer-normalize/compare/81bc3a8...0.1.0 [0.1.0...0.2.0]: https://github.com/ergebnis/composer-normalize/compare/0.1.0...0.2.0 @@ -705,7 +714,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [2.17.0...2.18.0]: https://github.com/ergebnis/composer-normalize/compare/2.17.0...2.18.0 [2.18.0...2.19.0]: https://github.com/ergebnis/composer-normalize/compare/2.18.0...2.19.0 [2.19.0...2.20.0]: https://github.com/ergebnis/composer-normalize/compare/2.19.0...2.20.0 -[2.20.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.20.0...main +[2.20.0...2.21.0]: https://github.com/ergebnis/composer-normalize/compare/2.20.0...2.21.0 +[2.21.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.21.0...main [#1]: https://github.com/ergebnis/composer-normalize/pull/1 [#2]: https://github.com/ergebnis/composer-normalize/pull/2 @@ -794,6 +804,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [#829]: https://github.com/ergebnis/composer-normalize/pull/829 [#842]: https://github.com/ergebnis/composer-normalize/pull/842 [#845]: https://github.com/ergebnis/composer-normalize/pull/845 +[#852]: https://github.com/ergebnis/composer-normalize/pull/852 [@core23]: https://github.com/core23 [@dependabot]: https://github.com/dependabot diff --git a/composer.json b/composer.json index 3985354d..dea76f2c 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "source": "https://github.com/ergebnis/composer-normalize" }, "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "composer-plugin-api": "^2.0.0", "ergebnis/json-normalizer": "^1.0.3", "ergebnis/json-printer": "^3.1.1", @@ -55,7 +55,7 @@ "composer/package-versions-deprecated": true }, "platform": { - "php": "7.3.32" + "php": "7.4.26" }, "preferred-install": "dist", "sort-packages": true diff --git a/composer.lock b/composer.lock index fe73ee77..5413239d 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": "b501dc199fa14c5bc0abd1ac95208797", + "content-hash": "ee9dfde1984d78cf6bc6f34cb595fd29", "packages": [ { "name": "ergebnis/json-normalizer", @@ -5770,12 +5770,12 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "composer-plugin-api": "^2.0.0" }, "platform-dev": [], "platform-overrides": { - "php": "7.3.32" + "php": "7.4.26" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }