From 0a46f0a2d414d309feb38ff16ae2edab6c30554b Mon Sep 17 00:00:00 2001 From: Seth Sharp <58869086+SethSharp@users.noreply.github.com> Date: Wed, 12 Mar 2025 08:50:06 +1000 Subject: [PATCH] add php8.3 support in composer update homepage --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 71991c8..3c12380 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,12 @@ "authors": [ { "name": "Seth Sharp", - "homepage": "https://www.sethsharpportfolio.com/", + "homepage": "https://sethsharp.dev", "role": "Maintainer, Developer" } ], "require": { - "php": "^8.2", + "php": "^8.2|^8.3", "guzzlehttp/guzzle": "^7.8", "nesbot/carbon": "^3.7" },