From 5d6cc4022633c733c28946c940e05396b776e574 Mon Sep 17 00:00:00 2001 From: Daniel Werner Date: Wed, 27 Mar 2024 16:01:22 +0100 Subject: [PATCH] Laravel 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 339f02a..fb62a84 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require" : { "php" : "^7.4|^8.0", - "illuminate/config" : "^5.3|^6.0|^7.0|^8.0|^9.0", - "illuminate/support" : "^5.3|^6.0|^7.0|^8.0|^9.0" + "illuminate/config" : "^5.3|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support" : "^5.3|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev" : { "phpunit/phpunit" : "5.5.*|^7.0|^8.0|^9.0"