Skip to content

Commit 9f52bcb

Browse files
[4.3] Fixed static analysis runs (#543)
1 parent 5fd7cbf commit 9f52bcb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
"preferred-install": "dist"
4848
},
4949
"extra": {
50+
"bamarni-bin": {
51+
"bin-links": true,
52+
"forward-command": true
53+
},
5054
"branch-alias": {
5155
"dev-master": "4.2-dev"
5256
}

vendor-bin/phpstan/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"thecodingmachine/phpstan-strict-rules": "1.0.0"
88
},
99
"config": {
10-
"preferred-install": "dist"
10+
"preferred-install": "dist",
11+
"allow-plugins": {
12+
"phpstan/extension-installer": true
13+
}
1114
}
1215
}

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"psalm/phar": "4.15.0"
3+
"psalm/phar": "4.19.0"
44
},
55
"config": {
66
"preferred-install": "dist"

0 commit comments

Comments
 (0)