added doctrine/dbal to composer.json

This commit is contained in:
lordwilbur
2018-05-18 00:20:58 +02:00
committed by Nabeel Shahzad
parent 0b1670aae5
commit 078f361a39
2 changed files with 361 additions and 3 deletions

View File

@@ -40,7 +40,8 @@
"anhskohbo/no-captcha": "^3.0",
"league/csv": "^9.1",
"intervention/image": "^2.4",
"waavi/sanitizer": "^1.0"
"waavi/sanitizer": "^1.0",
"doctrine/dbal": "^2.7"
},
"require-dev": {
"phpunit/phpunit": "~7.0",