composer.lock 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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": "cde3576fbf7f2a2fdf4bf694cb37095f",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "filp/whoops",
  12. "version": "2.15.3",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/filp/whoops.git",
  16. "reference": "c83e88a30524f9360b11f585f71e6b17313b7187"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187",
  21. "reference": "c83e88a30524f9360b11f585f71e6b17313b7187",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": "^5.5.9 || ^7.0 || ^8.0",
  26. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  27. },
  28. "require-dev": {
  29. "mockery/mockery": "^0.9 || ^1.0",
  30. "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
  31. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  32. },
  33. "suggest": {
  34. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  35. "whoops/soap": "Formats errors as SOAP responses"
  36. },
  37. "type": "library",
  38. "extra": {
  39. "branch-alias": {
  40. "dev-master": "2.7-dev"
  41. }
  42. },
  43. "autoload": {
  44. "psr-4": {
  45. "Whoops\\": "src/Whoops/"
  46. }
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "MIT"
  51. ],
  52. "authors": [
  53. {
  54. "name": "Filipe Dobreira",
  55. "homepage": "https://github.com/filp",
  56. "role": "Developer"
  57. }
  58. ],
  59. "description": "php error handling for cool kids",
  60. "homepage": "https://filp.github.io/whoops/",
  61. "keywords": [
  62. "error",
  63. "exception",
  64. "handling",
  65. "library",
  66. "throwable",
  67. "whoops"
  68. ],
  69. "support": {
  70. "issues": "https://github.com/filp/whoops/issues",
  71. "source": "https://github.com/filp/whoops/tree/2.15.3"
  72. },
  73. "funding": [
  74. {
  75. "url": "https://github.com/denis-sokolov",
  76. "type": "github"
  77. }
  78. ],
  79. "time": "2023-07-13T12:00:00+00:00"
  80. },
  81. {
  82. "name": "psr/log",
  83. "version": "1.1.4",
  84. "source": {
  85. "type": "git",
  86. "url": "https://github.com/php-fig/log.git",
  87. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  88. },
  89. "dist": {
  90. "type": "zip",
  91. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  92. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  93. "shasum": ""
  94. },
  95. "require": {
  96. "php": ">=5.3.0"
  97. },
  98. "type": "library",
  99. "extra": {
  100. "branch-alias": {
  101. "dev-master": "1.1.x-dev"
  102. }
  103. },
  104. "autoload": {
  105. "psr-4": {
  106. "Psr\\Log\\": "Psr/Log/"
  107. }
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "MIT"
  112. ],
  113. "authors": [
  114. {
  115. "name": "PHP-FIG",
  116. "homepage": "https://www.php-fig.org/"
  117. }
  118. ],
  119. "description": "Common interface for logging libraries",
  120. "homepage": "https://github.com/php-fig/log",
  121. "keywords": [
  122. "log",
  123. "psr",
  124. "psr-3"
  125. ],
  126. "support": {
  127. "source": "https://github.com/php-fig/log/tree/1.1.4"
  128. },
  129. "time": "2021-05-03T11:20:27+00:00"
  130. }
  131. ],
  132. "aliases": [],
  133. "minimum-stability": "stable",
  134. "stability-flags": [],
  135. "prefer-stable": false,
  136. "prefer-lowest": false,
  137. "platform": [],
  138. "platform-dev": [],
  139. "plugin-api-version": "2.3.0"
  140. }