File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 99
99
command : composer bin psalm update --no-interaction --no-progress
100
100
101
101
- name : Execute Psalm
102
- run : vendor/bin/psalm --no-progress --output-format=github
102
+ run : vendor/bin/psalm.phar --no-progress --output-format=github
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ phpstan-analyze-tests:
12
12
@docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/phpstan --rm registry.gitlab.com/grahamcampbell/php:7.4-cli analyze tests -c phpstan.tests.neon.dist
13
13
14
14
psalm-analyze :
15
- @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm --rm registry.gitlab.com/grahamcampbell/php:7.4-cli
15
+ @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm.phar --rm registry.gitlab.com/grahamcampbell/php:7.4-cli
16
16
17
17
psalm-show-info :
18
- @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm --rm registry.gitlab.com/grahamcampbell/php:7.4-cli --show-info=true
18
+ @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm.phar --rm registry.gitlab.com/grahamcampbell/php:7.4-cli --show-info=true
19
19
20
20
test : phpunit phpstan-analyze-src phpstan-analyze-tests psalm-analyze
21
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "phpstan/phpstan" : " ~ 0.12.32 " ,
4
- "phpstan/extension-installer" : " ~ 1.0.4 " ,
5
- "phpstan/phpstan-deprecation-rules" : " ~ 0.12.4 " ,
6
- "phpstan/phpstan-strict-rules" : " ~ 0.12.2 " ,
7
- "thecodingmachine/phpstan-strict-rules" : " ~ 0.12.0 "
3
+ "phpstan/phpstan" : " 0.12.58 " ,
4
+ "phpstan/extension-installer" : " 1.0.5 " ,
5
+ "phpstan/phpstan-deprecation-rules" : " 0.12.5 " ,
6
+ "phpstan/phpstan-strict-rules" : " 0.12.5 " ,
7
+ "thecodingmachine/phpstan-strict-rules" : " 0.12.1 "
8
8
},
9
9
"config" : {
10
10
"preferred-install" : " dist"
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "vimeo/ psalm" : " ~3.12.2 "
3
+ "psalm/phar " : " 4.2.1 "
4
4
},
5
5
"config" : {
6
6
"preferred-install" : " dist"
You can’t perform that action at this time.
0 commit comments