mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-17 21:12:08 +01:00
20 lines
423 B
JSON
20 lines
423 B
JSON
{
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"OCA\\TalkMatterbridge\\": "lib/"
|
|
}
|
|
},
|
|
"name": "nextcloud/talk_matterbridge",
|
|
"description": "talk_matterbridge",
|
|
"license": "AGPL",
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"classmap-authoritative": true,
|
|
"platform": {
|
|
"php": "7.4"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l"
|
|
}
|
|
}
|