]> source.dussan.org Git - nextcloud-server.git/commit
Ship mexitek/phpcolors
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Wed, 20 Apr 2022 09:14:40 +0000 (11:14 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Thu, 21 Apr 2022 17:00:28 +0000 (19:00 +0200)
commit48381b8913f90989582a60d90a1dbd0ce96608ae
tree3b543dc6b8550f477d83f2d13aaea8fbe538fb70
parent1dee36c761b87ab79bb54cfc561d576d8c72434c
Ship mexitek/phpcolors

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
27 files changed:
lib/composer/autoload.php
lib/composer/composer/InstalledVersions.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_real.php
lib/composer/composer/autoload_static.php
lib/composer/composer/installed.json
lib/composer/composer/installed.php
lib/composer/composer/platform_check.php [new file with mode: 0644]
lib/composer/mexitek/phpcolors/.editorconfig [new file with mode: 0644]
lib/composer/mexitek/phpcolors/.gitignore [new file with mode: 0644]
lib/composer/mexitek/phpcolors/.phpcs.xml [new file with mode: 0644]
lib/composer/mexitek/phpcolors/.travis.yml [new file with mode: 0644]
lib/composer/mexitek/phpcolors/LICENSE [new file with mode: 0644]
lib/composer/mexitek/phpcolors/README.md [new file with mode: 0644]
lib/composer/mexitek/phpcolors/composer.json [new file with mode: 0644]
lib/composer/mexitek/phpcolors/demo/demo.php [new file with mode: 0644]
lib/composer/mexitek/phpcolors/demo/phpColor-demo.png [new file with mode: 0644]
lib/composer/mexitek/phpcolors/src/Mexitek/PHPColors/Color.php [new file with mode: 0644]
lib/composer/mexitek/phpcolors/tests/bootstrap.php [new file with mode: 0644]
lib/composer/mexitek/phpcolors/tests/colorAnalyze.phpt [new file with mode: 0644]
lib/composer/mexitek/phpcolors/tests/colorChange.phpt [new file with mode: 0644]
lib/composer/mexitek/phpcolors/tests/colorComplementary.phpt [new file with mode: 0644]
lib/composer/mexitek/phpcolors/tests/colorConvertHslToHex.phpt [new file with mode: 0644]
lib/composer/mexitek/phpcolors/tests/colorConvertNameToHex.phpt [new file with mode: 0644]
lib/composer/mexitek/phpcolors/tests/colorConvertRgbToHex.phpt [new file with mode: 0644]
lib/composer/mexitek/phpcolors/tests/colorInput.phpt [new file with mode: 0644]
lib/composer/mexitek/phpcolors/tests/colorMix.phpt [new file with mode: 0644]