mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-24 17:25:13 +00:00
Rolled back to phpunit 6 + updated travis build image
This commit is contained in:
parent
fd35e9c563
commit
bc39882dd7
@ -1,4 +1,4 @@
|
||||
php-resque: PHP Resque Worker (and Enqueue)
|
||||
php-resque: PHP Resque Worker (and Enqueue) [![Build Status](https://travis-ci.org/iDanoo/php-resque.svg?branch=master)](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…
Reference in New Issue
Block a user