Merge pull request #88 from lboynton/patch-1

Fix composer example
This commit is contained in:
Chris Boulton 2013-03-06 19:53:25 -08:00
commit fff22a6bd5

View File

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