File tree 5 files changed +42
-1280
lines changed 5 files changed +42
-1280
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ fix-code-style: add-license
14
14
$(PHP_BIN ) vendor/bin/phpcbf
15
15
16
16
.PHONY : static-code-analysis
17
- static-code-analysis : vendor phpstan psalm test-architecture # # Runs a static code analysis with phpstan/phpstan and vimeo/psalm
17
+ static-code-analysis : vendor phpstan test-architecture # # Runs a static code analysis with phpstan/phpstan and vimeo/psalm
18
18
19
19
.PHONY : phpstan-baseline
20
20
phpstan-baseline :
@@ -24,10 +24,6 @@ phpstan-baseline:
24
24
phpstan :
25
25
$(PHP_BIN ) -d memory_limit=1024M vendor/bin/phpstan --configuration=phpstan.neon
26
26
27
- .PHONY : psalm
28
- psalm :
29
- $(PHP_BIN ) vendor/bin/psalm --update-baseline
30
-
31
27
.PHONY : test
32
28
test : test-unit test-functional test-integration test-xml test-docs# # Runs all test suites with phpunit/phpunit
33
29
Original file line number Diff line number Diff line change 63
63
"phpstan/phpstan-strict-rules" : " ^1.6" ,
64
64
"phpstan/phpstan-webmozart-assert" : " ^1.2" ,
65
65
"phpunit/phpunit" : " ^10.5" ,
66
- "psalm/plugin-phpunit" : " ^0.19.0" ,
67
66
"qossmic/deptrac-shim" : " ^1.0.2" ,
68
67
"rector/rector" : " ^1.2.9" ,
69
68
"squizlabs/php_codesniffer" : " ^3.10" ,
70
69
"symfony/finder" : " ^6.4.8" ,
71
- "symplify/phpstan-rules" : " ^13.0" ,
72
- "vimeo/psalm" : " ^5.26"
70
+ "symplify/phpstan-rules" : " ^13.0"
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