96 lines
3.3 KiB
JSON
96 lines
3.3 KiB
JSON
|
{
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "picqer/php-barcode-generator",
|
||
|
"version": "v2.3.3",
|
||
|
"version_normalized": "2.3.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/picqer/php-barcode-generator.git",
|
||
|
"reference": "10d3507e902058c62493fef0b9569d04634b1c8f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/10d3507e902058c62493fef0b9569d04634b1c8f",
|
||
|
"reference": "10d3507e902058c62493fef0b9569d04634b1c8f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-mbstring": "*",
|
||
|
"php": "^7.3|^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9.5"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-bcmath": "Barcode IMB (Intelligent Mail Barcode) needs bcmath extension",
|
||
|
"ext-gd": "For JPG and PNG generators, GD or Imagick is required",
|
||
|
"ext-imagick": "For JPG and PNG generators, GD or Imagick is required"
|
||
|
},
|
||
|
"time": "2023-08-14T07:50:43+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Picqer\\Barcode\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"LGPL-3.0-or-later"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicola Asuni",
|
||
|
"email": "info@tecnick.com",
|
||
|
"homepage": "http://nicolaasuni.tecnick.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Casper Bakker",
|
||
|
"email": "info@picqer.com",
|
||
|
"homepage": "https://picqer.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.",
|
||
|
"homepage": "https://github.com/picqer/php-barcode-generator",
|
||
|
"keywords": [
|
||
|
"CODABAR",
|
||
|
"Code11",
|
||
|
"Code93",
|
||
|
"EAN13",
|
||
|
"KIX",
|
||
|
"KIXCODE",
|
||
|
"MSI",
|
||
|
"POSTNET",
|
||
|
"Pharma",
|
||
|
"Standard 2 of 5",
|
||
|
"barcode",
|
||
|
"barcode generator",
|
||
|
"code128",
|
||
|
"code39",
|
||
|
"ean",
|
||
|
"html",
|
||
|
"jpeg",
|
||
|
"jpg",
|
||
|
"php",
|
||
|
"png",
|
||
|
"svg",
|
||
|
"upc"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/picqer/php-barcode-generator/issues",
|
||
|
"source": "https://github.com/picqer/php-barcode-generator/tree/v2.3.3"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/casperbakker",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"install-path": "../picqer/php-barcode-generator"
|
||
|
}
|
||
|
],
|
||
|
"dev": true,
|
||
|
"dev-package-names": []
|
||
|
}
|