File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "laravel/framework" : " ^9.4 " ,
13- "phpstan/phpstan" : " ^1.4 "
12+ "laravel/framework" : " ^12.0 " ,
13+ "phpstan/phpstan" : " ^2.0 "
1414 },
1515 "autoload" : {
1616 "psr-4" : {
2323 }
2424 },
2525 "require-dev" : {
26- "mockery/mockery" : " ^1.2 " ,
27- "phpunit/phpunit" : " ^9 .0" ,
28- "orchestra/testbench" : " ^7.1 " ,
29- "vimeo/psalm" : " ^4.10 " ,
26+ "mockery/mockery" : " ^1.6 " ,
27+ "phpunit/phpunit" : " ^12 .0" ,
28+ "orchestra/testbench" : " ^10.0 " ,
29+ "vimeo/psalm" : " ^6.0 " ,
3030 "jetbrains/phpstorm-attributes" : " ^1.0" ,
31- "brainmaestro/composer-git-hooks" : " dev-master " ,
32- "laravel/pint" : " ^1.1 "
31+ "brainmaestro/composer-git-hooks" : " ^3.0.0 " ,
32+ "laravel/pint" : " ^1.24 "
3333 },
3434 "extra" : {
3535 "laravel" : {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ public function boot()
2222
2323 public function register ()
2424 {
25- // $this->app->singleton(Package::class, function(){
26- // return new Package();
27- // });
25+ // $this->app->singleton(Package::class, function(){
26+ // return new Package();
27+ // });
2828 }
2929}
Original file line number Diff line number Diff line change 66
77class FeatureTest extends TestCase
88{
9- public function setUp (): void
9+ protected function setUp (): void
1010 {
1111 parent ::setUp ();
1212
You can’t perform that action at this time.
0 commit comments