From 1f054cbfd8da796900079b33bae28274ef068838 Mon Sep 17 00:00:00 2001 From: Ruben Van Assche Date: Tue, 11 Jun 2024 13:27:38 +0200 Subject: [PATCH] wip --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a323307..2b8dc0e 100644 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ }, "require-dev" : { "livewire/livewire": "^2.11|^3.3.5", - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/broadcasting" : "^9.0|^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/broadcasting" : "^10.0|^11.0", "openai-php/client": "^0.10.1", - "illuminate/cache" : "^9.52|^10.0|^11.0", + "illuminate/cache" : "^10.0|^11.0", "laravel/pint" : "^1.0", "pestphp/pest" : "^2.20", "phpstan/phpstan" : "^1.11", - "psr/simple-cache-implementation" : "*", + "psr/simple-cache-implementation" : "^3.0", "spatie/ray" : "^1.28", "symfony/cache" : "^5.4|^6.0|^7.0", "symfony/process" : "^5.4|^6.0|^7.0",