Skip to content

Commit 3b3dc66

Browse files
committed
update
1 parent 56a466b commit 3b3dc66

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The package is built on top of [Laravel Mails](https://github.com/backstagephp/l
3838
You can install the package via composer:
3939

4040
```bash
41-
composer require backstagephp/filament-mails
41+
composer require backstage/filament-mails
4242
```
4343

4444
You can publish and run the migrations with:

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -23,7 +23,7 @@
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",
@@ -69,5 +69,11 @@
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
}

0 commit comments

Comments
 (0)