mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 16:25:14 +00:00
22 lines
499 B
JSON
22 lines
499 B
JSON
|
{
|
||
|
"name": "chrisboulton/php-resque",
|
||
|
"type": "library",
|
||
|
"description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
|
||
|
"keywords": ["job", "background", "redis", "resque"],
|
||
|
"homepage": "http://www.github.com/chrisboulton/php-resque/",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Chris Boulton",
|
||
|
"email": "chris@bigcommerce.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Resque": "lib"
|
||
|
}
|
||
|
}
|
||
|
}
|