From 8dc8a251081dd576c43c43e686dbf6c8aebc94b6 Mon Sep 17 00:00:00 2001 From: Daan van den Berg Date: Wed, 6 Dec 2023 19:45:06 +0100 Subject: [PATCH 1/2] Allow installing on PHP 8.3. Also run github actions for PHP 8.3. --- .github/workflows/full-checks.yml | 1 + composer.json | 2 +- composer.lock | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/full-checks.yml b/.github/workflows/full-checks.yml index 4b7ec90..696f6ae 100644 --- a/.github/workflows/full-checks.yml +++ b/.github/workflows/full-checks.yml @@ -24,6 +24,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" operating-system: - "ubuntu-22.04" diff --git a/composer.json b/composer.json index 1499320..974cd0b 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,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": { "phpstan/phpstan": "^1.5", diff --git a/composer.lock b/composer.lock index faa69f7..fea09bb 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": "725077912991ab08dab037596984bda1", + "content-hash": "11741bedca41f57fafa974b655a6f9dd", "packages": [], "packages-dev": [ { @@ -3118,8 +3118,8 @@ "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": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } From d87f400a4671355bc31844e7fa6446f09c31aacd Mon Sep 17 00:00:00 2001 From: Daan van den Berg Date: Wed, 6 Dec 2023 19:56:08 +0100 Subject: [PATCH 2/2] adjust badge for php 8.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b242ac4..9f41bf4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP Language Extensions (currently in BETA) -[![PHP versions: 8.0 to 8.2](https://img.shields.io/badge/php-8.0|8.1|8.2-blue.svg)](https://packagist.org/packages/dave-liddament/php-language-extensions) +[![PHP versions: 8.0 to 8.3](https://img.shields.io/badge/php-8.0|8.1|8.2|8.3-blue.svg)](https://packagist.org/packages/dave-liddament/php-language-extensions) [![Latest Stable Version](https://poser.pugx.org/dave-liddament/php-language-extensions/v/stable)](https://packagist.org/packages/dave-liddament/php-language-extensions) [![License](https://poser.pugx.org/dave-liddament/php-language-extensions/license)](https://github.com/DaveLiddament/php-language-extensions/blob/main/LICENSE.md) [![Total Downloads](https://poser.pugx.org/dave-liddament/php-language-extensions/downloads)](https://packagist.org/packages/dave-liddament/php-language-extensions/stats)