From 78b3d381d0c2a0cfc4ed4062a6f5bd8b72f7efa4 Mon Sep 17 00:00:00 2001 From: Constantin Druc Date: Mon, 25 Mar 2024 22:09:17 +0200 Subject: [PATCH] Laravel 11 support (#19) --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9ad3a7f..0cd465c 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,14 @@ "require": { "php": "^8.0", "spatie/laravel-package-tools": "^1.11.3", - "illuminate/contracts": "^9.0|^10.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", "ext-json": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.3", - "orchestra/testbench": "^7.02", - "phpunit/phpunit": "^9.5" + "nunomaduro/collision": "^6.2", + "orchestra/testbench": "^7.02|^9.0", + "phpunit/phpunit": "^9.5|^10.1" }, "autoload": { "psr-4": {