Skip to content

Commit bbdf16d

Browse files
authored
Doctrine dbal storage enhancement (#15)
* Fixed Doctrine deprecations * Fixed phpunit deprecations * Remove options for table columns naming, use dbal query builders
1 parent 8adb880 commit bbdf16d

File tree

12 files changed

+219
-422
lines changed

12 files changed

+219
-422
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"composer-runtime-api": "^2.0",
1515
"box/spout": "^3.0",
1616
"doctrine/dbal": "^2.11",
17-
"doctrine/orm": "^2.7",
17+
"doctrine/orm": "^2.8",
1818
"doctrine/persistence": "^2.0",
1919
"psr/container": "^1.0",
2020
"psr/event-dispatcher": "^1.0",

0 commit comments

Comments
 (0)