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: addons:
apt: apt:
packages: packages:
- php5-pgsql
- libxml2-utils - libxml2-utils
env: env:

View File

@ -1,6 +1,6 @@
{ {
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.5", "phpunit/phpunit": "^7.5",
"christophwurst/nextcloud_testing": "^0.3.1" "christophwurst/nextcloud_testing": "^0.6.0"
} }
} }