@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c61ff82cbf0142a401a48a8161e1595a ",
"content-hash": "f37155ab1899ea3d5b3c56dba1cf5e92 ",
"packages": [
{
"name": "asm89/stack-cors",
@ -2378,6 +2378,93 @@
],
"time": "2023-02-25T19:38:58+00:00"
},
{
"name": "picqer/php-barcode-generator",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/picqer/php-barcode-generator.git",
"reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/4cec18909dffd86e14beb69b1040f2520c2e1bb1",
"reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.3|^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"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"
},
"type": "library",
"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.4.0"
},
"funding": [
{
"url": "https://github.com/casperbakker",
"type": "github"
}
],
"time": "2023-09-16T08:58:52+00:00"
},
{
"name": "psr/clock",
"version": "1.0.0",
@ -8420,7 +8507,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.3 |^8.0"
"php": "^7.4 |^8.0"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"