From 91d69bf4ce5e1a1e314ef51e19ae3879b56f50ea Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 15 Jul 2026 23:20:44 +0100 Subject: [PATCH] chore: update composer manifest PHP requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9610578..2ab6dbe 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Adds ability to set fetch priority attributes, preload/prefetch links for admin content. As well as a public API for extension from 3rd party modules", "type": "magento2-module", "require": { - "php": "^7.4|^8.0" + "php": "^8.1" }, "license": [ "MIT"