composer.lock 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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": "197e41533f845a85e89081f287f7e815",
  8. "packages": [
  9. {
  10. "name": "splitbrain/php-archive",
  11. "version": "1.3.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/splitbrain/php-archive.git",
  15. "reference": "d274e5190ba309777926348900cf9578d9e533c9"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d274e5190ba309777926348900cf9578d9e533c9",
  20. "reference": "d274e5190ba309777926348900cf9578d9e533c9",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=7.0"
  25. },
  26. "require-dev": {
  27. "ext-bz2": "*",
  28. "ext-zip": "*",
  29. "mikey179/vfsstream": "^1.6",
  30. "phpunit/phpunit": "^8"
  31. },
  32. "suggest": {
  33. "ext-bz2": "For bz2 compression",
  34. "ext-iconv": "Used for proper filename encode handling",
  35. "ext-mbstring": "Can be used alternatively for handling filename encoding",
  36. "ext-zlib": "For zlib compression"
  37. },
  38. "type": "library",
  39. "autoload": {
  40. "psr-4": {
  41. "splitbrain\\PHPArchive\\": "src"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Andreas Gohr",
  51. "email": "andi@splitbrain.org"
  52. }
  53. ],
  54. "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
  55. "keywords": [
  56. "archive",
  57. "extract",
  58. "tar",
  59. "unpack",
  60. "unzip",
  61. "zip"
  62. ],
  63. "support": {
  64. "issues": "https://github.com/splitbrain/php-archive/issues",
  65. "source": "https://github.com/splitbrain/php-archive/tree/1.3.1"
  66. },
  67. "time": "2022-03-23T09:21:55+00:00"
  68. },
  69. {
  70. "name": "splitbrain/php-cli",
  71. "version": "1.2.1",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/splitbrain/php-cli.git",
  75. "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/47cd2b2c1d976d22afb01e121985d59c4f98c031",
  80. "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "php": ">=5.3.0"
  85. },
  86. "require-dev": {
  87. "phpunit/phpunit": "^8"
  88. },
  89. "suggest": {
  90. "psr/log": "Allows you to make the CLI available as PSR-3 logger"
  91. },
  92. "type": "library",
  93. "autoload": {
  94. "psr-4": {
  95. "splitbrain\\phpcli\\": "src"
  96. }
  97. },
  98. "notification-url": "https://packagist.org/downloads/",
  99. "license": [
  100. "MIT"
  101. ],
  102. "authors": [
  103. {
  104. "name": "Andreas Gohr",
  105. "email": "andi@splitbrain.org"
  106. }
  107. ],
  108. "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
  109. "keywords": [
  110. "argparse",
  111. "cli",
  112. "command line",
  113. "console",
  114. "getopt",
  115. "optparse",
  116. "terminal"
  117. ],
  118. "support": {
  119. "issues": "https://github.com/splitbrain/php-cli/issues",
  120. "source": "https://github.com/splitbrain/php-cli/tree/1.2.1"
  121. },
  122. "time": "2022-11-04T11:59:39+00:00"
  123. }
  124. ],
  125. "packages-dev": [],
  126. "aliases": [],
  127. "minimum-stability": "stable",
  128. "stability-flags": [],
  129. "prefer-stable": false,
  130. "prefer-lowest": false,
  131. "platform": [],
  132. "platform-dev": [],
  133. "platform-overrides": {
  134. "php": "7.2"
  135. },
  136. "plugin-api-version": "2.3.0"
  137. }