Fix composer example

This commit is contained in:
Lee Boynton 2013-02-20 16:25:14 +00:00
parent 9b45f152ab
commit 4b2bbe492b

View File

@ -54,7 +54,7 @@ If you're not familiar with Composer, please see <http://getcomposer.org/>.
{ {
... ...
"require": { "require": {
"php": ">=5.3.0" "chrisboulton/php-resque": "1.2.x"
}, },
... ...
} }