Skip to content

Commit f9e4883

Browse files
committed
Updated all phpstan related packages, see details:
- Removing nette/neon (v3.3.2) - Upgrading bitexpert/phpstan-magento (v0.11.0 => v0.17.0) - Upgrading phpstan/phpstan (1.1.2 => 1.4.0)
1 parent 8a00053 commit f9e4883

File tree

3 files changed

+29
-95
lines changed

3 files changed

+29
-95
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0"
2222
},
2323
"require-dev": {
24-
"bitexpert/phpstan-magento": "^0.11.0",
24+
"bitexpert/phpstan-magento": "^0.17.0",
2525
"ergebnis/composer-normalize": "^2.2",
2626
"friendsofphp/php-cs-fixer": "^3.0",
2727
"magento/magento-coding-standard": "^6.0",

composer.lock

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

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ parameters:
33
inferPrivatePropertyTypeFromConstructor: true
44
paths:
55
- .
6-
bootstrapFiles:
7-
- vendor/bitexpert/phpstan-magento/autoload.php
86
excludePaths:
97
- vendor/*
108
ignoreErrors:

0 commit comments

Comments
 (0)