From 39d8e13076a4d9b8ebd486b1ae2e50cea15a5164 Mon Sep 17 00:00:00 2001 From: Erin Dalzell Date: Tue, 28 May 2024 12:43:19 -0700 Subject: [PATCH] Update Proteus version (#24) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 483ca86..4d86268 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "php": "^8.0", "laravel/framework": "^10.0 || ^11.0", "statamic/cms": "^4.0 || ^5.0", - "stillat/proteus": "^3.0" + "stillat/proteus": "^4.0" }, "require-dev": { "mockery/mockery": "^1.3.1", "nunomaduro/collision": "^7.0 || ^8.0", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.0 || ^11.0", "orchestra/testbench": "^8.0 || ^9.0" }, "description": "Give control panel access to your addon's config",