1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-01-07 01:40:58 +00:00
nextcloud-breeze-dark/composer.json
Magnus Walbeck 9810a95c49
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.

(cherry picked from commit 157f777dc8)
2024-08-04 15:28:43 +02:00

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