From d580d6ca5fcff71fdf6968837929b1fb75013bb3 Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Sun, 23 Jun 2019 06:31:19 +0000 Subject: [PATCH] Update# testing tools --- .travis.yml | 1 - composer.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d985c3e..1692218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ services: addons: apt: packages: - - php5-pgsql - libxml2-utils env: diff --git a/composer.json b/composer.json index 1d05c79..e4a4f57 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "phpunit/phpunit": "^5.5", - "christophwurst/nextcloud_testing": "^0.3.1" + "phpunit/phpunit": "^7.5", + "christophwurst/nextcloud_testing": "^0.6.0" } }