From ca0c68659469b25593b5133c083bf10c5c71440a Mon Sep 17 00:00:00 2001 From: Lovly Date: Mon, 10 Mar 2025 15:19:44 +0100 Subject: [PATCH] L12 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8da7c74..55298b1 100644 --- a/composer.json +++ b/composer.json @@ -17,16 +17,16 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^10.0|^11.0", + "illuminate/contracts": "^10.0|^11.0|^12.0", "spatie/laravel-package-tools": "^1.4.3" }, "require-dev": { "nunomaduro/collision": "^6.0", - "orchestra/testbench": "^7.0", - "pestphp/pest": "^1.21", - "pestphp/pest-plugin-laravel": "^1.2", + "orchestra/testbench": "^7.0|^10.0", + "pestphp/pest": "^1.21|^3.7", + "pestphp/pest-plugin-laravel": "^1.2|^3.1", "spatie/laravel-ray": "^1.29", - "vimeo/psalm": "^4.20" + "vimeo/psalm": "^4.20|^6.6" }, "autoload": { "psr-4": {