From a40fca86a8c6312c07eebcf77653b46024f497c3 Mon Sep 17 00:00:00 2001 From: Andrea Falco Date: Sun, 10 Mar 2024 12:33:51 +0100 Subject: [PATCH] Add compatibility with PHP 8.3 --- .github/workflows/php-ci.yml | 1 + README.md | 2 +- composer.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-ci.yml b/.github/workflows/php-ci.yml index b77acdb..c36260c 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -27,6 +27,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" dependencies: - "lowest" - "highest" diff --git a/README.md b/README.md index dbf7ccb..12ef637 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Downloads](https://img.shields.io/packagist/dt/fox91/dev-tools.svg?colorB=007EC6)](https://packagist.org/packages/fox91/dev-tools) [![Build status](https://github.com/fox91/php-dev-tools/workflows/php-ci/badge.svg?branch=main)](https://github.com/fox91/php-dev-tools/actions?query=workflow%3Aphp-ci+branch%3Amain) -Compatible with PHP `7.4`, `8.0`, `8.1` and `8.2`. +Compatible with PHP `7.4`, `8.0`, `8.1`, `8.2` and `8.3`. ## Included tools diff --git a/composer.json b/composer.json index 0128391..07ec301 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0", - "fox91/coding-standard": "^0.3.0", + "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "fox91/coding-standard": "^0.3.1", "php-parallel-lint/php-console-highlighter": "^0.5.0 || ^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpunit/phpunit": "^9.5",