Skip to content

Commit

Permalink
Merge pull request #202 from magento-gl/Hammer_246_PHP82_Issue
Browse files Browse the repository at this point in the history
AC-7822:Phpstan dependency should not be limited to a specific versio…
  • Loading branch information
sidolov authored Feb 1, 2023
2 parents ffd4818 + d16895a commit 1172711
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"AFL-3.0"
],
"type": "phpcodesniffer-standard",
"version": "30",
"version": "31",
"require": {
"php": ">=7.4",
"webonyx/graphql-php": "^15.0",
"ext-simplexml": "*",
"ext-dom": "*",
"phpcompatibility/php-compatibility": "^9.3",
"squizlabs/php_codesniffer": "^3.6.1",
"rector/rector": "^0.14.8"
"rector/rector": "^0.15.10"
},
"require-dev": {
"phpunit/phpunit": "^9.5.8"
Expand Down
29 changes: 14 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1172711

Please sign in to comment.