diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-28 07:04:20 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-28 07:04:20 +0100 |
commit | 7571ad651646f723cfefafa8549c53b90e2154e9 (patch) | |
tree | 70b1783d3cec0be4b23d486f22c8945043834ca4 /composer.json | |
parent | c3a55c32ac8ffd74434d4b51c748c4bfe5c7fd3c (diff) |
update to 8.0.81
raise dependency on tc-lib-barcode 2.3
raise dependency on tc-lib-pdf-font 2.6
raise dependency on tc-lib-pdf-graph 2.2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 0038237..3c35672 100644 --- a/composer.json +++ b/composer.json @@ -22,16 +22,16 @@ "php": ">=8.0", "ext-date": "*", "ext-pcre": "*", - "tecnickcom/tc-lib-barcode": "^2.2", + "tecnickcom/tc-lib-barcode": "^2.3", "tecnickcom/tc-lib-color": "^2.2", "tecnickcom/tc-lib-pdf-image": "^2.1", - "tecnickcom/tc-lib-pdf-font": "^2.5", + "tecnickcom/tc-lib-pdf-font": "^2.6", "tecnickcom/tc-lib-file": "^2.0", "tecnickcom/tc-lib-pdf-encrypt": "^2.1", "tecnickcom/tc-lib-unicode-data": "^2.0", "tecnickcom/tc-lib-unicode": "^2.0", "tecnickcom/tc-lib-pdf-page": "^4.2", - "tecnickcom/tc-lib-pdf-graph": "^2.1" + "tecnickcom/tc-lib-pdf-graph": "^2.2" }, "require-dev": { "pdepend/pdepend": "2.13.0", |