- Updated README to include supervisor configuration.

- Change logfile date format to `%Y-%m-%d %T`.
- Added return types to more functions.
This commit is contained in:
Daniel Mason 2018-07-16 09:59:58 +12:00
parent f69330d637
commit 4e87677517
10 changed files with 65 additions and 29 deletions

View file

@ -1,10 +1,10 @@
{
"name": "idanoo/php-resque",
"version": "1.4.2",
"version": "1.4.3",
"type": "library",
"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"],
"homepage": "http://www.github.com/iDanoo/php-resque/",
"homepage": "http://www.github.com/idanoo/php-resque/",
"license": "MIT",
"authors": [
{
@ -19,9 +19,6 @@
"psr/log": "~1.0",
"colinmollenhour/credis": "^1.10"
},
"suggest": {
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker."
},
"require-dev": {
"phpunit/phpunit": "^6"
},
@ -32,5 +29,9 @@
"psr-0": {
"Resque": "lib"
}
},
"support": {
"issues": "https://github.com/idanoo/php-resque/issues",
"source": "https://github.com/idanoo/php-resque"
}
}