mirror of
https://github.com/MetaProvide/talked-client.git
synced 2025-04-12 00:01:27 +00:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"OCP\\": "vendor/christophwurst/nextcloud/OCP",
|
|
"OCA\\Talked\\": "lib/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
|
"cs:fix": "php-cs-fixer fix"
|
|
},
|
|
"require": {},
|
|
"require-dev": {
|
|
"nextcloud/coding-standard": "^0.5.0",
|
|
"christophwurst/nextcloud": "^21.0"
|
|
}
|
|
}
|