installed.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "packages": [
  3. {
  4. "name": "mike42/escpos-php",
  5. "version": "v4.0",
  6. "version_normalized": "4.0.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/mike42/escpos-php.git",
  10. "reference": "74fd89a3384135c90a8c6dc4b724e03df7c0e4f9"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/mike42/escpos-php/zipball/74fd89a3384135c90a8c6dc4b724e03df7c0e4f9",
  15. "reference": "74fd89a3384135c90a8c6dc4b724e03df7c0e4f9",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-intl": "*",
  20. "ext-json": "*",
  21. "ext-zlib": "*",
  22. "mike42/gfx-php": "^0.6",
  23. "php": ">=7.3.0"
  24. },
  25. "require-dev": {
  26. "phpunit/phpunit": "^9",
  27. "squizlabs/php_codesniffer": "^3.3"
  28. },
  29. "suggest": {
  30. "ext-gd": "Used for image printing if present.",
  31. "ext-imagick": "Will be used for image printing if present. Required for PDF printing or use of custom fonts."
  32. },
  33. "time": "2022-05-23T11:05:09+00:00",
  34. "type": "library",
  35. "installation-source": "dist",
  36. "autoload": {
  37. "psr-4": {
  38. "Mike42\\": "src/Mike42"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Michael Billington",
  48. "email": "michael.billington@gmail.com"
  49. }
  50. ],
  51. "description": "PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers",
  52. "homepage": "https://github.com/mike42/escpos-php",
  53. "keywords": [
  54. "Epson",
  55. "barcode",
  56. "escpos",
  57. "printer",
  58. "receipt-printer"
  59. ],
  60. "support": {
  61. "issues": "https://github.com/mike42/escpos-php/issues",
  62. "source": "https://github.com/mike42/escpos-php/tree/v4.0"
  63. },
  64. "install-path": "../mike42/escpos-php"
  65. },
  66. {
  67. "name": "mike42/gfx-php",
  68. "version": "v0.6",
  69. "version_normalized": "0.6.0.0",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/mike42/gfx-php.git",
  73. "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/mike42/gfx-php/zipball/ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
  78. "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "php": ">=7.0.0"
  83. },
  84. "require-dev": {
  85. "phpbench/phpbench": "@dev",
  86. "phpunit/phpunit": "^6.5",
  87. "squizlabs/php_codesniffer": "^3.3.1"
  88. },
  89. "time": "2019-10-05T02:44:33+00:00",
  90. "type": "library",
  91. "installation-source": "dist",
  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. "install-path": "../mike42/gfx-php"
  114. }
  115. ],
  116. "dev": true,
  117. "dev-package-names": []
  118. }