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

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mexitek/phpcolors/composer.json')
-rw-r--r--mexitek/phpcolors/composer.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/mexitek/phpcolors/composer.json b/mexitek/phpcolors/composer.json
new file mode 100644
index 00000000..8d074f75
--- /dev/null
+++ b/mexitek/phpcolors/composer.json
@@ -0,0 +1,37 @@
+{
+ "name": "mexitek/phpcolors",
+ "description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
+ "type": "library",
+ "keywords": [
+ "color",
+ "ui",
+ "css",
+ "frontend",
+ "design"
+ ],
+ "homepage": "http://mexitek.github.com/phpColors/",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Arlo Carreon",
+ "homepage": "http://arlocarreon.com",
+ "role": "creator"
+ }
+ ],
+ "support": {
+ "issues": "https://github.com/mexitek/phpColors/issues",
+ "source": "https://github.com/mexitek/phpColors"
+ },
+ "require": {
+ "php": "^7.2|^8.0"
+ },
+ "require-dev": {
+ "nette/tester": "^2.3",
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "autoload": {
+ "classmap": [
+ "src"
+ ]
+ }
+}