File tree Expand file tree Collapse file tree 7 files changed +1124
-2425
lines changed
Expand file tree Collapse file tree 7 files changed +1124
-2425
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ infection.json export-ignore
33Makefile export-ignore
44phpstan.neon.dist export-ignore
55phpstan-baseline.neon export-ignore
6- psalm-baseline.xml export-ignore
7- psalm.xml export-ignore
86phpunit.xml.dist export-ignore
97/tests export-ignore
108/vendor-bin export-ignore
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ cs: vendor-bin/tools/vendor
3232cs-fix : vendor-bin/tools/vendor
3333 vendor/bin/php-cs-fixer fix --verbose
3434
35- .PHONY : psalm
36- psalm : vendor-bin/tools/vendor
37- vendor/bin/psalm --config=psalm.xml --diff --shepherd --show-info=false --stats --threads=4
38-
3935.PHONY : phpstan
4036phpstan : vendor-bin/tools/vendor
4137 vendor/bin/phpstan analyse
Original file line number Diff line number Diff line change 5353 "symfony/expression-language" : " ^6.4 || ^7.0" ,
5454 "symfony/form" : " ^6.4 || ^7.0" ,
5555 "symfony/framework-bundle" : " ^6.4 || ^7.0" ,
56+ "symfony/http-client" : " ^7.2" ,
5657 "symfony/http-foundation" : " ^6.4 || ^7.0" ,
5758 "symfony/http-kernel" : " ^6.4 || ^7.0" ,
5859 "symfony/options-resolver" : " ^6.4 || ^7.0" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414 "phpstan/phpstan-strict-rules" : " ^1.0" ,
1515 "phpstan/phpstan-symfony" : " ^1.0" ,
1616 "phpunit/phpunit" : " ^10.0" ,
17- "psalm/plugin-phpunit" : " ^0.19" ,
18- "psalm/plugin-symfony" : " ^5.0" ,
19- "symfony/phpunit-bridge" : " ^7.0" ,
20- "vimeo/psalm" : " ^5.0"
17+ "symfony/phpunit-bridge" : " ^7.0"
2118 },
2219 "config" : {
2320 "allow-plugins" : {
You can’t perform that action at this time.
0 commit comments