From 9b46ee86e9360f5fcd61a962381d68bcad7cc881 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 27 Sep 2018 16:12:00 -0500 Subject: [PATCH] Adds zend-diactoros to legacy deps in travis configuration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c6cf41..04e4c1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: - php: 5.6 env: - DEPS=locked - - LEGACY_DEPS="phpunit/phpunit" + - LEGACY_DEPS="phpunit/phpunit zendframework/zend-diactoros" - php: 5.6 env: - DEPS=latest @@ -29,7 +29,7 @@ matrix: - php: 7 env: - DEPS=locked - - LEGACY_DEPS="phpunit/phpunit" + - LEGACY_DEPS="phpunit/phpunit zendframework/zend-diactoros" - php: 7 env: - DEPS=latest