summaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-22 12:32:14 +0200
committerGitHub <noreply@github.com>2022-04-22 12:32:14 +0200
commit9a76f06ecadf05ef1d26bd735df1bea0dfb15d59 (patch)
treeebdd458b0969c07d5ce77b21684a8bdf1db8434d /composer.lock
parente1cb1bdce94fa2a6395b2d3a35556944111e66b1 (diff)
parent850d8ac1cd9e5b28e37668469237d8daa5c5d51d (diff)
downloadnextcloud-server-9a76f06ecadf05ef1d26bd735df1bea0dfb15d59.tar.gz
nextcloud-server-9a76f06ecadf05ef1d26bd735df1bea0dfb15d59.zip
Merge pull request #31751 from nextcloud/theming-providers
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock58
1 files changed, 56 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index 0d00ed2efcf..69042da683c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,62 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "8333c8a239fe5ccec285dfbccc17cca4",
- "packages": [],
+ "content-hash": "8f8b099365b3839a80b19e266c4ba5e4",
+ "packages": [
+ {
+ "name": "mexitek/phpcolors",
+ "version": "v1.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/mexitek/phpColors.git",
+ "reference": "4043974240ca7dc3c2bec3c158588148b605b206"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/mexitek/phpColors/zipball/4043974240ca7dc3c2bec3c158588148b605b206",
+ "reference": "4043974240ca7dc3c2bec3c158588148b605b206",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2|^8.0"
+ },
+ "require-dev": {
+ "nette/tester": "^2.3",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Arlo Carreon",
+ "homepage": "http://arlocarreon.com",
+ "role": "creator"
+ }
+ ],
+ "description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
+ "homepage": "http://mexitek.github.com/phpColors/",
+ "keywords": [
+ "color",
+ "css",
+ "design",
+ "frontend",
+ "ui"
+ ],
+ "support": {
+ "issues": "https://github.com/mexitek/phpColors/issues",
+ "source": "https://github.com/mexitek/phpColors"
+ },
+ "time": "2021-11-26T13:19:08+00:00"
+ }
+ ],
"packages-dev": [
{
"name": "bamarni/composer-bin-plugin",