Skip to content

Commit

Permalink
Bump PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Jun 5, 2024
1 parent fbc5b09 commit 7f70dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .module.ini
Original file line number Diff line number Diff line change
@@ -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"

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down

0 comments on commit 7f70dc0

Please sign in to comment.