Skip to content

Commit

Permalink
Increase versions of symfony/finder and nikic/php-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Aug 2, 2024
1 parent 0ce0a95 commit 7a7ef9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yireo/magento2-extensionchecker",
"license": "OSL-3.0",
"type": "magento2-module",
"version": "2.4.1",
"version": "2.4.2",
"homepage": "https://github.com/yireo/Yireo_ExtensionChecker",
"description": "Scan the code of a Magento module",
"keywords": [
Expand All @@ -17,9 +17,9 @@
],
"require": {
"magento/framework": "^102.0|^103.0",
"symfony/finder": "^3.0|^4.0|^5.0|^6.0",
"symfony/finder": "^3.0|^4.0|^5.0|^6.0|^7.0",
"composer/semver": "^1.0|^2.0|^3.0",
"nikic/php-parser": "^3.0|^4.0",
"nikic/php-parser": "^3.0|^4.0|^5.0",
"php": "^7.4|^8.1",
"ext-json": "*",
"ext-pcre": "*",
Expand Down

0 comments on commit 7a7ef9a

Please sign in to comment.