-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32145 from nextcloud/fix/phpcolors
Fix mexitek/phpcolors
- Loading branch information
Showing
29 changed files
with
13 additions
and
1,787 deletions.
There are no files selected for viewing
Submodule 3rdparty
updated
9 files
+7 −0 | .gitignore | |
+1 −0 | composer.json | |
+55 −2 | composer.lock | |
+1 −0 | composer/autoload_classmap.php | |
+1 −0 | composer/autoload_static.php | |
+56 −0 | composer/installed.json | |
+11 −2 | composer/installed.php | |
+21 −0 | mexitek/phpcolors/LICENSE | |
+801 −0 | mexitek/phpcolors/src/Mexitek/PHPColors/Color.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,5 @@ | ||
{ | ||
"packages": [ | ||
{ | ||
"name": "mexitek/phpcolors", | ||
"version": "v1.0.4", | ||
"version_normalized": "1.0.4.0", | ||
"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" | ||
}, | ||
"time": "2021-11-26T13:19:08+00:00", | ||
"type": "library", | ||
"installation-source": "dist", | ||
"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" | ||
}, | ||
"install-path": "../mexitek/phpcolors" | ||
} | ||
], | ||
"packages": [], | ||
"dev": false, | ||
"dev-package-names": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.