Merge pull request #6310 from pixelfed/shleeable-patch-22

Refactor: Remove dbal (dead code)
pull/6311/head^2
dansup 11 months ago committed by GitHub
commit f2757e5d7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,6 @@
"bacon/bacon-qr-code": "^3.0",
"brick/math": "^0.11",
"buzz/laravel-h-captcha": "^1.0.4",
"doctrine/dbal": "^3.0",
"endroid/qr-code": "^6.0",
"intervention/image": "^3.11.2",
"intervention/image-driver-vips": "^1.0",

@ -160,12 +160,5 @@ return [
'port' => env('REDIS_PORT', 6379),
'database' => env('REDIS_DATABASE_PULSE', 2),
],
],
'dbal' => [
'types' => [
'timestamp' => TimestampType::class,
],
],
];

Loading…
Cancel
Save