2012-08-01 01:39:12 +00:00
{
2018-05-27 02:41:18 +00:00
"name" : "idanoo/php-resque" ,
2019-08-27 21:46:50 +00:00
"version" : "1.4.5" ,
2012-08-01 01:39:12 +00:00
"type" : "library" ,
2019-08-27 21:46:50 +00:00
"replace" : {
"chrisboulton/php-resque" : "*" ,
"danhunsaker/php-resque" : "*"
} ,
2018-05-25 02:24:24 +00:00
"description" : "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby. Originally forked from chrisboulton/php-resque." ,
2012-08-01 01:39:12 +00:00
"keywords" : [ "job" , "background" , "redis" , "resque" ] ,
2018-07-15 21:59:58 +00:00
"homepage" : "http://www.github.com/idanoo/php-resque/" ,
2012-08-01 01:39:12 +00:00
"license" : "MIT" ,
"authors" : [
{
2018-05-25 02:24:24 +00:00
"name" : "Daniel Mason" ,
"email" : "daniel@m2.nz"
2013-01-12 12:37:38 +00:00
}
] ,
2012-08-01 01:39:12 +00:00
"require" : {
2018-05-30 07:05:13 +00:00
"php" : "^7.0" ,
2013-03-27 15:45:05 +00:00
"ext-pcntl" : "*" ,
2018-05-25 08:26:04 +00:00
"ext-redis" : "*" ,
2018-05-30 07:05:13 +00:00
"psr/log" : "~1.0" ,
"colinmollenhour/credis" : "^1.10"
2012-08-01 01:39:12 +00:00
} ,
2013-01-12 10:47:07 +00:00
"require-dev" : {
2018-05-25 07:43:22 +00:00
"phpunit/phpunit" : "^6"
2013-01-12 10:47:07 +00:00
} ,
2013-01-12 11:40:26 +00:00
"bin" : [
"bin/resque"
] ,
2012-08-01 01:39:12 +00:00
"autoload" : {
"psr-0" : {
"Resque" : "lib"
}
2018-07-15 21:59:58 +00:00
} ,
"support" : {
"issues" : "https://github.com/idanoo/php-resque/issues" ,
"source" : "https://github.com/idanoo/php-resque"
2012-08-01 01:39:12 +00:00
}
2013-03-27 15:45:05 +00:00
}