File tree Expand file tree Collapse file tree 6 files changed +72
-1306
lines changed Expand file tree Collapse file tree 6 files changed +72
-1306
lines changed Original file line number Diff line number Diff line change 49
49
50
50
static-analysis :
51
51
name : " Static analysis"
52
- uses : " phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.6 "
52
+ uses : " phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8 "
53
53
with :
54
54
php-version : " 8.2"
55
55
composer-root-version : " 1.x-dev"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ fix-code-style: add-license
13
13
$(PHP_BIN ) vendor/bin/phpcbf
14
14
15
15
.PHONY : static-code-analysis
16
- static-code-analysis : vendor phpstan psalm test-architecture # # Runs a static code analysis with phpstan/phpstan and vimeo/psalm
16
+ static-code-analysis : vendor phpstan test-architecture # # Runs a static code analysis with phpstan/phpstan and vimeo/psalm
17
17
18
18
.PHONY : phpstan-baseline
19
19
phpstan-baseline :
@@ -23,10 +23,6 @@ phpstan-baseline:
23
23
phpstan :
24
24
$(PHP_BIN ) -d memory_limit=1024M vendor/bin/phpstan --configuration=phpstan.neon
25
25
26
- .PHONY : psalm
27
- psalm :
28
- $(PHP_BIN ) vendor/bin/psalm --update-baseline
29
-
30
26
.PHONY : test
31
27
test : test-unit test-functional test-integration test-xml test-docs# # Runs all test suites with phpunit/phpunit
32
28
Original file line number Diff line number Diff line change 63
63
"phpstan/phpstan-strict-rules" : " ^1.5" ,
64
64
"phpstan/phpstan-webmozart-assert" : " ^1.2" ,
65
65
"phpunit/phpunit" : " ^10.5" ,
66
- "psalm/plugin-phpunit" : " ^0.18.4" ,
67
66
"qossmic/deptrac-shim" : " ^1.0.2" ,
68
67
"rector/rector" : " ^1.0.1" ,
69
68
"squizlabs/php_codesniffer" : " ^3.9" ,
70
69
"symfony/finder" : " ^6.4.0 || ^7.0" ,
71
- "symplify/phpstan-rules" : " ^12.4" ,
72
- "vimeo/psalm" : " ^5.22"
70
+ "symplify/phpstan-rules" : " ^12.4"
73
71
},
74
72
"suggest" : {
75
73
"league/csv:" : " To use the CSV tables"
You can’t perform that action at this time.
0 commit comments