summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-01-29 17:29:34 +0100
committerGitHub <noreply@github.com>2020-01-29 17:29:34 +0100
commitcef07e63c3b1e646747515c24e55d230b02f96f5 (patch)
treeba529fa5cdbf36449caaa409bd76e2528df29c4f /composer.json
parente8d27bcff639e3431cfeb008b754b436840c26d7 (diff)
Update composer.json
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 24ee703d..8f8eee00 100644
--- a/composer.json
+++ b/composer.json
@@ -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"
}