Skip to content

Commit 73a9a89

Browse files
committed
Upgrading phpstan/phpstan (0.12.99 => 1.1.2) - Upgrading phpstan/phpstan-deprecation-rules (0.12.6 => 1.0.0)
1 parent f413cd7 commit 73a9a89

File tree

3 files changed

+30
-24
lines changed

3 files changed

+30
-24
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"mikey179/vfsstream": "^1.6",
2929
"phpcompatibility/php-compatibility": "^9.2",
3030
"phpstan/extension-installer": "^1.0",
31-
"phpstan/phpstan": "^0.12.26",
32-
"phpstan/phpstan-deprecation-rules": "^0.12.6",
31+
"phpstan/phpstan": "1.1.2 as 0.12.99",
32+
"phpstan/phpstan-deprecation-rules": "^1.0",
3333
"phpunit/phpunit": "^9.0"
3434
},
3535
"config": {

composer.lock

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

phpstan.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ parameters:
55
- .
66
bootstrapFiles:
77
- vendor/bitexpert/phpstan-magento/autoload.php
8-
excludes_analyse:
9-
- %currentWorkingDirectory%/vendor/*
8+
excludePaths:
9+
- vendor/*
1010
ignoreErrors:
1111
- '/ has no return typehint specified./'
1212

0 commit comments

Comments
 (0)