From 3c356d56fbb46aa1c8386faf3479397a65cc96ad Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 31 Jan 2023 13:39:52 +0000 Subject: [PATCH] Bump dependencies for Laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b9c294..58a7568 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": "^7.1||^8.0||8.1", "divineomega/password_exposed": "^3.2.0", - "illuminate/contracts": "^5.1||^6.0||^7.0||^8.0||^9.0" + "illuminate/contracts": "^5.1||^6.0||^7.0||^8.0||^9.0|^10.0" }, "license": "LGPL-3.0-only", "authors": [