From 23e5ab3143da194858d40db8b036c2d70a840fb1 Mon Sep 17 00:00:00 2001 From: Laura Tonning Date: Sun, 29 Dec 2024 17:23:28 +0100 Subject: [PATCH] Support Laravel 11 --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e205ec9..9cc081c 100644 --- a/composer.json +++ b/composer.json @@ -24,16 +24,15 @@ "require": { "php": "^8.2", "astrogoat/strata": "^0.7.12", - "illuminate/contracts": "^8.37 || ^9.9|^10.0", + "illuminate/contracts": "^8.37 || ^9.9|^10.0|^11.0", "sentry/sentry-laravel": "^4.6", "spatie/laravel-package-tools": "^1.4.3" }, "require-dev": { - "nunomaduro/collision": "^5.3|^7.0", + "nunomaduro/collision": "^5.3|^7.0|^8.0", "orchestra/testbench": "^6.15|^8.5", - "pestphp/pest": "^1.18|^2.16", - "pestphp/pest-plugin-laravel": "^1.1|^2.2", - "spatie/laravel-ray": "^1.23", + "pestphp/pest": "^1.18|^2.16|^3.0", + "pestphp/pest-plugin-laravel": "^1.1|^2.2|^3.0", "vimeo/psalm": "^4.8|^5.15" }, "autoload": {