Files
votianng/html/include/barcodegen_php8/packages/barcode-common/composer.json
2026-03-29 10:34:57 +02:00

31 lines
762 B
JSON

{
"name": "barcode-bakery/barcode-common",
"version": "7.0.3",
"license": [
"proprietary",
"CC-BY-NC-ND-4.0"
],
"support": {
"email": "contact@barcodebakery.com",
"docs": "https://www.barcodebakery.com"
},
"type": "library",
"homepage": "https://www.barcodebakery.com",
"authors": [
{
"name": "Jean-Sébastien Goupil",
"email": "contact@barcodebakery.com"
}
],
"description": "Base code for generating barcode with the Barcode Bakery library. See barcode-bakery/barcode-1d.",
"autoload": {
"psr-4": {
"BarcodeBakery\\Common\\": "src"
}
},
"require": {
"php": ">=7.4",
"ext-gd": "*"
}
}