mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-01-11 21:59:13 +00:00
c74c94c9d6
* Changed appid, namespace, appname
14 lines
351 B
JSON
14 lines
351 B
JSON
{
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"OCP\\": "dev-environment/nextcloud_source/lib/public/",
|
|
"OCA\\Files_External\\": "dev-environment/nextcloud_source/apps/files_external/lib/",
|
|
"OCA\\Files_External_Ethswarm\\": "lib/"
|
|
}
|
|
},
|
|
"require": {},
|
|
"require-dev": {
|
|
"nextcloud/coding-standard": "^0.5.0",
|
|
"christophwurst/nextcloud": "^22"
|
|
}
|
|
}
|