mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
- Reformatted files to PSR2 standard
- Removed credis for native phpredis - Tidied up some docs - Setting up new travis.ci build
This commit is contained in:
parent
065d5a4c63
commit
ae84530132
30 changed files with 3724 additions and 2682 deletions
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"php": ">=7.0.0",
|
||||
"ext-pcntl": "*",
|
||||
"psr/log": "~1.0"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
"phpunit/phpunit": "^7"
|
||||
},
|
||||
"bin": [
|
||||
"bin/resque"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue