diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-14 07:34:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-14 07:34:06 +0200 |
commit | dd5f840277ecc5195666a79d546451fc3c896310 (patch) | |
tree | 3d07d84a94268b23af565729dd9331f83bfafdd0 /php-tecnickcom-tc-lib-pdf-page/composer.json | |
parent | 247b98dbdbb90645bf57c8f186c83a1457e98319 (diff) |
php-tecnickcom-tc-lib-pdf-page: 2.1.0 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-page/composer.json')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-page/composer.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page/composer.json b/php-tecnickcom-tc-lib-pdf-page/composer.json new file mode 100644 index 0000000..6b04572 --- /dev/null +++ b/php-tecnickcom-tc-lib-pdf-page/composer.json @@ -0,0 +1,45 @@ +{ + "name": "tecnickcom/tc-lib-pdf-page", + "description": "PHP library containing PDF page formats and definitions", + "type": "library", + "homepage": "http://www.tecnick.com", + "license": "LGPL-3.0", + "keywords": ["tc-lib-pdf-page", "PDF", "page", "format"], + "authors": [ + { + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "role": "lead" + } + ], + "require": { + "php": ">=5.4", + "tecnickcom/tc-lib-pdf-encrypt": "^1.4.0", + "tecnickcom/tc-lib-color": "^1.11.0" + }, + "require-dev": { + "apigen/apigen" : "^4.1.2", + "bartlett/php-compatinfo" : "^5.0.0", + "pdepend/pdepend" : "^2.2.2", + "phploc/phploc" : "^2.1.5|^3.0.0", + "phpmd/phpmd" : "^2.3.2", + "phpunit/phpunit": "4.8.19|^5.0.0", + "sebastian/phpcpd" : "^2.0.2", + "squizlabs/php_codesniffer": "^2.5.0|^3.0.0" + }, + "autoload": { + "psr-4":{ + "Com\\Tecnick\\Pdf\\Page\\": "src" + } + }, + "repositories": [ + { + "type": "vcs", + "url": "git@github.com:tecnickcom/tc-lib-pdf-encrypt.git" + }, + { + "type": "vcs", + "url": "git@github.com:tecnickcom/tc-lib-color.git" + } + ] +} |