nextcloud-swarm-plugin/composer.json
TheSola10 e39a842f87
feat(sentry): demo implementation
Don't merge this!

This version performs a report every time Nextcloud requests
getDirectoryContent(), and throws in our entire app metadata
2024-09-27 16:21:30 +02:00

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