Skip to content

Commit a2adafc

Browse files
committed
Increase PHP requirement
1 parent 927fb74 commit a2adafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yireo/magento2-integration-test-helper",
33
"license": "OSL-3.0",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"type": "magento2-module",
66
"homepage": "https://www.yireo.com/software/magento-extensions/",
77
"description": "Magento 2 module to support integration tests in other modules",
@@ -19,7 +19,7 @@
1919
"require": {
2020
"magento/framework": "^101.0.1|^101.1|^102.0|^103.0",
2121
"symfony/finder": "^4.0 || ^5.0 || ^6.0",
22-
"php": "7.4.*|8.0.*|8.1.*"
22+
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "*"

0 commit comments

Comments
 (0)