Skip to content

Commit

Permalink
Downgrade DoctrineBundle version waiting for them to fix their deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkalnik committed Dec 3, 2012
1 parent 04bb36d commit 10e2226
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 55 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"php": ">=5.3.3",
"symfony/symfony": "2.1.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/doctrine-bundle": "dev-master",
"doctrine/doctrine-bundle": "v1.0.0",
"stof/doctrine-extensions-bundle": "dev-master",
"doctrine/doctrine-fixtures-bundle": "dev-master",
"doctrine/data-fixtures": "dev-master"
},
"require-dev": {
"phake/phake": "dev-master",
"phake/phake": "dev-master"
},
"autoload": {
"psr-0": {
Expand Down
113 changes: 60 additions & 53 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10e2226

Please sign in to comment.