Skip to content

Commit

Permalink
Increase PHP requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Aug 28, 2023
1 parent 927fb74 commit a2adafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yireo/magento2-integration-test-helper",
"license": "OSL-3.0",
"version": "0.0.9",
"version": "0.0.10",
"type": "magento2-module",
"homepage": "https://www.yireo.com/software/magento-extensions/",
"description": "Magento 2 module to support integration tests in other modules",
Expand All @@ -19,7 +19,7 @@
"require": {
"magento/framework": "^101.0.1|^101.1|^102.0|^103.0",
"symfony/finder": "^4.0 || ^5.0 || ^6.0",
"php": "7.4.*|8.0.*|8.1.*"
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*"
},
"require-dev": {
"phpunit/phpunit": "*"
Expand Down

0 comments on commit a2adafc

Please sign in to comment.