Skip to content

Commit 77dc342

Browse files
committed
Fix composer.json and extended project description
1 parent 9581edc commit 77dc342

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ If this repository helps your text-processing stack, please consider [supporting
1818

1919
`tc-lib-unicode-data` is a data-centric package that provides Unicode lookup tables, mappings, and constants consumed by `tc-lib-unicode` and related libraries.
2020

21+
It externalizes large Unicode datasets into a dedicated package so runtime libraries can stay focused on algorithms instead of data distribution. Versioned data updates also become easier to manage and review as Unicode standards evolve.
22+
2123
| | |
2224
|---|---|
2325
| **Namespace** | `\Com\Tecnick\Unicode\Data` |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.48
1+
2.0.49

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tecnickcom/tc-lib-unicode-data",
33
"description": "PHP library containing Unicode definitions",
44
"type": "library",
5-
"homepage": "http://www.tecnick.com",
5+
"homepage": "https://tcpdf.org",
66
"license": "LGPL-3.0-or-later",
77
"keywords": [
88
"tc-lib-unicode-data",

0 commit comments

Comments
 (0)