From 7f70dc02b75033dff315e0a49679bcf32c4e840f Mon Sep 17 00:00:00 2001 From: Jisse Reitsma Date: Wed, 5 Jun 2024 15:19:37 +0200 Subject: [PATCH] Bump PHP version --- .module.ini | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.module.ini b/.module.ini index 1756e79..a18f53e 100644 --- a/.module.ini +++ b/.module.ini @@ -1,4 +1,5 @@ EXTENSION_VENDOR="Yireo" EXTENSION_NAME="IntegrationTestHelper" COMPOSER_NAME="yireo/magento2-integration-test-helper" +PHP_VERSIONS="8.1 8.2 8.3" diff --git a/composer.json b/composer.json index 483ad01..e65dc99 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "nette/php-generator": "^4.1", "nette/utils": "^4.0", "symfony/finder": "^4.0 || ^5.0 || ^6.0", - "php": "7.4.* || 8.0.* || 8.1.* || 8.2.* || 8.3.*" + "php": "8.0.* || 8.1.* || 8.2.* || 8.3.*" }, "require-dev": { "phpunit/phpunit": "*"