From b632c697748c6aeea61410808f06c740cd2c81b4 Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 6 Feb 2022 13:15:58 +0000 Subject: [PATCH] Bump dependencies for Laravel 9 --- composer.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 4cedab8..8ba50c7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,12 @@ { "name": "monospice/laravel-redis-sentinel-drivers", "description": "Redis Sentinel integration for Laravel and Lumen.", - "keywords": ["redis", "sentinel", "laravel", "lumen"], + "keywords": [ + "redis", + "sentinel", + "laravel", + "lumen" + ], "type": "library", "license": "MIT", "authors": [ @@ -12,21 +17,21 @@ ], "require": { "php": ">=5.6.4", - "illuminate/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0", - "illuminate/contracts": "^5.4 || ^6.0 || ^7.0 || ^8.0", - "illuminate/queue": "^5.4 || ^6.0 || ^7.0 || ^8.0", - "illuminate/redis": "^5.4 || ^6.0 || ^7.0 || ^8.0", - "illuminate/session": "^5.4 || ^6.0 || ^7.0 || ^8.0", - "illuminate/support": "^5.4 || ^6.0 || ^7.0 || ^8.0", + "illuminate/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0|^9.0", + "illuminate/contracts": "^5.4 || ^6.0 || ^7.0 || ^8.0|^9.0", + "illuminate/queue": "^5.4 || ^6.0 || ^7.0 || ^8.0|^9.0", + "illuminate/redis": "^5.4 || ^6.0 || ^7.0 || ^8.0|^9.0", + "illuminate/session": "^5.4 || ^6.0 || ^7.0 || ^8.0|^9.0", + "illuminate/support": "^5.4 || ^6.0 || ^7.0 || ^8.0|^9.0", "monospice/spicy-identifiers": "^0.1", "predis/predis": "^1.1" }, "require-dev": { - "laravel/framework": "^5.4 || ^6.0 || ^7.0 || ^8.0", - "laravel/horizon": "^1.0 || ^2.0 || ^3.0 || ^4.0", + "laravel/framework": "^5.4 || ^6.0 || ^7.0 || ^8.0|^9.0", + "laravel/horizon": "^1.0 || ^2.0 || ^3.0 || ^4.0|^5.8", "laravel/lumen-framework": "^5.4 || ^6.0 || ^7.0 || ^8.0", "mockery/mockery": "^1.3", - "phpunit/phpunit": "^5.0" + "phpunit/phpunit": "^5.0|^9.5.10" }, "autoload": { "psr-4": {