1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-08-13 18:51:09 +00:00
nextcloud-breeze-dark/composer.json

14 lines
299 B
JSON
Raw Permalink Normal View History

{
"autoload-dev": {
"psr-4": {
"OCP\\": "vendor/christophwurst/nextcloud/OCP",
2021-11-28 14:13:12 +01:00
"OCA\\BreezeDark\\": "lib/"
}
},
"require": {},
"require-dev": {
"nextcloud/coding-standard": "^0.5.0",
"christophwurst/nextcloud": "^21.0"
}
}