From 974aa9ddd797d99fcf36d996263fc5ccb829c93f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 19 Feb 2024 18:24:06 +1300 Subject: [PATCH] DEP Dependencies for CMS 6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d8091a6..5127bac 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": "^8.1", "symfony/process": "^6.1.3", - "silverstripe/framework": "^5" + "silverstripe/framework": "^6" }, "require-dev": { "phpunit/phpunit": "^9.5", @@ -24,4 +24,4 @@ "scripts": { "lint": "vendor/bin/phpcs --standard=PSR2 code/ bin/ tests/" } -} \ No newline at end of file +}