Commit 30ef5c271efade032900f704e68dc1d1a35dcd46

Authored by Brian Manning
1 parent 10e5855198
Exists in master

composer.lock: added lockfile

Showing 1 changed file with 131 additions and 0 deletions Side-by-side Diff

composer.lock View file @ 30ef5c2
  1 +{
  2 + "_readme": [
  3 + "This file locks the dependencies of your project to a known state",
  4 + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5 + "This file is @generated automatically"
  6 + ],
  7 + "hash": "a3fa4ee8088e3be72dfb7bc5a0130e9f",
  8 + "content-hash": "6cbcca24e66a1f400c83ee371c1a7130",
  9 + "packages": [
  10 + {
  11 + "name": "setasign/fpdi",
  12 + "version": "1.6.1",
  13 + "source": {
  14 + "type": "git",
  15 + "url": "https://github.com/Setasign/FPDI.git",
  16 + "reference": "5b899b2b41463bf261aa69840fd30b50950a500c"
  17 + },
  18 + "dist": {
  19 + "type": "zip",
  20 + "url": "https://api.github.com/repos/Setasign/FPDI/zipball/5b899b2b41463bf261aa69840fd30b50950a500c",
  21 + "reference": "5b899b2b41463bf261aa69840fd30b50950a500c",
  22 + "shasum": ""
  23 + },
  24 + "suggest": {
  25 + "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
  26 + "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
  27 + "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
  28 + },
  29 + "type": "library",
  30 + "autoload": {
  31 + "classmap": [
  32 + "filters/",
  33 + "fpdi.php",
  34 + "fpdf_tpl.php",
  35 + "fpdi_pdf_parser.php",
  36 + "pdf_context.php"
  37 + ]
  38 + },
  39 + "notification-url": "https://packagist.org/downloads/",
  40 + "license": [
  41 + "MIT"
  42 + ],
  43 + "authors": [
  44 + {
  45 + "name": "Jan Slabon",
  46 + "email": "jan.slabon@setasign.com",
  47 + "homepage": "https://www.setasign.com"
  48 + }
  49 + ],
  50 + "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
  51 + "homepage": "https://www.setasign.com/fpdi",
  52 + "keywords": [
  53 + "fpdf",
  54 + "fpdi",
  55 + "pdf"
  56 + ],
  57 + "time": "2015-11-30 10:53:14"
  58 + },
  59 + {
  60 + "name": "tecnickcom/tcpdf",
  61 + "version": "6.2.12",
  62 + "source": {
  63 + "type": "git",
  64 + "url": "https://github.com/tecnickcom/TCPDF.git",
  65 + "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
  66 + },
  67 + "dist": {
  68 + "type": "zip",
  69 + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
  70 + "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
  71 + "shasum": ""
  72 + },
  73 + "require": {
  74 + "php": ">=5.3.0"
  75 + },
  76 + "type": "library",
  77 + "autoload": {
  78 + "classmap": [
  79 + "fonts",
  80 + "config",
  81 + "include",
  82 + "tcpdf.php",
  83 + "tcpdf_parser.php",
  84 + "tcpdf_import.php",
  85 + "tcpdf_barcodes_1d.php",
  86 + "tcpdf_barcodes_2d.php",
  87 + "include/tcpdf_colors.php",
  88 + "include/tcpdf_filters.php",
  89 + "include/tcpdf_font_data.php",
  90 + "include/tcpdf_fonts.php",
  91 + "include/tcpdf_images.php",
  92 + "include/tcpdf_static.php",
  93 + "include/barcodes/datamatrix.php",
  94 + "include/barcodes/pdf417.php",
  95 + "include/barcodes/qrcode.php"
  96 + ]
  97 + },
  98 + "notification-url": "https://packagist.org/downloads/",
  99 + "license": [
  100 + "LGPLv3"
  101 + ],
  102 + "authors": [
  103 + {
  104 + "name": "Nicola Asuni",
  105 + "email": "info@tecnick.com",
  106 + "homepage": "http://nicolaasuni.tecnick.com"
  107 + }
  108 + ],
  109 + "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
  110 + "homepage": "http://www.tcpdf.org/",
  111 + "keywords": [
  112 + "PDFD32000-2008",
  113 + "TCPDF",
  114 + "barcodes",
  115 + "datamatrix",
  116 + "pdf",
  117 + "pdf417",
  118 + "qrcode"
  119 + ],
  120 + "time": "2015-09-12 10:08:34"
  121 + }
  122 + ],
  123 + "packages-dev": [],
  124 + "aliases": [],
  125 + "minimum-stability": "stable",
  126 + "stability-flags": [],
  127 + "prefer-stable": false,
  128 + "prefer-lowest": false,
  129 + "platform": [],
  130 + "platform-dev": []
  131 +}