We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927fb74 commit a2adafcCopy full SHA for a2adafc
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "yireo/magento2-integration-test-helper",
3
"license": "OSL-3.0",
4
- "version": "0.0.9",
+ "version": "0.0.10",
5
"type": "magento2-module",
6
"homepage": "https://www.yireo.com/software/magento-extensions/",
7
"description": "Magento 2 module to support integration tests in other modules",
@@ -19,7 +19,7 @@
19
"require": {
20
"magento/framework": "^101.0.1|^101.1|^102.0|^103.0",
21
"symfony/finder": "^4.0 || ^5.0 || ^6.0",
22
- "php": "7.4.*|8.0.*|8.1.*"
+ "php": "7.4.* || 8.0.* || 8.1.* || 8.2.*"
23
},
24
"require-dev": {
25
"phpunit/phpunit": "*"
0 commit comments