Skip to content

Commit dc00e09

Browse files
committed
Updated dependencies, see details:
- Upgrading bitexpert/phpstan-magento (v0.20.0 => v0.21.0) - Upgrading magento/magento-coding-standard (21 => 22) - Upgrading phpstan/phpstan (1.5.7 => 1.6.2) - Upgrading rector/rector (0.12.16 => 0.12.21) - Upgrading symfony/console (v4.4.40 => v4.4.41) - Upgrading symfony/finder (v6.0.3 => v6.0.8) - Upgrading symfony/process (v4.4.40 => v4.4.41)
1 parent 65ec50d commit dc00e09

File tree

3 files changed

+50
-49
lines changed

3 files changed

+50
-49
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0"
2323
},
2424
"require-dev": {
25-
"bitexpert/phpstan-magento": "^0.20.0",
25+
"bitexpert/phpstan-magento": "^0.21.0",
2626
"ergebnis/composer-normalize": "^2.17",
2727
"friendsofphp/php-cs-fixer": "^3.0",
2828
"magento/magento-coding-standard": ">=6",

composer.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
parameters:
22
level: max
33
inferPrivatePropertyTypeFromConstructor: true
4+
checkDynamicProperties: true
45
paths:
56
- .
67
excludePaths:

0 commit comments

Comments
 (0)