From 928a31b01e075f3ffbc9c9eb73bd4fc7506e26d2 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Wed, 10 Apr 2024 12:51:14 -0400 Subject: [PATCH] Laravel 11.x Compatibility (#19) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c21ab08..c6a3e3d 100644 --- a/composer.json +++ b/composer.json @@ -4,15 +4,15 @@ "type": "statamic-addon", "require": { "php": "^8.0", - "laravel/framework": "^9.6 || ^10.0", + "laravel/framework": "^9.6 || ^10.0 || ^11.0", "statamic/cms": "^4.0", "stillat/proteus": "^2.0" }, "require-dev": { "mockery/mockery": "^1.3.1", - "nunomaduro/collision": "^7.0", + "nunomaduro/collision": "^7.0 || ^8.0", "phpunit/phpunit": "^10.0", - "orchestra/testbench": "^8.0" + "orchestra/testbench": "^8.0 || ^9.0" }, "description": "Give control panel access to your addon's config", "authors": [