Skip to content

Commit 1172711

Browse files
authored
Merge pull request #202 from magento-gl/Hammer_246_PHP82_Issue
AC-7822:Phpstan dependency should not be limited to a specific versio…
2 parents ffd4818 + d16895a commit 1172711

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"AFL-3.0"
77
],
88
"type": "phpcodesniffer-standard",
9-
"version": "30",
9+
"version": "31",
1010
"require": {
1111
"php": ">=7.4",
1212
"webonyx/graphql-php": "^15.0",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",
1515
"phpcompatibility/php-compatibility": "^9.3",
1616
"squizlabs/php_codesniffer": "^3.6.1",
17-
"rector/rector": "^0.14.8"
17+
"rector/rector": "^0.15.10"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.5.8"

composer.lock

+14-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)