summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-16 11:13:34 +0200
committerRemi Collet <remi@php.net>2022-08-16 11:13:34 +0200
commitd1ab8180a220c9e6f21ce88cbe55db47f27bd8a6 (patch)
treed00700efb9513a6241db3796824d47061eb9eb80 /composer.json
parent89c1f2fc28ec922ec7497417096449e63085c3c4 (diff)
update to 6.5.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index c31514b..074d9a6 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
"barcodes"
],
"homepage": "http://www.tcpdf.org/",
- "version": "6.4.4",
+ "version": "6.5.0",
"license": "LGPL-3.0-only",
"authors": [
{
@@ -43,5 +43,10 @@
"include/barcodes/pdf417.php",
"include/barcodes/qrcode.php"
]
+ },
+ "archive": {
+ "exclude": [
+ "/examples"
+ ]
}
}