summaryrefslogtreecommitdiffstats
path: root/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
commit33bfffc7ad771a3e4cc335c0b598618cf7ead462 (patch)
treea3e8297bfa30cd2c1d6015a23622f586d488a2b4 /composer.json
parented136bb03753531ea75bf85fe3c124644a457550 (diff)
php-tecnickcom-tc-lib-pdf-encrypt: 1.4.4
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 9a688c5..10296ed 100644
--- a/composer.json
+++ b/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",