From 93c7a095db37b6019a407af57555ac8ad3fd77ee Mon Sep 17 00:00:00 2001 From: Ivo Petkov Date: Thu, 2 Nov 2023 11:29:15 +0200 Subject: [PATCH] Add PHP 8.2 and 8.3 support. --- composer.json | 2 +- phpunit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9074698..b241f94 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "7.0.*|7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*" + "php": "7.0.*|7.1.*|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*" }, "require-dev": { "ivopetkov/docs-generator": "0.1.*" diff --git a/phpunit.xml b/phpunit.xml index b494c32..3abbc8e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,6 @@ - + ./tests/