mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Rolled back to phpunit 6 + updated travis build image
This commit is contained in:
parent
fd35e9c563
commit
bc39882dd7
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
php-resque: PHP Resque Worker (and Enqueue)
|
||||
php-resque: PHP Resque Worker (and Enqueue) [](https://travis-ci.org/iDanoo/php-resque)
|
||||
===========================================
|
||||
|
||||
Resque is a Redis-backed library for creating background jobs, placing
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.0"
|
||||
"phpunit/phpunit": "^6"
|
||||
},
|
||||
"bin": [
|
||||
"bin/resque"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue