Commit 66d3eba
committed
Declare dependencies
A lot of the dependencies we use in the code were not declared.
Since the library requires doctrine/dbal, it should be fine to require
it in the bundle as well.
Since this is a bundle, it should be fine to require Symfony components.
Since psr/log is very widely used, it should be fine to require it.1 parent 18a3801 commit 66d3eba
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
| |||
0 commit comments