From e358e16959e87bc238dc8a545477814cc5fbf4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 2 Dec 2023 14:11:16 +0100 Subject: [PATCH] Enhancement: Add support for PHP 8.3 --- .github/workflows/integrate.yaml | 1 + CHANGELOG.md | 5 +++++ composer.json | 2 +- composer.lock | 4 ++-- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 5bc2ea9..e9171b6 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -283,6 +283,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" dependencies: - "locked" diff --git a/CHANGELOG.md b/CHANGELOG.md index 036858c..718d229 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.7.2...master`][0.7.2...master]. +### Added + +- Added support for PHP 8.3 ([#236]), by [@localheinz] + ## [`0.7.2`][0.7.2] For a full diff see [0.7.1...0.7.2`][0.7.1...0.7.2]. @@ -261,6 +265,7 @@ For a full diff see [`fcfd14e...v0.1.1`][fcfd14e...0.1.1]. [#154]: https://github.com/nicmart/Tree/pull/154 [#168]: https://github.com/nicmart/Tree/pull/168 [#209]: https://github.com/nicmart/Tree/pull/209 +[#236]: https://github.com/nicmart/Tree/pull/236 [@asalazar-pley]: https://github.com/asalazar-pley [@Djuki]: https://github.com/Djuki diff --git a/composer.json b/composer.json index 8f58615..e8229f0 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.31.0", diff --git a/composer.lock b/composer.lock index ac8728c..94e9fd3 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": "cf6fa5625424a5e2b23d3399918cf95b", + "content-hash": "6e4df3c40c0756cdf2b541c65a227970", "packages": [], "packages-dev": [ { @@ -6109,7 +6109,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "platform-dev": [], "platform-overrides": {