From b8847046151591770befbb417b34eba60d4918fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 14 Jan 2022 23:17:59 +0100 Subject: [PATCH] Fix: Drop support for PHP 7.3 --- .github/settings.yml | 11 ++++------- .github/workflows/integrate.yaml | 9 ++++----- .github/workflows/renew.yaml | 2 +- CHANGELOG.md | 5 +++++ composer.json | 4 ++-- composer.lock | 6 +++--- 6 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 1d3f11bb..f68ee8ec 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -14,13 +14,10 @@ branches: required_approving_review_count: 1 required_status_checks: contexts: - - "Code Coverage (7.3, locked)" - - "Coding Standards (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)" + - "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 cb584315..ecb01b3a 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -20,7 +20,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -70,7 +70,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -135,7 +135,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -177,7 +177,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" @@ -222,7 +222,6 @@ jobs: strategy: matrix: php-version: - - "7.3" - "7.4" - "8.0" - "8.1" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 1329ffc6..26c9a808 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: php-version: - - "7.3" + - "7.4" dependencies: - "locked" diff --git a/CHANGELOG.md b/CHANGELOG.md index 77da4389..226f6c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), For a full diff see [`3.4.0...main`][3.4.0...main]. +### Fixed + +* Dropped support for PHP 7.3 ([#540]), by [@localheinz] + ## [`3.4.0`][3.4.0] For a full diff see [`3.3.0...3.4.0`][3.3.0...3.4.0]. @@ -545,6 +549,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [#513]: https://github.com/ergebnis/php-cs-fixer-config/pull/513 [#521]: https://github.com/ergebnis/php-cs-fixer-config/pull/521 [#527]: https://github.com/ergebnis/php-cs-fixer-config/pull/527 +[#40]: https://github.com/ergebnis/php-cs-fixer-config/pull/540 [@dependabot]: https://github.com/apps/dependabot [@linuxjuggler]: https://github.com/linuxjuggler diff --git a/composer.json b/composer.json index 30b810e0..eeb6d6c8 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "source": "https://github.com/ergebnis/php-cs-fixer-config" }, "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "ext-filter": "*", "friendsofphp/php-cs-fixer": "~3.4.0" }, @@ -44,7 +44,7 @@ "ergebnis/composer-normalize": true }, "platform": { - "php": "7.3.28" + "php": "7.4.26" }, "preferred-install": "dist", "sort-packages": true diff --git a/composer.lock b/composer.lock index c775963b..f9d92278 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": "d72fea6fce81524822d6d2552af0624e", + "content-hash": "e0ff7527a665042e1516e38f8b4b7daa", "packages": [ { "name": "composer/pcre", @@ -5453,12 +5453,12 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "ext-filter": "*" }, "platform-dev": [], "platform-overrides": { - "php": "7.3.28" + "php": "7.4.26" }, "plugin-api-version": "2.2.0" }