mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-17 13:08:35 +01:00
19 lines
413 B
JSON
19 lines
413 B
JSON
{
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"OCA\\TalkMatterbridge\\": "lib/"
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"platform": {
|
|
"php": "8.1"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"scripts": {
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
|
|
"test:unit": "echo 'Only testing installation of the app'"
|
|
}
|
|
}
|