From d1c79adcc5cc29d35e96e789708971cb8882b31f Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Fri, 15 Dec 2017 10:47:46 +0800 Subject: [PATCH] Remove phpunit 6.0 from dev-dependency phpunit 6.0 removed from dev-dependency because it requires php >=7.0 --- .travis.yml | 2 +- composer.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99292be..ec36ec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ before_script: - travis_retry composer install --prefer-source --no-interaction script: - - vendor/bin/phpunit + - phpunit --bootstrap=vendor/autoload.php tests diff --git a/composer.json b/composer.json index b86fb32..d16b60c 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ "laravel/browser-kit-testing": "^2.0" }, "require-dev": { - "phpunit/phpunit": "~6.0", "orchestra/testbench": "~3.0" }, "extra": {