1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-10-18 00:46:15 +00:00
nextcloud-breeze-dark/composer.json
Magnus Walbeck 157f777dc8
Switch to using BeforeTemplateRenderedListener for injecting theme metadata into body tag (#345)
Switch to using BeforeTemplateRenderedListener for injecting theme metadata into body tag, instead of trying to use the theming app for it. Use the dark theme for enforcement instead, as the theming app now requires the enforced app to be a valid theme.
2024-08-04 15:14:51 +02:00

14 lines
286 B
JSON

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