From 5e2fc8cca0394d12064d65274f7de9cb3c16f2d6 Mon Sep 17 00:00:00 2001 From: Sabina Talipova Date: Mon, 19 Dec 2022 12:16:06 +1300 Subject: [PATCH] DEP PHP Support in CMS5 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 7fb028c..f5cd497 100644 --- a/composer.json +++ b/composer.json @@ -5,12 +5,12 @@ "homepage": "https://www.silverstripe.org", "license": "BSD-3-Clause", "require": { - "php": "^7.4 || ^8.0", - "silverstripe/recipe-plugin": "^1", - "silverstripe/recipe-cms": "4.x-dev", - "dnadesign/silverstripe-elemental": "4.x-dev", - "silverstripe/elemental-fileblock": "2.x-dev", - "silverstripe/elemental-bannerblock": "2.x-dev" + "php": "^8.1", + "silverstripe/recipe-plugin": "^2", + "silverstripe/recipe-cms": "5.x-dev", + "dnadesign/silverstripe-elemental": "5.x-dev", + "silverstripe/elemental-fileblock": "3.x-dev", + "silverstripe/elemental-bannerblock": "3.x-dev" }, "require-dev": { "phpunit/phpunit": "^9.5"