From 0ac91802e94dac6799d2deac5f60d55a6e765e49 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 22 Nov 2024 01:14:57 +0100 Subject: [PATCH 1/2] GH Actions: PHP 8.4 has been released Add builds against PHP 8.4. Ref: https://www.php.net/releases/8.4/en.php --- .github/workflows/integrate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 0d433fdc..d62e96f6 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -64,6 +64,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" env: PHP_EXTENSIONS: "dom, curl, gnupg, mbstring" @@ -125,6 +126,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" env: PHP_EXTENSIONS: "dom, curl, gnupg, mbstring" From 9187251feb91a715534a89c38b0676e1863f90d2 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 24 Nov 2024 03:47:42 +0100 Subject: [PATCH 2/2] Composer: update mikey179/vfsstream The `mikey179/vfsstream` package has released v 1.6.12 which adds support for PHP 8.4. This version raises the minimum supported PHP version of the package to PHP 7.1, which is perfectly compatible with the PHIVE minimum supported PHP version. Ref: https://github.com/bovigo/vfsStream/releases/tag/v1.6.12 --- composer.json | 2 +- composer.lock | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 6b361662..e006dafb 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phar-io/version": "^3.0.3" }, "require-dev": { - "mikey179/vfsstream": "^1.6.4" + "mikey179/vfsstream": "^1.6.12" }, "suggest": { "ext-gnupg": "*", diff --git a/composer.lock b/composer.lock index a08baa9e..6924a04a 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": "3a737f85648a9a2c121ae4118f64a5da", + "content-hash": "912f39289a053ed16551beb1b1173865", "packages": [ { "name": "phar-io/executor", @@ -267,23 +267,24 @@ "packages-dev": [ { "name": "mikey179/vfsstream", - "version": "v1.6.11", + "version": "v1.6.12", "source": { "type": "git", "url": "https://github.com/bovigo/vfsStream.git", - "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" + "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", - "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/fe695ec993e0a55c3abdda10a9364eb31c6f1bf0", + "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.1.0" }, "require-dev": { - "phpunit/phpunit": "^4.5|^5.0" + "phpunit/phpunit": "^7.5||^8.5||^9.6", + "yoast/phpunit-polyfills": "^2.0" }, "type": "library", "extra": { @@ -314,12 +315,12 @@ "source": "https://github.com/bovigo/vfsStream/tree/master", "wiki": "https://github.com/bovigo/vfsStream/wiki" }, - "time": "2022-02-23T02:02:42+00:00" + "time": "2024-08-29T18:43:31+00:00" } ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { @@ -329,6 +330,6 @@ "ext-mbstring": "*", "ext-xml": "*" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }