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 12
12
"require-dev" : {
13
13
"friendsofphp/php-cs-fixer" : " ^3.2" ,
14
14
"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 " ,
17
17
"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 " ,
20
20
"orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0"
21
21
},
22
22
"autoload" : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function boot(): void
29
29
}
30
30
}
31
31
32
- protected function packageBasePath (string $ directory = null ): string
32
+ protected function packageBasePath (? string $ directory = null ): string
33
33
{
34
34
if ($ directory === null ) {
35
35
return __DIR__ ;
You can’t perform that action at this time.
0 commit comments