talk_matterbridge/composer.json
Joas Schilling 6b5a5bb82e
chore(release): Bump version for 32
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-09-26 16:13:36 +02:00

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'"
}
}