summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-04-12 15:39:37 +0200
committerRemi Collet <remi@php.net>2024-04-12 15:39:37 +0200
commitea2441de4b0544192b50f6de157b48bf437c3375 (patch)
tree188aefa6d4f52f75e76e6f3ac4227933bcd1e3eb /composer.json
parent458a93e93dac844bb224f52f85590800310d1b01 (diff)
update to 8.0.60HEADmaster
raise dependency on tc-lib-barcode 2.2 raise dependency on tc-lib-pdf-font 2.2
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 1678987..a12dc9d 100644
--- a/composer.json
+++ b/composer.json
@@ -22,10 +22,10 @@
"php": ">=8.0",
"ext-date": "*",
"ext-pcre": "*",
- "tecnickcom/tc-lib-barcode": "^2.1",
+ "tecnickcom/tc-lib-barcode": "^2.2",
"tecnickcom/tc-lib-color": "^2.0",
"tecnickcom/tc-lib-pdf-image": "^2.0",
- "tecnickcom/tc-lib-pdf-font": "^2.0",
+ "tecnickcom/tc-lib-pdf-font": "^2.2",
"tecnickcom/tc-lib-file": "^2.0",
"tecnickcom/tc-lib-pdf-encrypt": "^2.1",
"tecnickcom/tc-lib-unicode-data": "^2.0",