File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
"illuminate/support" : " ^10.0"
24
24
},
25
25
"require-dev" : {
26
+ "larastan/larastan" : " ^2.7.0" ,
26
27
"laravel/pint" : " ^1.0" ,
27
- "nunomaduro/collision" : " ^6.0" ,
28
- "nunomaduro/larastan" : " ^2.0.1" ,
28
+ "nunomaduro/collision" : " ^7.0.0" ,
29
29
"orchestra/testbench" : " ^8.0" ,
30
- "pestphp/pest" : " ^1.21 " ,
31
- "pestphp/pest-plugin-laravel" : " ^1.1 " ,
30
+ "pestphp/pest" : " ^2.28.1 " ,
31
+ "pestphp/pest-plugin-laravel" : " ^2.2.0 " ,
32
32
"phpstan/extension-installer" : " ^1.1" ,
33
33
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
34
34
"phpstan/phpstan-phpunit" : " ^1.0" ,
35
- "phpunit/phpunit" : " ^9.5 " ,
35
+ "phpunit/phpunit" : " ^10.5.3 " ,
36
36
"spatie/laravel-ray" : " ^1.26"
37
37
},
38
38
"autoload" : {
Original file line number Diff line number Diff line change 12
12
TestCase::class,
13
13
)->in (__DIR__ );
14
14
15
- expect ()->extend ('toBeExecutable ' , function (Closure $ migration = null , array $ options = []): Expectation {
15
+ expect ()->extend ('toBeExecutable ' , function (? Closure $ migration = null , array $ options = []): Expectation {
16
16
/** @var \Illuminate\Database\Connection $connection */
17
17
$ connection = DB ::connection ();
18
18
You can’t perform that action at this time.
0 commit comments