diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-02 14:02:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-02 14:02:33 +0200 |
commit | 4fa8925a8fa77dab982b57e755e7e2c9ac15bac7 (patch) | |
tree | 21b23d8527d3346517ab183324f68c0fdd36e50f /php-tecnickcom-tc-lib-pdf-graph/composer.json | |
parent | daff51e2970875b8b9313033e1761bdd56006401 (diff) |
php-tecnickcom-tc-lib-pdf-grap: 1.4.1
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-graph/composer.json')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-graph/composer.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-graph/composer.json b/php-tecnickcom-tc-lib-pdf-graph/composer.json index 0d4d8a5..9f79f71 100644 --- a/php-tecnickcom-tc-lib-pdf-graph/composer.json +++ b/php-tecnickcom-tc-lib-pdf-graph/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" } ] } |