From 18b8f292a57810c3fb6799f8e2ef2aea2a078215 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 16 Oct 2018 06:38:40 +0100 Subject: [PATCH] tests: Require PHP 5.6 or later (drop PHP 5.4 and PHP 5.5) Per and . Also because PHPUnit 4.x is on longer supported by upstream. Ref https://github.com/MarcusSchwarz/lesserphp/commit/cfdd1e2b27. --- .travis.yml | 2 -- composer.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65310f97..1da8ccb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - 5.4 - - 5.5 - 5.6 - hhvm - 7.0 diff --git a/composer.json b/composer.json index bb82cb98..be6d6030 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "classmap": ["lessc.inc.php"] }, "require-dev": { - "phpunit/phpunit": "^4.8.36", + "phpunit/phpunit": "^5.7.27", "squizlabs/php_codesniffer": "3.3.2" }, "scripts": {