Update# testing tools

This commit is contained in:
Pellaeon Lin 2019-06-23 06:31:19 +00:00
parent c722e8850c
commit d580d6ca5f
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,6 @@ services:
addons:
apt:
packages:
- php5-pgsql
- libxml2-utils
env:

View File

@ -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"
}
}