1
0
mirror of https://github.com/flarum/core.git synced 2025-09-03 05:02:45 +02:00

Add doctrine/dbal dependency so that migrations can rename columns

This commit is contained in:
Toby Zerner
2015-09-14 15:31:05 +09:30
parent ff8ec59310
commit b7d8afe6a4
2 changed files with 543 additions and 59 deletions

View File

@@ -32,7 +32,8 @@
"nikic/fast-route": "^0.6",
"dflydev/fig-cookies": "^1.0",
"symfony/console": "^2.7",
"symfony/yaml": "^2.7"
"symfony/yaml": "^2.7",
"doctrine/dbal": "^2.5"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*",