summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-encrypt/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-06 08:17:47 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-06 08:17:47 +0100
commit4528b0d2e5d3013c7003eb26b3f1e107fa1c8b08 (patch)
treee7db9294a78da8822635c78c6b5af265fb19fd95 /php-tecnickcom-tc-lib-pdf-encrypt/composer.json
parent4a50df3f21ccc30e5cd0e37c3607bc9d71970455 (diff)
php-tecnickcom-tc-lib-pdf-encrypt: 1.4.4
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-encrypt/composer.json')
-rw-r--r--php-tecnickcom-tc-lib-pdf-encrypt/composer.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt/composer.json b/php-tecnickcom-tc-lib-pdf-encrypt/composer.json
index 9a688c5..10296ed 100644
--- a/php-tecnickcom-tc-lib-pdf-encrypt/composer.json
+++ b/php-tecnickcom-tc-lib-pdf-encrypt/composer.json
@@ -13,7 +13,13 @@
}
],
"require": {
- "php": ">=5.4"
+ "php": ">=5.4",
+ "ext-date": "*",
+ "ext-hash": "*",
+ "ext-mcrypt": "*",
+ "ext-openssl": "*",
+ "ext-pcre": "*",
+ "ext-posix": "*"
},
"require-dev": {
"apigen/apigen" : "^4.1.2",