31 lines
762 B
JSON
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": "*"
|
|
}
|
|
}
|