File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 24242525 }
2626 ],
27- "repositories" : [
28- {
29- "type" : " vcs" ,
30- "url" : " https://github.com/kirschbaum-development/redactor"
31- }
32- ],
3327 "require-dev" : {
3428 "pestphp/pest" : " ^3.8" ,
3529 "laravel/pint" : " ^1.22" ,
4741 "illuminate/support" : " ^11.9|^12.0" ,
4842 "spatie/laravel-package-tools" : " ^1.16" ,
4943 "php" : " ^8.3|^8.4" ,
50- "kirschbaum-development/redactor" : " dev-main "
44+ "kirschbaum-development/redactor" : " ^0.1.0 "
5145 },
5246 "extra" : {
5347 "laravel" : {
Original file line number Diff line number Diff line change 88use Illuminate \Support \Facades \Http ;
99use Illuminate \Support \Facades \Log ;
1010use Kirschbaum \Monitor \MonitorServiceProvider ;
11+ use Kirschbaum \Redactor \RedactorServiceProvider ;
1112use Mockery \MockInterface ;
1213use Orchestra \Testbench \Concerns \WithWorkbench ;
1314use Orchestra \Testbench \TestCase as BaseTestCase ;
@@ -20,6 +21,7 @@ protected function getPackageProviders($app): array
2021 {
2122 return [
2223 MonitorServiceProvider::class,
24+ RedactorServiceProvider::class,
2325 ];
2426 }
2527
You can’t perform that action at this time.
0 commit comments