mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Fix composer example
This commit is contained in:
parent
9b45f152ab
commit
4b2bbe492b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user