From ede69786fc3103745b98dbd41a434f6016046f4a Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Tue, 24 Dec 2024 11:32:31 +0530 Subject: [PATCH] AC-13306::Adobe Commerce 2.4.8 core code is compatible with PHP 8.4 --- composer.json | 2 +- src/Magento/ComposerRootUpdatePlugin/composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bf8600f..dd6d1d2 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "AFL-3.0" ], "require": { - "php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0", + "php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0", "composer/composer": "^2.0", "composer-plugin-api": "^1.0 || ^2.0" }, diff --git a/src/Magento/ComposerRootUpdatePlugin/composer.json b/src/Magento/ComposerRootUpdatePlugin/composer.json index 902d442..583ffdc 100644 --- a/src/Magento/ComposerRootUpdatePlugin/composer.json +++ b/src/Magento/ComposerRootUpdatePlugin/composer.json @@ -2,13 +2,13 @@ "name": "magento/composer-root-update-plugin", "type": "composer-plugin", "description": "Plugin to look ahead for Magento Open Source or Adobe Commerce project root changes when running composer update for new magento/product or magento/magento-cloud metapackage versions", - "version": "2.0.4", + "version": "2.0.5", "license": [ "OSL-3.0", "AFL-3.0" ], "require": { - "php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0", + "php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0", "composer/composer": "^1.0 || ^2.0", "composer-plugin-api": "^1.0 || ^2.0" },