Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-29 23:18:40 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 10:29:33 +0300
commitb3cf312edcefec3fb26bad8637f3a0969504be87 (patch)
tree43397a079ea2b558e23cef722d6abbca11bc7cfb /composer.json
parent12ed5c9ff3e9dac25b43a1ad934a97a86037000b (diff)
Start theming providers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 69ac5821c92..929ded70796 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,8 @@
"ext-pdo": "*",
"ext-simplexml": "*",
"ext-xmlreader": "*",
- "ext-zip": "*"
+ "ext-zip": "*",
+ "mexitek/phpcolors": "^1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4"