summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-02 14:02:33 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-02 14:02:33 +0200
commit49016d01fa39e9b9400229dbf12b26da0ee4d38f (patch)
tree4d99f51c7db6d7ef1f1d53b146b66b6a66b3fbc9 /composer.json
parent3d099d14688a9c3e02688ebe03b6be2e5701e193 (diff)
php-tecnickcom-tc-lib-pdf-grap: 1.4.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 0d4d8a5..9f79f71 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,8 @@
],
"require": {
"php": ">=5.4",
- "tecnickcom/tc-lib-color": "^1.11.0"
+ "tecnickcom/tc-lib-color": "^1.12.1",
+ "tecnickcom/tc-lib-pdf-encrypt": "^1.4.3"
},
"require-dev": {
"apigen/apigen" : "^4.1.2",
@@ -35,6 +36,10 @@
{
"type": "vcs",
"url": "git@github.com:tecnickcom/tc-lib-color.git"
+ },
+ {
+ "type": "vcs",
+ "url": "git@github.com:tecnickcom/tc-lib-pdf-encrypt.git"
}
]
}