From e6590779d936bfc03425de9831060b4e6111a38d Mon Sep 17 00:00:00 2001 From: Subhani Shaik Date: Tue, 21 Nov 2023 11:06:26 +0530 Subject: [PATCH 1/2] Update composer.json for Laravel 10 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a992271..8d5447d 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "require": { "nimbusoft/flysystem-openstack-swift": "^1.0", "biigle/laravel-cached-openstack": "^1.5", - "illuminate/support": "^9.0", - "illuminate/filesystem": "^9.0" + "illuminate/support": "^9.0 || ^10.0", + "illuminate/filesystem": "^9.0 || ^10.0" }, "license": "MIT", "authors": [ From 061d814921261ea1beae73fd7dad93c5e7661f7c Mon Sep 17 00:00:00 2001 From: Subhani Shaik Date: Tue, 21 Nov 2023 11:21:43 +0530 Subject: [PATCH 2/2] Update composer.json for dependent laravel-cached-openstack --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8d5447d..d7a794d 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "require": { "nimbusoft/flysystem-openstack-swift": "^1.0", - "biigle/laravel-cached-openstack": "^1.5", + "biigle/laravel-cached-openstack": "^1.6", "illuminate/support": "^9.0 || ^10.0", "illuminate/filesystem": "^9.0 || ^10.0" },