installed.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "packages": [
  3. {
  4. "name": "splitbrain/php-archive",
  5. "version": "1.3.1",
  6. "version_normalized": "1.3.1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/splitbrain/php-archive.git",
  10. "reference": "d274e5190ba309777926348900cf9578d9e533c9"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d274e5190ba309777926348900cf9578d9e533c9",
  15. "reference": "d274e5190ba309777926348900cf9578d9e533c9",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=7.0"
  20. },
  21. "require-dev": {
  22. "ext-bz2": "*",
  23. "ext-zip": "*",
  24. "mikey179/vfsstream": "^1.6",
  25. "phpunit/phpunit": "^8"
  26. },
  27. "suggest": {
  28. "ext-bz2": "For bz2 compression",
  29. "ext-iconv": "Used for proper filename encode handling",
  30. "ext-mbstring": "Can be used alternatively for handling filename encoding",
  31. "ext-zlib": "For zlib compression"
  32. },
  33. "time": "2022-03-23T09:21:55+00:00",
  34. "type": "library",
  35. "installation-source": "dist",
  36. "autoload": {
  37. "psr-4": {
  38. "splitbrain\\PHPArchive\\": "src"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Andreas Gohr",
  48. "email": "andi@splitbrain.org"
  49. }
  50. ],
  51. "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
  52. "keywords": [
  53. "archive",
  54. "extract",
  55. "tar",
  56. "unpack",
  57. "unzip",
  58. "zip"
  59. ],
  60. "support": {
  61. "issues": "https://github.com/splitbrain/php-archive/issues",
  62. "source": "https://github.com/splitbrain/php-archive/tree/1.3.1"
  63. },
  64. "install-path": "../splitbrain/php-archive"
  65. },
  66. {
  67. "name": "splitbrain/php-cli",
  68. "version": "1.2.1",
  69. "version_normalized": "1.2.1.0",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/splitbrain/php-cli.git",
  73. "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/47cd2b2c1d976d22afb01e121985d59c4f98c031",
  78. "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "php": ">=5.3.0"
  83. },
  84. "require-dev": {
  85. "phpunit/phpunit": "^8"
  86. },
  87. "suggest": {
  88. "psr/log": "Allows you to make the CLI available as PSR-3 logger"
  89. },
  90. "time": "2022-11-04T11:59:39+00:00",
  91. "type": "library",
  92. "installation-source": "dist",
  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. "install-path": "../splitbrain/php-cli"
  123. }
  124. ],
  125. "dev": true,
  126. "dev-package-names": []
  127. }