File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 },
2121 "require-dev" : {
2222 "orchestra/testbench" : " ^v7.5.0" ,
23- "phpstan/extension-installer" : " ^1.1" ,
24- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
25- "phpstan/phpstan-phpunit" : " ^1.0"
23+ "nunomaduro/larastan" : " ^2.0"
2624 },
2725 "autoload" : {
2826 "psr-4" : {
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ function replaceForAllOtherOSes(): array {
153153$ variableName = lcfirst ($ className );
154154$ description = ask ('Package description ' , "This is my package {$ packageSlug }" );
155155
156- $ usePhpStan = confirm ('Enable PhpStan ? ' , true );
156+ $ usePhpStan = confirm ('Enable LaraStan ? ' , true );
157157$ usePhpCsFixer = confirm ('Enable PhpCsFixer? ' , true );
158158$ useUpdateChangelogWorkflow = confirm ('Use automatic changelog updater workflow? ' , true );
159159
Original file line number Diff line number Diff line change 11includes:
2- - phpstan-baseline .neon
2+ - ./vendor/nunomaduro/larastan/extension .neon
33
44parameters:
5- level: 4
5+ level: 9
66 paths:
77 - src
88 tmpDir: build/phpstan
You can’t perform that action at this time.
0 commit comments