cli-barcode PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

121 line
4.0 KiB

  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": "a723e9e5630e78d2303e845440a976b2",
  8. "content-hash": "8180bfe7b58f0f40617b074b3efc026a",
  9. "packages": [
  10. {
  11. "name": "picqer/php-barcode-generator",
  12. "version": "v0.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/picqer/php-barcode-generator.git",
  16. "reference": "bd486cfb311989a506c62827fdee463b8a698002"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/bd486cfb311989a506c62827fdee463b8a698002",
  21. "reference": "bd486cfb311989a506c62827fdee463b8a698002",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.4.0"
  26. },
  27. "type": "library",
  28. "autoload": {
  29. "psr-4": {
  30. "Picqer\\Barcode\\": "src"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Casper Bakker",
  40. "email": "info@picqer.com"
  41. }
  42. ],
  43. "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.",
  44. "homepage": "http://github.com/picqer/exact-php-client",
  45. "keywords": [
  46. "CODABAR",
  47. "Code11",
  48. "Code93",
  49. "EAN13",
  50. "KIX",
  51. "KIXCODE",
  52. "MSI",
  53. "POSTNET",
  54. "Pharma",
  55. "Standard 2 of 5",
  56. "barcode",
  57. "barcode generator",
  58. "code128",
  59. "code39",
  60. "ean",
  61. "html",
  62. "jpeg",
  63. "jpg",
  64. "php",
  65. "png",
  66. "svg",
  67. "upc"
  68. ],
  69. "time": "2015-08-13 07:59:44"
  70. },
  71. {
  72. "name": "ulrichsg/getopt-php",
  73. "version": "2.3.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/ulrichsg/getopt-php.git",
  77. "reference": "a51554a16e206a6642bf1a0d7d1e4378ec2ba980"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/ulrichsg/getopt-php/zipball/a51554a16e206a6642bf1a0d7d1e4378ec2ba980",
  82. "reference": "a51554a16e206a6642bf1a0d7d1e4378ec2ba980",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "php": ">=5.3.0"
  87. },
  88. "require-dev": {
  89. "phpunit/phpunit": "3.7.*"
  90. },
  91. "type": "library",
  92. "autoload": {
  93. "psr-0": {
  94. "Ulrichsg\\": "src"
  95. }
  96. },
  97. "notification-url": "https://packagist.org/downloads/",
  98. "license": [
  99. "MIT"
  100. ],
  101. "authors": [
  102. {
  103. "name": "Ulrich Schmidt-Goertz",
  104. "email": "ulrich@schmidt-goertz.de"
  105. }
  106. ],
  107. "description": "Command line arguments parser for PHP 5.3",
  108. "homepage": "http://ulrichsg.github.io/getopt-php",
  109. "time": "2015-03-28 14:09:20"
  110. }
  111. ],
  112. "packages-dev": [],
  113. "aliases": [],
  114. "minimum-stability": "stable",
  115. "stability-flags": [],
  116. "prefer-stable": false,
  117. "prefer-lowest": false,
  118. "platform": [],
  119. "platform-dev": []
  120. }