From bc3bf0ac6d7c74e3b61ae324ed4f6b2ef9a5a82d Mon Sep 17 00:00:00 2001 From: usama-arslan Date: Tue, 7 Jan 2025 15:36:12 +0500 Subject: [PATCH 1/2] Support for php 8.2 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 951b118..48d7518 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/facade/flare-client-php", "license": "MIT", "require": { - "php": "^7.1|^8.0", + "php": "^7.1|^8.0|8.2", "facade/ignition-contracts": "~1.0", "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0", "symfony/http-foundation": "^3.3|^4.1|^5.0", @@ -19,8 +19,8 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", - "spatie/phpunit-snapshot-assertions": "^2.0", - "phpunit/phpunit": "^7.5" + "spatie/phpunit-snapshot-assertions": "^2.0|^5.1", + "phpunit/phpunit": "^7.5|^10.0|^11.0" }, "autoload": { "psr-4": { From a53e456b38c4510b06bc7a659ddec776879b0069 Mon Sep 17 00:00:00 2001 From: usama-arslan Date: Tue, 7 Jan 2025 15:38:34 +0500 Subject: [PATCH 2/2] Support for php 8.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 48d7518..1485f82 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/facade/flare-client-php", "license": "MIT", "require": { - "php": "^7.1|^8.0|8.2", + "php": "^7.1|^8.0|^8.2", "facade/ignition-contracts": "~1.0", "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0", "symfony/http-foundation": "^3.3|^4.1|^5.0",