File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 "require-dev" : {
1313 "friendsofphp/php-cs-fixer" : " ^3.2" ,
1414 "nunomaduro/collision" : " ^6.0 || ^7.0 || ^8.1" ,
15- "pestphp/pest" : " ^1.22 || ^2.0" ,
16- "pestphp/pest-plugin-laravel" : " ^1.1 || ^2.0" ,
15+ "pestphp/pest" : " ^1.22 || ^2.0 | ^3.0 " ,
16+ "pestphp/pest-plugin-laravel" : " ^1.1 || ^2.0 | ^3.0 " ,
1717 "phpstan/extension-installer" : " ^1.3" ,
18- "phpstan/phpstan" : " ^1.11" ,
19- "spaze/phpstan-disallowed-calls" : " ^2.15" ,
18+ "phpstan/phpstan" : " ^1.11 | ^2.1 " ,
19+ "spaze/phpstan-disallowed-calls" : " ^2.15 | ^4.0 " ,
2020 "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0"
2121 },
2222 "autoload" : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function boot(): void
2929 }
3030 }
3131
32- protected function packageBasePath (string $ directory = null ): string
32+ protected function packageBasePath (? string $ directory = null ): string
3333 {
3434 if ($ directory === null ) {
3535 return __DIR__ ;
You can’t perform that action at this time.
0 commit comments