From 6da3fe30b91031a3d80281861d594609725361e6 Mon Sep 17 00:00:00 2001 From: Michael Butler Date: Sun, 18 Mar 2018 21:02:24 -0400 Subject: [PATCH] Update Travis.yml and composer.json for older versions of PHPUnit --- .travis.yml | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad38a60..f7d9851 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ cache: # Run tests against all these PHP versions php: + - 5.4 + - 5.5 - 5.6 - 7.0 - 7.1 diff --git a/composer.json b/composer.json index 28d2b16..0935075 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,6 @@ "psr-4": { "Michelf\\": "Michelf/" } }, "require-dev": { - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": ">=4.3 <5.8" } }