From 856f5a2fc121d69f55942db524968a05e7f4710f Mon Sep 17 00:00:00 2001 From: Ntim Yeboah Date: Mon, 20 May 2024 19:59:20 +0000 Subject: [PATCH] Upgrade to laravel 10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0f26def..b657c6b 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "license": "MIT", "require": { "php": "^7.1|^8.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", - "illuminate/container": "^5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/container": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", "fakerphp/faker": "^1.9.1", "stripe/stripe-php": "^7.9" },