talk_matterbridge/composer.json
Joas Schilling 2bd4e53ac5
ci: Bump dependency
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-18 23:02:55 +02:00

21 lines
487 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": "8.0.2"
}
},
"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'"
}
}