File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.2 " ,
20- "illuminate/contracts" : " ^10 .0|^11 .0" ,
19+ "php" : " ^8.3 " ,
20+ "illuminate/contracts" : " ^11 .0|^12 .0" ,
2121 "spatie/laravel-package-tools" : " ^1.11.3" ,
22- "twilio/sdk" : " ^7 .0"
22+ "twilio/sdk" : " ^8 .0"
2323 },
2424 "require-dev" : {
2525 "laravel/pint" : " ^1.0" ,
26- "nunomaduro/collision" : " ^7 .0|^8 .0" ,
26+ "nunomaduro/collision" : " ^8 .0|^9 .0" ,
2727 "larastan/larastan" : " ^2.0.1" ,
28- "orchestra/testbench" : " ^8 .0|^9 .0" ,
28+ "orchestra/testbench" : " ^9 .0|^10 .0" ,
2929 "pestphp/pest" : " ^2.0" ,
3030 "pestphp/pest-plugin-arch" : " ^2.0" ,
3131 "pestphp/pest-plugin-laravel" : " ^2.0" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function configurePackage(Package $package): void
1515 public function packageRegistered ()
1616 {
1717 $ this ->app ->singleton (Twilio::class, function () {
18- return new Twilio () ;
18+ return new Twilio ;
1919 });
2020 }
2121}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ public function getEnvironmentSetUp($app)
2323 $ app ['config ' ]->set ('twilio.token ' , 'twilio_token ' );
2424 $ app ['config ' ]->set ('twilio.from ' , '0666666666 ' );
2525 $ app ['config ' ]->set ('twilio.enabled ' , true );
26- $ this ->twilio = new Twilio () ;
26+ $ this ->twilio = new Twilio ;
2727 }
2828}
You can’t perform that action at this time.
0 commit comments