From a2adafca90185839f9e9db5fc176ecc2fd6a6d94 Mon Sep 17 00:00:00 2001 From: jisse Reitsma Date: Mon, 28 Aug 2023 12:42:55 +0200 Subject: [PATCH] Increase PHP requirement --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 583590f..42e560e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yireo/magento2-integration-test-helper", "license": "OSL-3.0", - "version": "0.0.9", + "version": "0.0.10", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/", "description": "Magento 2 module to support integration tests in other modules", @@ -19,7 +19,7 @@ "require": { "magento/framework": "^101.0.1|^101.1|^102.0|^103.0", "symfony/finder": "^4.0 || ^5.0 || ^6.0", - "php": "7.4.*|8.0.*|8.1.*" + "php": "7.4.* || 8.0.* || 8.1.* || 8.2.*" }, "require-dev": { "phpunit/phpunit": "*"