summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-04-07 11:44:51 +0200
committerRemi Collet <remi@php.net>2025-04-07 11:44:51 +0200
commit5d2f9edc4102adb809af2b2f6e0e3ef0cd379d01 (patch)
treef26a0049edc1ac80eacdff9b22fc4109e804e0cd /composer.json
parent965e36427b5ee4049a3b3e29cb591dc094dad451 (diff)
update to 6.9.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 1 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 778910d..1e3789f 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
"barcodes"
],
"homepage": "http://www.tcpdf.org/",
- "version": "6.8.2",
+ "version": "6.9.1",
"license": "LGPL-3.0-or-later",
"authors": [
{
@@ -30,8 +30,6 @@
"config",
"include",
"tcpdf.php",
- "tcpdf_parser.php",
- "tcpdf_import.php",
"tcpdf_barcodes_1d.php",
"tcpdf_barcodes_2d.php",
"include/tcpdf_colors.php",
@@ -44,10 +42,5 @@
"include/barcodes/pdf417.php",
"include/barcodes/qrcode.php"
]
- },
- "archive": {
- "exclude": [
- "/examples"
- ]
}
}