Added new blocklist feature and list-unsubscribe behaviour

This commit is contained in:
Will Browning
2026-04-08 12:11:30 +01:00
parent 140681427b
commit cfb3ecb0ae
175 changed files with 14228 additions and 1824 deletions

View File

@@ -26,6 +26,8 @@
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/boost": "^2.1",
"laravel/envoy": "^2.12",
"laravel/pint": "^1.2",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^8.1",
@@ -77,7 +79,8 @@
"@php artisan key:generate --ansi"
],
"post-update-cmd": [
"cd ./postfix && composer update"
"cd ./postfix && composer update",
"@php artisan boost:update --ansi"
],
"format": [
"./vendor/bin/pint"