mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-01-11 21:59:13 +00:00
e39a842f87
Don't merge this! This version performs a report every time Nextcloud requests getDirectoryContent(), and throws in our entire app metadata
24 lines
531 B
JSON
24 lines
531 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": {
|
|
"ext-curl": "*",
|
|
"sentry/sentry": "^3.22.1",
|
|
"symfony/http-client": "^6.0",
|
|
"nyholm/psr7": "^1.8"
|
|
},
|
|
"require-dev": {
|
|
"nextcloud/coding-standard": "^0.5.0",
|
|
"christophwurst/nextcloud": "^22"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"php-http/discovery": true
|
|
}
|
|
}
|
|
}
|