Skip to content

Commit

Permalink
No need to restrict Doctrine... =)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeblanco committed Feb 3, 2014
1 parent d5d0f7d commit 83a910f
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 @@ -10,10 +10,10 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.2,<2.5-dev"
"doctrine/common": "~2.2"
},
"require-dev": {
"doctrine/orm": ">=2.2,<2.5-dev"
"doctrine/orm": "~2.2"
},
"suggest": {
"doctrine/orm": "For loading ORM fixtures",
Expand Down

0 comments on commit 83a910f

Please sign in to comment.