From 2efbaf78ba26cc368f2dcdd5bd74fedfc79b7c77 Mon Sep 17 00:00:00 2001 From: Ahti Nurme Date: Fri, 22 Mar 2024 09:22:30 +0200 Subject: [PATCH] Update deps --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2b98702f..8f464166 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^10.0", + "illuminate/contracts": "^10.0|^11.0", "laravel/octane": "^2.1", "spatie/laravel-health": "^1.23", "spatie/laravel-package-tools": "^1.14.0" @@ -30,7 +30,7 @@ "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^7.8", - "nunomaduro/larastan": "^2.0.1", + "larastan/larastan": "^2.0.1", "orchestra/testbench": "^8.8", "pestphp/pest": "^2.20", "pestphp/pest-plugin-arch": "^2.0",