File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "orchestra/testbench" : " ^6.0|^7.0" ,
25+ "phpstan/extension-installer" : " ^1.1" ,
26+ "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
27+ "phpstan/phpstan-phpunit" : " ^1.0" ,
2528 "phpunit/phpunit" : " ^9.3" ,
2629 "spatie/laravel-ray" : " ^1.9" ,
2730 "vimeo/psalm" : " ^4.4"
4346 "test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
4447 },
4548 "config" : {
46- "sort-packages" : true
49+ "sort-packages" : true ,
50+ "allow-plugins" : {
51+ "phpstan/extension-installer" : true
52+ }
4753 },
4854 "extra" : {
4955 "laravel" : {
Original file line number Diff line number Diff line change 1+ includes:
2+ - phpstan-baseline.neon
3+
4+ parameters:
5+ level: 2
6+ paths:
7+ - src
8+ - config
9+ tmpDir: build/phpstan
10+ excludePaths:
11+ - ./vendor
12+ checkMissingIterableValueType: true
You can’t perform that action at this time.
0 commit comments