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": "f2998987cad52db5ab60d5ff0672ce05",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "phpstan/phpstan",
  12. "version": "1.10.38",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/phpstan/phpstan.git",
  16. "reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5302bb402c57f00fb3c2c015bac86e0827e4b691",
  21. "reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": "^7.2|^8.0"
  26. },
  27. "conflict": {
  28. "phpstan/phpstan-shim": "*"
  29. },
  30. "bin": [
  31. "phpstan",
  32. "phpstan.phar"
  33. ],
  34. "type": "library",
  35. "autoload": {
  36. "files": [
  37. "bootstrap.php"
  38. ]
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "description": "PHPStan - PHP Static Analysis Tool",
  45. "keywords": [
  46. "dev",
  47. "static analysis"
  48. ],
  49. "support": {
  50. "docs": "https://phpstan.org/user-guide/getting-started",
  51. "forum": "https://github.com/phpstan/phpstan/discussions",
  52. "issues": "https://github.com/phpstan/phpstan/issues",
  53. "security": "https://github.com/phpstan/phpstan/security/policy",
  54. "source": "https://github.com/phpstan/phpstan-src"
  55. },
  56. "funding": [
  57. {
  58. "url": "https://github.com/ondrejmirtes",
  59. "type": "github"
  60. },
  61. {
  62. "url": "https://github.com/phpstan",
  63. "type": "github"
  64. },
  65. {
  66. "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
  67. "type": "tidelift"
  68. }
  69. ],
  70. "time": "2023-10-06T14:19:14+00:00"
  71. },
  72. {
  73. "name": "rector/rector",
  74. "version": "0.18.5",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/rectorphp/rector.git",
  78. "reference": "2a3b82f317e431fc142d21f3303891a4e64c96eb"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/rectorphp/rector/zipball/2a3b82f317e431fc142d21f3303891a4e64c96eb",
  83. "reference": "2a3b82f317e431fc142d21f3303891a4e64c96eb",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "php": "^7.2|^8.0",
  88. "phpstan/phpstan": "^1.10.35"
  89. },
  90. "conflict": {
  91. "rector/rector-doctrine": "*",
  92. "rector/rector-downgrade-php": "*",
  93. "rector/rector-phpunit": "*",
  94. "rector/rector-symfony": "*"
  95. },
  96. "bin": [
  97. "bin/rector"
  98. ],
  99. "type": "library",
  100. "autoload": {
  101. "files": [
  102. "bootstrap.php"
  103. ]
  104. },
  105. "notification-url": "https://packagist.org/downloads/",
  106. "license": [
  107. "MIT"
  108. ],
  109. "description": "Instant Upgrade and Automated Refactoring of any PHP code",
  110. "keywords": [
  111. "automation",
  112. "dev",
  113. "migration",
  114. "refactoring"
  115. ],
  116. "support": {
  117. "issues": "https://github.com/rectorphp/rector/issues",
  118. "source": "https://github.com/rectorphp/rector/tree/0.18.5"
  119. },
  120. "funding": [
  121. {
  122. "url": "https://github.com/tomasvotruba",
  123. "type": "github"
  124. }
  125. ],
  126. "time": "2023-10-05T11:25:40+00:00"
  127. }
  128. ],
  129. "aliases": [],
  130. "minimum-stability": "stable",
  131. "stability-flags": [],
  132. "prefer-stable": false,
  133. "prefer-lowest": false,
  134. "platform": [],
  135. "platform-dev": [],
  136. "plugin-api-version": "2.2.0"
  137. }