summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-color/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-24 10:26:40 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-24 10:26:40 +0100
commit24ac6477051aac67b676f6d4ada2db9aa72abf73 (patch)
treefc11cf52f67ca5474c12c6baed962d7fed7d48f7 /php-tecnickcom-tc-lib-color/composer.json
parent37c7d18a85254e069cc12d6dce24e3e1fcd45eb4 (diff)
php/tecnick/php-tecnickcom-tc-lib-color moved to git.remirepo.net
Diffstat (limited to 'php-tecnickcom-tc-lib-color/composer.json')
-rw-r--r--php-tecnickcom-tc-lib-color/composer.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/php-tecnickcom-tc-lib-color/composer.json b/php-tecnickcom-tc-lib-color/composer.json
deleted file mode 100644
index e8f4f9c..0000000
--- a/php-tecnickcom-tc-lib-color/composer.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "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"
- }
- }
-}