composer.lock 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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": "10939f70efcd3b6d290ecf8f7e9d9da0",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "nextcloud/rector",
  12. "version": "v0.2.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/nextcloud-libraries/rector.git",
  16. "reference": "c5cceb7faf2d4df61fe1fd8f82e19c7b106dbe00"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/nextcloud-libraries/rector/zipball/c5cceb7faf2d4df61fe1fd8f82e19c7b106dbe00",
  21. "reference": "c5cceb7faf2d4df61fe1fd8f82e19c7b106dbe00",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": "^8.1"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^10.5",
  29. "ramsey/devtools": "^2.0",
  30. "rector/rector": "^1.2"
  31. },
  32. "type": "library",
  33. "extra": {
  34. "captainhook": {
  35. "force-install": true
  36. },
  37. "ramsey/conventional-commits": {
  38. "configFile": "conventional-commits.json"
  39. },
  40. "ramsey/devtools": {
  41. "command-prefix": "dev",
  42. "memory-limit": "-1"
  43. }
  44. },
  45. "autoload": {
  46. "psr-4": {
  47. "Nextcloud\\Rector\\": "src/"
  48. }
  49. },
  50. "notification-url": "https://packagist.org/downloads/",
  51. "license": [
  52. "AGPL-3.0-or-later"
  53. ],
  54. "authors": [
  55. {
  56. "name": "Christoph Wurst",
  57. "email": "christoph@winzerhof-wurst.at",
  58. "homepage": "https://wuc.me"
  59. }
  60. ],
  61. "description": "Rector upgrade rules for Nextcloud",
  62. "keywords": [
  63. "nextcloud",
  64. "refactoring"
  65. ],
  66. "support": {
  67. "issues": "https://github.com/nextcloud-libraries/rector/issues",
  68. "source": "https://github.com/nextcloud-libraries/rector/tree/v0.2.0"
  69. },
  70. "time": "2024-09-19T09:54:28+00:00"
  71. },
  72. {
  73. "name": "phpstan/phpstan",
  74. "version": "1.12.4",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/phpstan/phpstan.git",
  78. "reference": "ffa517cb918591b93acc9b95c0bebdcd0e4538bd"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ffa517cb918591b93acc9b95c0bebdcd0e4538bd",
  83. "reference": "ffa517cb918591b93acc9b95c0bebdcd0e4538bd",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "php": "^7.2|^8.0"
  88. },
  89. "conflict": {
  90. "phpstan/phpstan-shim": "*"
  91. },
  92. "bin": [
  93. "phpstan",
  94. "phpstan.phar"
  95. ],
  96. "type": "library",
  97. "autoload": {
  98. "files": [
  99. "bootstrap.php"
  100. ]
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "description": "PHPStan - PHP Static Analysis Tool",
  107. "keywords": [
  108. "dev",
  109. "static analysis"
  110. ],
  111. "support": {
  112. "docs": "https://phpstan.org/user-guide/getting-started",
  113. "forum": "https://github.com/phpstan/phpstan/discussions",
  114. "issues": "https://github.com/phpstan/phpstan/issues",
  115. "security": "https://github.com/phpstan/phpstan/security/policy",
  116. "source": "https://github.com/phpstan/phpstan-src"
  117. },
  118. "funding": [
  119. {
  120. "url": "https://github.com/ondrejmirtes",
  121. "type": "github"
  122. },
  123. {
  124. "url": "https://github.com/phpstan",
  125. "type": "github"
  126. }
  127. ],
  128. "time": "2024-09-19T07:58:01+00:00"
  129. },
  130. {
  131. "name": "rector/rector",
  132. "version": "1.2.5",
  133. "source": {
  134. "type": "git",
  135. "url": "https://github.com/rectorphp/rector.git",
  136. "reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339"
  137. },
  138. "dist": {
  139. "type": "zip",
  140. "url": "https://api.github.com/repos/rectorphp/rector/zipball/e98aa793ca3fcd17e893cfaf9103ac049775d339",
  141. "reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339",
  142. "shasum": ""
  143. },
  144. "require": {
  145. "php": "^7.2|^8.0",
  146. "phpstan/phpstan": "^1.12.2"
  147. },
  148. "conflict": {
  149. "rector/rector-doctrine": "*",
  150. "rector/rector-downgrade-php": "*",
  151. "rector/rector-phpunit": "*",
  152. "rector/rector-symfony": "*"
  153. },
  154. "suggest": {
  155. "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
  156. },
  157. "bin": [
  158. "bin/rector"
  159. ],
  160. "type": "library",
  161. "autoload": {
  162. "files": [
  163. "bootstrap.php"
  164. ]
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "description": "Instant Upgrade and Automated Refactoring of any PHP code",
  171. "keywords": [
  172. "automation",
  173. "dev",
  174. "migration",
  175. "refactoring"
  176. ],
  177. "support": {
  178. "issues": "https://github.com/rectorphp/rector/issues",
  179. "source": "https://github.com/rectorphp/rector/tree/1.2.5"
  180. },
  181. "funding": [
  182. {
  183. "url": "https://github.com/tomasvotruba",
  184. "type": "github"
  185. }
  186. ],
  187. "time": "2024-09-08T17:43:24+00:00"
  188. }
  189. ],
  190. "aliases": [],
  191. "minimum-stability": "stable",
  192. "stability-flags": [],
  193. "prefer-stable": false,
  194. "prefer-lowest": false,
  195. "platform": [],
  196. "platform-dev": [],
  197. "plugin-api-version": "2.6.0"
  198. }