1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-09-22 04:28:08 +00:00
nextcloud-breeze-dark/composer.json
2021-12-04 17:50:08 +01:00

14 lines
299 B
JSON

{
"autoload-dev": {
"psr-4": {
"OCP\\": "vendor/christophwurst/nextcloud/OCP",
"OCA\\BreezeDark\\": "lib/"
}
},
"require": {},
"require-dev": {
"nextcloud/coding-standard": "^0.5.0",
"christophwurst/nextcloud": "^21.0"
}
}