mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
42 lines
939 B
JSON
42 lines
939 B
JSON
{
|
|
"name": "idanoo/php-resque",
|
|
"version": "1.4.7",
|
|
"type": "library",
|
|
"replace": {
|
|
"chrisboulton/php-resque": "*",
|
|
"danhunsaker/php-resque": "*"
|
|
},
|
|
"description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby. Originally forked from chrisboulton/php-resque.",
|
|
"keywords": ["job", "background", "redis", "resque", "php"],
|
|
"homepage": "http://www.github.com/idanoo/php-resque/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Mason",
|
|
"email": "daniel@m2.nz"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.0",
|
|
"ext-pcntl": "*",
|
|
"ext-redis": "*",
|
|
"psr/log": "~1.0",
|
|
"colinmollenhour/credis": "^1.10"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"bin": [
|
|
"bin/resque"
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Resque": "lib"
|
|
}
|
|
},
|
|
"support": {
|
|
"issues": "https://github.com/idanoo/php-resque/issues",
|
|
"source": "https://github.com/idanoo/php-resque"
|
|
}
|
|
}
|