From eaed95b6937d89753fe9d3f5d6836117e923b9aa Mon Sep 17 00:00:00 2001 From: Lachlan Turner <40189797+aligent-lturner@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:24:45 +0930 Subject: [PATCH] Add PHP 8.3 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9224a4e..ec874fd 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Restricts introspection GraphQL queries to authorised users", "type": "magento2-module", "require": { - "php": "~8.1.0|~8.2.0", + "php": "~8.1.0|~8.2.0|~8.3.0", "magento/framework": "*" }, "license": [