From bc39882dd71027908002541668079e6ef2f468ad Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Fri, 25 May 2018 19:43:22 +1200 Subject: [PATCH] Rolled back to phpunit 6 + updated travis build image --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95a42d7..a8bc8fc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 88ac935..da2e90c 100644 --- a/composer.json +++ b/composer.json @@ -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"