1. Import
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user