Skip to content

Commit

Permalink
Merge pull request #169 from fenos/issue-168
Browse files Browse the repository at this point in the history
fix Issue #168 - doctrine/dbal requirement
  • Loading branch information
Gummibeer authored Jun 21, 2016
2 parents a687e57 + 4f82304 commit cecc77d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/support": "~5.0"
"illuminate/support": "~5.0",
"doctrine/dbal": "^2.5"
},
"require-dev": {
"laravel/framework": "~5.0",
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1",
"laracasts/testdummy": "~2.0",
"orchestra/testbench": "~3.0",
"doctrine/dbal": "^2.5"
"orchestra/testbench": "~3.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit cecc77d

Please sign in to comment.