diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-06 07:33:45 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-06 07:33:45 +0100 |
commit | 4a50df3f21ccc30e5cd0e37c3607bc9d71970455 (patch) | |
tree | 449ac0814b38699e8f19e8ea2dc2513bdd61f90c /php-tecnickcom-tc-lib-barcode/composer.json | |
parent | fa84909510277e3125ecc388674f14b20425513b (diff) |
php-tecnickcom-tc-lib-barcode: 1.15.5
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode/composer.json')
-rw-r--r-- | php-tecnickcom-tc-lib-barcode/composer.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-tecnickcom-tc-lib-barcode/composer.json b/php-tecnickcom-tc-lib-barcode/composer.json index c152dca..e3b1e86 100644 --- a/php-tecnickcom-tc-lib-barcode/composer.json +++ b/php-tecnickcom-tc-lib-barcode/composer.json @@ -14,7 +14,11 @@ ], "require": { "php": ">=5.4", - "tecnickcom/tc-lib-color": "^1.12.1" + "ext-bcmath": "*", + "ext-date": "*", + "ext-gd": "*", + "ext-pcre": "*", + "tecnickcom/tc-lib-color": "^1.12.4" }, "require-dev": { "apigen/apigen" : "^4.1.2", |