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": { "require": {
"php": ">=5.3.0" "chrisboulton/php-resque": "1.2.x"
}, },
... ...
} }
@ -370,4 +370,4 @@ Called after a job has been queued using the `Resque::enqueue` method. Arguments
* maetl * maetl
* Matt Heath * Matt Heath
* jjfrey * jjfrey
* scragg0x * scragg0x