summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-10-07 14:53:52 +0200
committermsquare <msquare@notrademark.de>2018-10-24 19:15:07 +0200
commit5f46fd2f1506148e7eafa34ab29f88ca299d889c (patch)
tree0e8b5b245b6a34141b5f1211ef870f499fa8d2ae /composer.json
parentb46207f91176cf944284c01c213d3f69075377a4 (diff)
Database: Don't use `0000-00-00 00:00:00` as a datetime
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 0632bbc3..681d3ccf 100644
--- a/composer.json
+++ b/composer.json
@@ -21,6 +21,7 @@
"ext-PDO": "*",
"ext-SimpleXML": "*",
"ext-xml": "*",
+ "doctrine/dbal": "^2.8",
"erusev/parsedown": "^1.6",
"illuminate/container": "5.5.*",
"illuminate/database": "5.5.*",