diff --git a/composer.json b/composer.json index 8c6bf6720..b855a34de 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/config/database.php b/config/database.php index 2a3cf3393..8a7c4ba6b 100644 --- a/config/database.php +++ b/config/database.php @@ -160,12 +160,5 @@ return [ 'port' => env('REDIS_PORT', 6379), 'database' => env('REDIS_DATABASE_PULSE', 2), ], - ], - - 'dbal' => [ - 'types' => [ - 'timestamp' => TimestampType::class, - ], - ], ];