Commit ae43818
committed
Remove
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: T426075doctrine/dbal dependency1 parent 5a1ac9a commit ae43818
2 files changed
Lines changed: 49 additions & 347 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments