File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1616 },
1717 "require-dev" : {
1818 "orchestra/testbench" : " ^8.0" ,
19- "nunomaduro/larastan" : " ^1.0 || ^2.0" ,
2019 "thecodingmachine/phpstan-safe-rule" : " ^1.2" ,
2120 "laravel/legacy-factories" : " ^1.3" ,
22- "laravel/pint" : " ^1.13"
21+ "laravel/pint" : " ^1.13" ,
22+ "larastan/larastan" : " ^2.9"
2323 },
2424 "autoload" : {
2525 "psr-4" : {
4545 "l10" : [
4646 " composer require laravel/framework:10.* orchestra/testbench:8.* --no-interaction --no-update" ,
4747 " composer update --prefer-stable --prefer-dist --no-interaction"
48+ ],
49+ "pint" : [
50+ " pint"
51+ ],
52+ "larastan" : [
53+ " @php -d memory_limit=-1 vendor/bin/phpstan"
4854 ]
4955 }
5056}
Original file line number Diff line number Diff line change 11includes :
2- - ./vendor/nunomaduro /larastan/extension.neon
2+ - ./vendor/larastan /larastan/extension.neon
33 - ./vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
44parameters :
55 paths :
You can’t perform that action at this time.
0 commit comments