composer.lock 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "74cf4d9bad2c19cbdbd3a1767bd9ea10",
  8. "packages": [
  9. {
  10. "name": "mike42/escpos-php",
  11. "version": "v4.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/mike42/escpos-php.git",
  15. "reference": "74fd89a3384135c90a8c6dc4b724e03df7c0e4f9"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/mike42/escpos-php/zipball/74fd89a3384135c90a8c6dc4b724e03df7c0e4f9",
  20. "reference": "74fd89a3384135c90a8c6dc4b724e03df7c0e4f9",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-intl": "*",
  25. "ext-json": "*",
  26. "ext-zlib": "*",
  27. "mike42/gfx-php": "^0.6",
  28. "php": ">=7.3.0"
  29. },
  30. "require-dev": {
  31. "phpunit/phpunit": "^9",
  32. "squizlabs/php_codesniffer": "^3.3"
  33. },
  34. "suggest": {
  35. "ext-gd": "Used for image printing if present.",
  36. "ext-imagick": "Will be used for image printing if present. Required for PDF printing or use of custom fonts."
  37. },
  38. "type": "library",
  39. "autoload": {
  40. "psr-4": {
  41. "Mike42\\": "src/Mike42"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Michael Billington",
  51. "email": "michael.billington@gmail.com"
  52. }
  53. ],
  54. "description": "PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers",
  55. "homepage": "https://github.com/mike42/escpos-php",
  56. "keywords": [
  57. "Epson",
  58. "barcode",
  59. "escpos",
  60. "printer",
  61. "receipt-printer"
  62. ],
  63. "support": {
  64. "issues": "https://github.com/mike42/escpos-php/issues",
  65. "source": "https://github.com/mike42/escpos-php/tree/v4.0"
  66. },
  67. "time": "2022-05-23T11:05:09+00:00"
  68. },
  69. {
  70. "name": "mike42/gfx-php",
  71. "version": "v0.6",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/mike42/gfx-php.git",
  75. "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/mike42/gfx-php/zipball/ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
  80. "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "php": ">=7.0.0"
  85. },
  86. "require-dev": {
  87. "phpbench/phpbench": "@dev",
  88. "phpunit/phpunit": "^6.5",
  89. "squizlabs/php_codesniffer": "^3.3.1"
  90. },
  91. "type": "library",
  92. "autoload": {
  93. "psr-4": {
  94. "Mike42\\": "src/Mike42"
  95. }
  96. },
  97. "notification-url": "https://packagist.org/downloads/",
  98. "license": [
  99. "LGPL-2.1-or-later"
  100. ],
  101. "authors": [
  102. {
  103. "name": "Michael Billington",
  104. "email": "michael.billington@gmail.com"
  105. }
  106. ],
  107. "description": "The pure PHP graphics library",
  108. "homepage": "https://github.com/mike42/gfx-php",
  109. "support": {
  110. "issues": "https://github.com/mike42/gfx-php/issues",
  111. "source": "https://github.com/mike42/gfx-php/tree/v0.6"
  112. },
  113. "time": "2019-10-05T02:44:33+00:00"
  114. }
  115. ],
  116. "packages-dev": [],
  117. "aliases": [],
  118. "minimum-stability": "stable",
  119. "stability-flags": [],
  120. "prefer-stable": false,
  121. "prefer-lowest": false,
  122. "platform": [],
  123. "platform-dev": [],
  124. "plugin-api-version": "2.6.0"
  125. }