From ed957952a1f6f7e1b8e6a7d5f392e3bb130b2d66 Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Wed, 12 Nov 2025 16:33:18 +0100 Subject: [PATCH] set the required php version to 8.3 or higher --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4afb443..2923acc 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "homepage": "https://github.com/aternosorg/php-spigot-api", "require": { - "php": "^8.2", + "php": "^8.3", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", diff --git a/composer.lock b/composer.lock index 09595fe..a3708c4 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": "0647d452ad13863f1da1e9f68b41881c", + "content-hash": "c630aa3ec13c3d2de60e817b9ab953df", "packages": [ { "name": "guzzlehttp/guzzle", @@ -2285,7 +2285,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.2", + "php": "^8.3", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*"