composer.lock 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "f8e33c343ade7713ef75cbcea34f5781",
  8. "packages": [
  9. {
  10. "name": "filp/whoops",
  11. "version": "2.1.14",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/filp/whoops.git",
  15. "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
  20. "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^5.5.9 || ^7.0",
  25. "psr/log": "^1.0.1"
  26. },
  27. "require-dev": {
  28. "mockery/mockery": "0.9.*",
  29. "phpunit/phpunit": "^4.8.35 || ^5.7",
  30. "symfony/var-dumper": "^2.6 || ^3.0"
  31. },
  32. "suggest": {
  33. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  34. "whoops/soap": "Formats errors as SOAP responses"
  35. },
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "2.0-dev"
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "Whoops\\": "src/Whoops/"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Filipe Dobreira",
  54. "homepage": "https://github.com/filp",
  55. "role": "Developer"
  56. }
  57. ],
  58. "description": "php error handling for cool kids",
  59. "homepage": "https://filp.github.io/whoops/",
  60. "keywords": [
  61. "error",
  62. "exception",
  63. "handling",
  64. "library",
  65. "throwable",
  66. "whoops"
  67. ],
  68. "time": "2017-11-23T18:22:44+00:00"
  69. },
  70. {
  71. "name": "psr/log",
  72. "version": "1.0.2",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/php-fig/log.git",
  76. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  81. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "php": ">=5.3.0"
  86. },
  87. "type": "library",
  88. "extra": {
  89. "branch-alias": {
  90. "dev-master": "1.0.x-dev"
  91. }
  92. },
  93. "autoload": {
  94. "psr-4": {
  95. "Psr\\Log\\": "Psr/Log/"
  96. }
  97. },
  98. "notification-url": "https://packagist.org/downloads/",
  99. "license": [
  100. "MIT"
  101. ],
  102. "authors": [
  103. {
  104. "name": "PHP-FIG",
  105. "homepage": "http://www.php-fig.org/"
  106. }
  107. ],
  108. "description": "Common interface for logging libraries",
  109. "homepage": "https://github.com/php-fig/log",
  110. "keywords": [
  111. "log",
  112. "psr",
  113. "psr-3"
  114. ],
  115. "time": "2016-10-10T12:19:37+00:00"
  116. }
  117. ],
  118. "packages-dev": [],
  119. "aliases": [],
  120. "minimum-stability": "stable",
  121. "stability-flags": [],
  122. "prefer-stable": false,
  123. "prefer-lowest": false,
  124. "platform": {
  125. "php": ">=7.0.0"
  126. },
  127. "platform-dev": []
  128. }