Merge pull request #3498 from nextcloud/bugfix/noid/composer

Update composer config
This commit is contained in:
Julius Härtl
2021-12-28 19:06:32 +01:00
committed by GitHub
2 changed files with 441 additions and 199 deletions

View File

@@ -22,7 +22,13 @@
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true
"classmap-authoritative": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
},
"platform": {
"php": "7.3"
}
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",

632
composer.lock generated

File diff suppressed because it is too large Load Diff