Skip to content

Commit c143491

Browse files
authored
feat: update .env vars (#398)
1 parent 0596cea commit c143491

File tree

4 files changed

+69
-480
lines changed

4 files changed

+69
-480
lines changed

.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ [email protected]
4141
MAIL_FROM_NAME="${APP_NAME}"
4242
MAIL_SUPPORT=[email protected]
4343

44-
MAILGUN_DOMAIN=
45-
MAILGUN_SECRET=
46-
4744
AWS_ACCESS_KEY_ID=
4845
AWS_SECRET_ACCESS_KEY=
4946
AWS_DEFAULT_REGION=us-east-1

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"spatie/laravel-permission": "^6.10.0",
4646
"spatie/laravel-sitemap": "^7.3",
4747
"stevebauman/location": "^7.4.0",
48-
"symfony/mailgun-mailer": "^7.1",
4948
"torchlight/torchlight-laravel": "^0.6",
5049
"vormkracht10/filament-mails": "^2.0",
5150
"wire-elements/modal": "^2.0",
@@ -68,8 +67,6 @@
6867
"pestphp/pest": "^3.8",
6968
"pestphp/pest-plugin-laravel": "^3.0",
7069
"pestphp/pest-plugin-livewire": "^3.0",
71-
"phpunit/phpunit": "^11.0",
72-
"spatie/laravel-ignition": "^2.0",
7370
"spatie/test-time": "^1.3.2"
7471
},
7572
"autoload": {

0 commit comments

Comments
 (0)