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:
@@ -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.*",
|
||||
|
Reference in New Issue
Block a user