Skip to content

Commit

Permalink
Support for Symfony 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Jun 4, 2013
1 parent 850feb4 commit 4940810
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 4940810

Please sign in to comment.