summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-02 09:46:24 +0100
committerRemi Collet <remi@remirepo.net>2018-01-02 09:46:24 +0100
commite970c8065ee1435d80067aedeec17ae3574513e8 (patch)
treed6b692a8ebc2f87e2e5aa5e25dbd790bad4bc855 /composer.json
parenta3603b015effffb4d9ea6e72616fe2eefb151393 (diff)
v1.5.4
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json81
1 files changed, 44 insertions, 37 deletions
diff --git a/composer.json b/composer.json
index 8aa76c1..da90827 100644
--- a/composer.json
+++ b/composer.json
@@ -1,40 +1,47 @@
{
- "name": "tecnickcom/tc-lib-pdf-encrypt",
- "description": "PHP library to encrypt data for PDF",
- "type": "library",
- "homepage": "http://www.tecnick.com",
- "license": "LGPL-3.0",
- "keywords": ["tc-lib-pdf-encrypt", "PDF", "encrypt", "encryption", "AES", "RC4"],
- "authors": [
- {
- "name": "Nicola Asuni",
- "email": "info@tecnick.com",
- "role": "lead"
- }
- ],
- "require": {
- "php": ">=5.4",
- "ext-date": "*",
- "ext-hash": "*",
- "ext-openssl": "*",
- "ext-pcre": "*"
- },
- "suggest": {
- "ext-posix": "*"
- },
- "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\\Pdf\\Encrypt\\": "src"
- }
+ "name": "tecnickcom/tc-lib-pdf-encrypt",
+ "description": "PHP library to encrypt data for PDF",
+ "type": "library",
+ "homepage": "http://www.tecnick.com",
+ "license": "LGPL-3.0",
+ "keywords": [
+ "tc-lib-pdf-encrypt",
+ "PDF",
+ "encrypt",
+ "encryption",
+ "AES",
+ "RC4"
+ ],
+ "authors": [
+ {
+ "name": "Nicola Asuni",
+ "email": "info@tecnick.com",
+ "role": "lead"
}
+ ],
+ "require": {
+ "php": ">=5.4",
+ "ext-date": "*",
+ "ext-hash": "*",
+ "ext-openssl": "*",
+ "ext-pcre": "*"
+ },
+ "suggest": {
+ "ext-posix": "*"
+ },
+ "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\\Pdf\\Encrypt\\": "src"
+ }
+ }
}