Skip to content

Commit ae43818

Browse files
committed
Remove doctrine/dbal dependency
As per the update guide [1], Doctrine DBAL related classes and methods have been removed. Remove `doctrine/dbal` as we currently don't use it in the Platform API. ``` docker run --rm -it -v $PWD:/app -u $(id -u):$(id -g) composer:2.9.2 --ignore-platform-req=ext-pcntl remove doctrine/dbal ``` [1]: https://laravel.com/docs/11.x/upgrade#doctrine-dbal-removal Bug: T426075
1 parent 5a1ac9a commit ae43818

2 files changed

Lines changed: 49 additions & 347 deletions

File tree

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"type": "project",
1010
"require": {
1111
"absszero/laravel-stackdriver-error-reporting": "^1.9",
12-
"doctrine/dbal": "^3.1",
1312
"firebase/php-jwt": "^7.0",
1413
"google/recaptcha": "^1.2",
1514
"guzzlehttp/guzzle": "^7.8",

0 commit comments

Comments
 (0)