Skip to content

Commit

Permalink
doctrine/dbal version constraint updated up to 2.4.x in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
peelandsee committed Dec 15, 2014
1 parent 4e6c292 commit bbc8dab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "facile-it/doctrine-mysql-come-back",
"description": "Auto reconnect on Doctrine MySql has gone away exceptions on doctrine/dbal 2.3.x",
"description": "Auto reconnect on Doctrine MySql has gone away exceptions on doctrine/dbal",
"keywords": ["mysql","doctrine","reconnect","refresh","connection","has gone away","exception"],
"require": {
"doctrine/dbal": ">=2.3,<2.4-dev"
"doctrine/dbal": ">=2.3,<2.5-dev"
},
"license": "Apache License Version 2.0",
"authors": [
Expand Down

0 comments on commit bbc8dab

Please sign in to comment.