summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-encrypt/composer.json
diff options
context:
space:
mode:
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",