From 1be89af05e4c4ba376fd2faeeab06b928958d523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20Kura=C5=9B?= <48256580+zbigniewKurasWSS@users.noreply.github.com> Date: Wed, 27 May 2026 09:59:54 +0200 Subject: [PATCH] Add PHP 8.5 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0b369fd..8cc514a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0", "magento/framework": "~102.0.6-p1||~103.0.1", "lib-libxml": "*" },