From 9dd2ea3e160975ab8b2a88b036c5b5aa8149210b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 11 May 2023 10:23:48 +0200 Subject: [PATCH] Fix: Drop support for PHP 5.4 --- .github/workflows/integrate.yaml | 2 +- CHANGELOG.md | 4 ++++ composer.json | 4 ++-- composer.lock | 6 +++--- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f9e96b8..fae6605 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-version: - - "5.4" + - "5.5" dependencies: - "locked" diff --git a/CHANGELOG.md b/CHANGELOG.md index 525dd42..daeaac7 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 [`2.0.1...main`][2.0.1...main]. +### Changed + +- Dropped support for PHP 5.4 ([#57]), by [@localheinz] + ## [`2.0.1`][2.0.1] For a full diff see [`2.0.0...2.0.1`][2.0.0...2.0.1]. diff --git a/composer.json b/composer.json index 5429658..7669a1c 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ } ], "require": { - "php": "~5.4.0 || ~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.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" }, "require-dev": { "squizlabs/php_codesniffer": "^3.7.2" }, "config": { "platform": { - "php": "5.4.45" + "php": "5.5.38" }, "sort-packages": true }, diff --git a/composer.lock b/composer.lock index b005613..e73e442 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": "908a11fb7652f38cf8980f5322bd0c7d", + "content-hash": "98da49f0d2bb07b9f5a51e0cdace4441", "packages": [], "packages-dev": [ { @@ -71,11 +71,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~5.4.0 || ~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.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" }, "platform-dev": [], "platform-overrides": { - "php": "5.4.45" + "php": "5.5.38" }, "plugin-api-version": "2.3.0" }