Update composer.json

This commit is contained in:
John Molakvoæ 2020-01-29 17:29:34 +01:00 committed by GitHub
parent e8d27bcff6
commit cef07e63c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,8 +1,13 @@
{
"require-dev": {
"christophwurst/nextcloud_testing": "^0.7.0"
},
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
"test:unit": "phpunit -c phpunit.xml --fail-on-warning",
"test:integration": "phpunit -c phpunit.integration.xml --fail-on-warning"
}