Skip to content

Commit

Permalink
Merge pull request #54 from ruudk/patch-6
Browse files Browse the repository at this point in the history
Support for Symfony 2.3
  • Loading branch information
Michel Salib committed Jun 4, 2013
2 parents 850feb4 + 4940810 commit 594b9d5
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 @@ -13,12 +13,12 @@
}
],
"require": {
"symfony/framework-bundle": "<=2.2.x-dev",
"symfony/framework-bundle": ">=2.0,<3.0",
"chrisboulton/php-resque": "1.2",
"chrisboulton/php-resque-scheduler": "1.1"
},
"autoload": {
"psr-0": { "BCC\\ResqueBundle": "" }
},
"target-dir": "BCC/ResqueBundle"
}
}

0 comments on commit 594b9d5

Please sign in to comment.