Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-02-04 07:27:54 +0300
committerChaoyi Zha <summermontreal@gmail.com>2017-02-04 07:27:54 +0300
commitc228791f952ab5826457f6574db04fc2b85759ce (patch)
treeecd08ff5515ae9b4ccf1dcc46ac3c659666c379f /composer.json
parent9e7b992d92aa1a9ef70ec260ac991cb5c9b5b8d6 (diff)
Add doctrine/dbal dependency, fix raw DB statement to add crc32 hashes to existing links
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 01ac744..5c9fcb0 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,8 @@
"paragonie/random_compat": "^1.0.6",
"torann/geoip": "^1.0",
"geoip2/geoip2": "^2.4",
- "nesbot/carbon": "^1.22"
+ "nesbot/carbon": "^1.22",
+ "doctrine/dbal": "^2.5"
},
"require-dev": {
"fzaninotto/faker": "~1.0",