From 76c7976213338207e51f214675190e76aa7879be Mon Sep 17 00:00:00 2001 From: Alberto Peripolli Date: Thu, 23 Apr 2026 10:23:57 +0200 Subject: [PATCH] Update PHP and illuminate/support version requirements --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ed38a76..770f43d 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "php": "^8.0|^8.2|^8.3|^8.4", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0" + "php": "^8.0|^8.2|^8.3|^8.4|^8.5", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "orchestra/testbench": "^10.0",