From 57e1b7753aa5a7a1fbd272b61198a1ac43c2fd3c Mon Sep 17 00:00:00 2001 From: Costin Moise Date: Tue, 31 Jan 2023 10:12:47 +0200 Subject: [PATCH] Laravel 10 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fd5a6f7..3393e01 100755 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ ], "require": { "php" : "^7.2.5|^8.0|^8.1", - "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0" + }, "require-dev": { "orchestra/testbench": "3.8.*",