mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-02-05 00:59:49 +00:00
16 lines
395 B
JSON
16 lines
395 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",
|
|
"nextcloud/ocp": "dev-stable28",
|
|
"sabre/dav": "^4.1",
|
|
"sabre/xml": "^2.2"
|
|
}
|
|
}
|