From b8e5a7f2563d7babb3cf48539826da784af360ea Mon Sep 17 00:00:00 2001 From: jbeslic Date: Mon, 27 Mar 2023 16:02:47 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 20338ce..cfecc98 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/events": "~5|^6.0|^7.0|^8.0" + "php": "^8.1", + "illuminate/events": "^10.4" }, "require-dev": { "phpunit/phpunit": "3.7.*",