Add emoji model for other language

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2022-11-27 16:41:55 +01:00
committed by Tobias Fella
parent 3a4f71de7f
commit 2e42abd7c9
146 changed files with 192071 additions and 0 deletions

23
tools/composer.json Normal file
View File

@@ -0,0 +1,23 @@
{
"repositories": [
{
"type": "package",
"package": {
"name": "unicode-org/cldr",
"version": "2022.06.29",
"source": {
"type": "git",
"url": "https://github.com/unicode-org/cldr",
"reference": "production/2022-06-29-1740z"
}
}
}
],
"require": {
"php": ">=7.2",
"symfony/filesystem": "^6",
"symfony/finder": "^6",
"symfony/var-exporter": "^6",
"unicode-org/cldr": "*"
}
}