Skip to content

Commit

Permalink
Less restriction on dbal version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDievart authored Nov 13, 2018
1 parent 5558f96 commit e48acfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"require": {
"php": ">=7.2.0",
"doctrine/dbal": "v2.8.0",
"doctrine/dbal": "^2.6.0",
"symfony/console": "~4.1",
"symfony/event-dispatcher": "~4.1",
"symfony/process": "~4.1",
Expand Down

0 comments on commit e48acfd

Please sign in to comment.