From 089721728d06d23718acaf08a255423fbc872629 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Sun, 22 May 2016 20:22:03 +0200 Subject: [PATCH] Modified phpunit version for PHP 5.5 support --- .travis.yml | 1 - composer.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cac561b0..dba7bb96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.4 - 5.5 - 5.6 - 7.0 diff --git a/composer.json b/composer.json index d0855da7..68c1e9b5 100644 --- a/composer.json +++ b/composer.json @@ -11,14 +11,14 @@ } ], "require": { - "php": ">=5.4.0", + "php": ">=5.5.0", "laravel/framework": "~5.0", "phpdocumentor/reflection-docblock": "~2.0", "mpociot/documentarian": "^0.2.0", "fzaninotto/faker": "^1.6" }, "require-dev": { - "phpunit/phpunit": "~5.0", + "phpunit/phpunit": "~4.0", "orchestra/testbench": "~3.0" }, "autoload": {