Pārlūkot izejas kodu

Add barcode generator dependency

Vijayakrishnan 4 gadi atpakaļ
vecāks
revīzija
8a7fa0ddfa
2 mainītis faili ar 79 papildinājumiem un 3 dzēšanām
  1. 1 1
      composer.json
  2. 78 2
      composer.lock

+ 1 - 1
composer.json

@@ -16,7 +16,7 @@
         "guzzlehttp/guzzle": "^6.5",
         "laravel/framework": "^7.0",
         "laravel/tinker": "^2.0",
-        "picqer/php-barcode-generator": "2.1.0"
+        "picqer/php-barcode-generator": "^2.1"
     },
     "require-dev": {
         "facade/ignition": "^2.0",

+ 78 - 2
composer.lock

@@ -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": "4b290b62e8e12cf0502021c163bfd81d",
+    "content-hash": "b3ab65614142566c8d26d23d075f42fd",
     "packages": [
         {
             "name": "asm89/stack-cors",
@@ -1618,6 +1618,82 @@
             ],
             "time": "2020-06-07T10:40:07+00:00"
         },
+        {
+            "name": "picqer/php-barcode-generator",
+            "version": "v2.1.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/picqer/php-barcode-generator.git",
+                "reference": "2221d834efab0dbfa9d37f9dfb4673d7f27f3757"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/2221d834efab0dbfa9d37f9dfb4673d7f27f3757",
+                "reference": "2221d834efab0dbfa9d37f9dfb4673d7f27f3757",
+                "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"
+            },
+            "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"
+            ],
+            "time": "2020-12-24T15:31:19+00:00"
+        },
         {
             "name": "psr/container",
             "version": "1.0.0",
@@ -6061,5 +6137,5 @@
         "ext-json": "*"
     },
     "platform-dev": [],
-    "plugin-api-version": "2.0.0"
+    "plugin-api-version": "1.1.0"
 }