From 14364510f39400877d96fdebaaf9325be320affa Mon Sep 17 00:00:00 2001 From: Sohail Lajevardi Date: Thu, 21 Dec 2023 11:51:03 +0330 Subject: [PATCH] Bump php minimum requirement to 8.2 It's a good consideration to start off with php 8.2 with Drupal 10.2 considerations --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1900a0aec..4b29ed60f 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "packagist.org": false }, "require": { - "php": ">=8.1", + "php": ">=8.2", "composer/installers": "^2.1", "cweagans/composer-patches": "^1.7", "drupal/core-composer-scaffold": "^10.0.0",