From dfe6a4e236adf27fdb382ec4142bc3e380cf46d4 Mon Sep 17 00:00:00 2001 From: ThijsLacquet Date: Tue, 8 Aug 2023 11:52:10 +0200 Subject: [PATCH] Add laravel 10 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dfe7d57..a974431 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php" : "^7.4 | ^8.0", - "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0", + "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0", "swaggest/json-schema": "^0.12.33" }, "autoload": {