Skip to content

Commit cfa1ff1

Browse files
committed
Updated composer.json with doctrine/dbal dev dependency
1 parent 0972a1c commit cfa1ff1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"phpunit/phpunit": "~4.5||5.6.5",
2020
"mockery/mockery": "^0.9.9",
2121
"laravel/laravel": "^5.2",
22-
"codeclimate/php-test-reporter": "dev-master"
22+
"codeclimate/php-test-reporter": "dev-master",
23+
"doctrine/dbal": "^2.5"
2324
},
2425
"autoload": {
2526
"psr-4": {

0 commit comments

Comments
 (0)