1
0
Fork 0
mirror of https://github.com/MetaProvide/talked-client.git synced 2025-04-12 00:01:27 +00:00
talked-client/composer.json
2021-08-09 16:29:29 +02:00

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