From 0b604b40c63646ff7199e4aafdeb20023bb6f582 Mon Sep 17 00:00:00 2001 From: johannesMEGABAD Date: Tue, 25 Feb 2025 10:57:45 +0100 Subject: [PATCH] Compatibility for Laravel 12 Makes the package to work with the newest Laravel version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2f970f20..8f9b850a 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ "require": { "php": "^8.4", "spatie/laravel-package-tools": "^1.16", - "illuminate/contracts": "^10.0||^11.0" + "illuminate/contracts": "^10.0||^11.0||^12.0" }, "require-dev": { "laravel/pint": "^1.14", "nunomaduro/collision": "^8.1.1||^7.10.0", "larastan/larastan": "^2.9||^3.0", - "orchestra/testbench": "^9.0.0||^8.22.0", + "orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0", "pestphp/pest": "^3.0", "pestphp/pest-plugin-arch": "^3.0", "pestphp/pest-plugin-laravel": "^3.0",