Skip to content

Commit

Permalink
we dont't support 2.5 at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Oct 16, 2015
1 parent 1f3a7da commit 86c5d0c
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 @@ -5,7 +5,7 @@
"description": "Audit for Doctrine Entities",
"require": {
"doctrine/dbal": "~2.5",
"doctrine/orm": "~2.2"
"doctrine/orm": "~2.2,<2.5"
},
"require-dev": {
"symfony/framework-bundle": "~2.3",
Expand Down

1 comment on commit 86c5d0c

@rvanlaak
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What will it take to support doctrine 2.5? Finally a new release, and because of this we still can't update. Will #155 be merged before symfony 2.8 appears?

Please sign in to comment.