From a34d540bbf21435f98aac9725294c23e37dc9d7a Mon Sep 17 00:00:00 2001 From: przemyslaw-przylucki Date: Tue, 14 May 2024 09:42:58 +0200 Subject: [PATCH] Bump to l11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1b1b143..ba9a5da 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^10.0", + "illuminate/contracts": "^11.0", "spatie/laravel-package-tools": "^1.14.0", "spatie/php-structure-discoverer": "^2.0" }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.9", - "orchestra/testbench": "^8.0", + "nunomaduro/collision": "^v8.1.1", + "orchestra/testbench": "^v9.0.4", "pestphp/pest": "^2.0", "pestphp/pest-plugin-arch": "^2.0", "pestphp/pest-plugin-laravel": "^2.0"