talk_matterbridge/composer.json

20 строки
415 B
JSON

{
"autoload-dev": {
"psr-4": {
"OCA\\TalkMatterbridge\\": "lib/"
}
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0.2"
},
"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'"
}
}