cli-barcode PHP
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

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