diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-24 10:29:05 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-24 10:29:05 +0100 |
commit | ac37f5c49b2ec92734e39be8c71f612c2ec23b87 (patch) | |
tree | ee25534700aedacd0fecb021415d7f3421c68b1e /php-tecnickcom-tc-lib-unicode/composer.json | |
parent | 5760497dced5cf5021c77e13b54e35a96b35a441 (diff) |
php/tecnick/php-tecnickcom-tc-lib-unicode moved to git.remirepo.net
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode/composer.json')
-rw-r--r-- | php-tecnickcom-tc-lib-unicode/composer.json | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/php-tecnickcom-tc-lib-unicode/composer.json b/php-tecnickcom-tc-lib-unicode/composer.json deleted file mode 100644 index 266b3d4..0000000 --- a/php-tecnickcom-tc-lib-unicode/composer.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "tecnickcom/tc-lib-unicode", - "description": "PHP library containing Unicode methods", - "type": "library", - "homepage": "http://www.tecnick.com", - "license": "LGPL-3.0", - "keywords": ["tc-lib-unicode", "PDF", "font", "UTF-8"], - "authors": [ - { - "name": "Nicola Asuni", - "email": "info@tecnick.com", - "role": "lead" - } - ], - "require": { - "php": ">=5.4", - "ext-mbstring": "*", - "ext-pcre": "*", - "tecnickcom/tc-lib-unicode-data": "^1.6.5" - }, - "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\\Unicode\\": "src" - } - }, - "repositories": [ - { - "type": "vcs", - "url": "git@github.com:tecnickcom/tc-lib-unicode-data.git" - } - ] -} |