summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-02 09:21:20 +0100
committerRemi Collet <remi@remirepo.net>2018-01-02 09:21:20 +0100
commita165c332cd4b84a9542de2346f6cabae673b5e86 (patch)
tree5af3ed135d606b8d5f03f4e63d4d86caf50e5005 /composer.json
parentafbb4bc2529800d021fcf1a6df87cf187b24b66e (diff)
v1.12.8 (no change)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json75
1 files changed, 44 insertions, 31 deletions
diff --git a/composer.json b/composer.json
index e8f4f9c..9646b62 100644
--- a/composer.json
+++ b/composer.json
@@ -1,34 +1,47 @@
{
- "name": "tecnickcom/tc-lib-color",
- "description": "PHP library to manipulate various color representations",
- "type": "library",
- "homepage": "http://www.tecnick.com",
- "license": "LGPL-3.0",
- "keywords": ["tc-lib-color", "color", "colors", "colour", "colours", "javascript", "web", "rgb", "rgba", "cmyk", "hsl", "hsla"],
- "authors": [
- {
- "name": "Nicola Asuni",
- "email": "info@tecnick.com",
- "role": "lead"
- }
- ],
- "require": {
- "php": ">=5.4",
- "ext-pcre": "*"
- },
- "require-dev": {
- "apigen/apigen" : "^4.1.2",
- "bartlett/php-compatinfo" : "^5.0.4",
- "pdepend/pdepend" : "^2.5.0",
- "phploc/phploc" : "^2.1.5 || ^3.0.1",
- "phpmd/phpmd" : "^2.6.0",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
- "sebastian/phpcpd" : "^2.0.4 || 3.0.0",
- "squizlabs/php_codesniffer": "^2.8.0 || ^3.0.0"
- },
- "autoload": {
- "psr-4":{
- "Com\\Tecnick\\Color\\": "src"
- }
+ "name": "tecnickcom/tc-lib-color",
+ "description": "PHP library to manipulate various color representations",
+ "type": "library",
+ "homepage": "http://www.tecnick.com",
+ "license": "LGPL-3.0",
+ "keywords": [
+ "tc-lib-color",
+ "color",
+ "colors",
+ "colour",
+ "colours",
+ "javascript",
+ "web",
+ "rgb",
+ "rgba",
+ "cmyk",
+ "hsl",
+ "hsla"
+ ],
+ "authors": [
+ {
+ "name": "Nicola Asuni",
+ "email": "info@tecnick.com",
+ "role": "lead"
}
+ ],
+ "require": {
+ "php": ">=5.4",
+ "ext-pcre": "*"
+ },
+ "require-dev": {
+ "apigen/apigen": "^4.1.2",
+ "bartlett/php-compatinfo": "^5.0.4",
+ "pdepend/pdepend": "^2.5.0",
+ "phploc/phploc": "^2.1.5 || ^3.0.1",
+ "phpmd/phpmd": "^2.6.0",
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
+ "sebastian/phpcpd": "^2.0.4 || 3.0.0",
+ "squizlabs/php_codesniffer": "^2.8.0 || ^3.0.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Com\\Tecnick\\Color\\": "src"
+ }
+ }
}