File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The package is built on top of [Laravel Mails](https://github.com/backstagephp/l
3838You can install the package via composer:
3939
4040``` bash
41- composer require backstagephp /filament-mails
41+ composer require backstage /filament-mails
4242```
4343
4444You can publish and run the migrations with:
Original file line number Diff line number Diff line change 11{
2- "name" : " backstagephp /filament-mails" ,
2+ "name" : " backstage /filament-mails" ,
33 "description" : " View logged mails and events in a beautiful Filament UI." ,
44 "keywords" : [
55 " backstagephp" ,
2323 "php" : " ^8.2" ,
2424 "filament/filament" : " ^4.0" ,
2525 "spatie/laravel-package-tools" : " ^1.15.0" ,
26- "backstage/laravel-mails" : " ^1 .0"
26+ "backstage/laravel-mails" : " ^2 .0"
2727 },
2828 "require-dev" : {
2929 "laravel/pint" : " ^1.16" ,
6969 }
7070 },
7171 "minimum-stability" : " dev" ,
72- "prefer-stable" : true
72+ "prefer-stable" : true ,
73+ "repositories" : {
74+ "backstage/laravel-mails" : {
75+ "type" : " vcs" ,
76+ "url" : " git@github.com:backstagephp/laravel-mails.git"
77+ }
78+ }
7379}
You can’t perform that action at this time.
0 commit comments