From 2187efe33a39c985141097fc34b73d06d76a5a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 4 Oct 2022 15:21:38 +0200 Subject: [PATCH] Fix: Drop support for PHP 7.1 --- .github/workflows/integrate.yaml | 3 +-- CHANGELOG.md | 5 +++++ composer.json | 4 ++-- composer.lock | 6 +++--- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f7e33e0..b23a386 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: php-version: - - "7.1" + - "7.2" dependencies: - "locked" @@ -82,7 +82,6 @@ jobs: strategy: matrix: php-version: - - "7.1" - "7.2" - "7.3" - "7.4" diff --git a/CHANGELOG.md b/CHANGELOG.md index 957af01..437f679 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 [`0.3.1...master`][0.3.1...master]. +### Changed + +- Dropped support for PHP 7.1 ([#106]), by [@localheinz] + ## [`0.3.1`][0.3.1] For a full diff see [`0.3.0...0.3.1`][0.3.0...0.3.1]. @@ -164,6 +168,7 @@ For a full diff see [`fcfd14e...v0.1.1`][fcfd14e...0.1.1]. [#58]: https://github.com/nicmart/Tree/pull/58 [#59]: https://github.com/nicmart/Tree/pull/59 [#79]: https://github.com/nicmart/Tree/pull/79 +[#106]: https://github.com/nicmart/Tree/pull/106 [@asalazar-pley]: https://github.com/asalazar-pley [@Djuki]: https://github.com/Djuki diff --git a/composer.json b/composer.json index 4432063..60b7b0f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.1 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.8.0", @@ -24,7 +24,7 @@ "ergebnis/composer-normalize": true }, "platform": { - "php": "7.1.33" + "php": "7.2.34" }, "sort-packages": true }, diff --git a/composer.lock b/composer.lock index 1eb64b9..121ed2b 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": "5a0715a0ad43eaa50d03923a73a6cc30", + "content-hash": "306fb6ede6ba50f696edfd717c98f26c", "packages": [], "packages-dev": [ { @@ -3736,11 +3736,11 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.1 || ^8.0" + "php": "^7.2 || ^8.0" }, "platform-dev": [], "platform-overrides": { - "php": "7.1.33" + "php": "7.2.34" }, "plugin-api-version": "2.3.0" }