mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-01-25 20:29:23 +00:00
13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"OCP\\": "vendor/christophwurst/nextcloud/OCP",
|
|
"OCA\\Talked\\": "lib/"
|
|
}
|
|
},
|
|
"require": {},
|
|
"require-dev": {
|
|
"nextcloud/coding-standard": "^0.5.0",
|
|
"christophwurst/nextcloud": "^22"
|
|
}
|
|
}
|