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": "*"