Skip to content

Commit

Permalink
Merge pull request #6 from paweb88/patch-1
Browse files Browse the repository at this point in the history
Update composer.json to support doctrine 2.4
  • Loading branch information
sroze committed Jun 12, 2014
2 parents fa1f8eb + 8537c1b commit ab271e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=5.3.3",
"symfony/symfony": ">=2.3.0",
"sensio/framework-extra-bundle": ">=2.3.0",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": ">=1.2.0",
"incenteev/composer-parameter-handler": "~2.0"
},
Expand All @@ -26,4 +26,4 @@
"psr-0": { "SRIO\\RestUploadBundle": "" }
},
"target-dir": "SRIO/RestUploadBundle"
}
}

0 comments on commit ab271e5

Please sign in to comment.