Skip to content

Commit

Permalink
Updated composer.json with doctrine/dbal dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
grimzy committed Jun 4, 2017
1 parent 0972a1c commit cfa1ff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"phpunit/phpunit": "~4.5||5.6.5",
"mockery/mockery": "^0.9.9",
"laravel/laravel": "^5.2",
"codeclimate/php-test-reporter": "dev-master"
"codeclimate/php-test-reporter": "dev-master",
"doctrine/dbal": "^2.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cfa1ff1

Please sign in to comment.