From fb5621a623b5bfb3d284c840f10b38be5f70a8ed Mon Sep 17 00:00:00 2001 From: "piotr.staszczyk" Date: Tue, 23 Apr 2024 10:21:47 +0200 Subject: [PATCH] PHP8.3 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30ab214..977d2f9 100755 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } ], "require": { - "php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0", + "php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0", "magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*", "magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*", "magepal/magento2-core": ">=1.1.11"