We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc5b09 commit 7f70dc0Copy full SHA for 7f70dc0
.module.ini
@@ -1,4 +1,5 @@
1
EXTENSION_VENDOR="Yireo"
2
EXTENSION_NAME="IntegrationTestHelper"
3
COMPOSER_NAME="yireo/magento2-integration-test-helper"
4
+PHP_VERSIONS="8.1 8.2 8.3"
5
composer.json
@@ -21,7 +21,7 @@
21
"nette/php-generator": "^4.1",
22
"nette/utils": "^4.0",
23
"symfony/finder": "^4.0 || ^5.0 || ^6.0",
24
- "php": "7.4.* || 8.0.* || 8.1.* || 8.2.* || 8.3.*"
+ "php": "8.0.* || 8.1.* || 8.2.* || 8.3.*"
25
},
26
"require-dev": {
27
"phpunit/phpunit": "*"
0 commit comments