From 65726d3d9bcad56a2ff9a325ba83473552fdc73b Mon Sep 17 00:00:00 2001 From: macintoshplus <814683+macintoshplus@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:14:03 +0100 Subject: [PATCH] :arrow_up: Bump minimal PHP version to 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9d919259..86e96e60 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Bolt 5 standard project skeleton", "license": "MIT", "require": { - "php": ">=7.2.9 || ^8.0", + "php": ">=8.1", "bobdenotter/configuration-notices": "^1.3", "bobdenotter/weatherwidget": "^1.1", "bolt/article": "^2.0",