Feature: Labelprint für Kistenetiketten hinzugefügt
This commit is contained in:
41
vendor/tecnickcom/tc-lib-unicode/composer.json
vendored
Normal file
41
vendor/tecnickcom/tc-lib-unicode/composer.json
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "tecnickcom/tc-lib-unicode",
|
||||
"description": "PHP library containing Unicode methods",
|
||||
"type": "library",
|
||||
"homepage": "http://www.tecnick.com",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"keywords": [
|
||||
"tc-lib-unicode",
|
||||
"PDF",
|
||||
"font",
|
||||
"UTF-8",
|
||||
"Unicode"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicola Asuni",
|
||||
"email": "info@tecnick.com",
|
||||
"role": "lead"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"ext-mbstring": "*",
|
||||
"ext-pcre": "*",
|
||||
"tecnickcom/tc-lib-unicode-data": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"pdepend/pdepend": "2.16.2",
|
||||
"phpmd/phpmd": "2.15.0",
|
||||
"phpunit/phpunit": "12.2.0 || 11.5.7 || 10.5.40",
|
||||
"squizlabs/php_codesniffer": "3.13.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Com\\Tecnick\\Unicode\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": { "Test\\": "test" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user