From f100e7d81727c856db90e40e1a36790dbd77f005 Mon Sep 17 00:00:00 2001 From: danda Date: Sun, 5 Nov 2023 11:46:01 -0800 Subject: [PATCH] fix: bump dan-da/strictmode-php to 1.0.2 to make php8 compatible --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 073a4f2..bab4a7f 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "ext-json": "*", "dan-da/json-rpc": "1.3.2", "php": ">=5.5", - "dan-da/strictmode-php": "1.0.1", + "dan-da/strictmode-php": "^1.0.2", "mustangostang/spyc": "0.6.2", "dan-da/highlight.php": "v9.15.6.2" },