composer.lock 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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": "23c96ff7007b72dfd2bbe9cbf35a2843",
  8. "packages": [
  9. {
  10. "name": "adhocore/cli",
  11. "version": "v1.9.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/adhocore/php-cli.git",
  15. "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/adhocore/php-cli/zipball/86be16e3c3b42d76fcdb32529bcded0fedb925d3",
  20. "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=8.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^9.0"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "files": [
  32. "src/functions.php"
  33. ],
  34. "psr-4": {
  35. "Ahc\\Cli\\": "src/"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Jitendra Adhikari",
  45. "email": "jiten.adhikary@gmail.com"
  46. }
  47. ],
  48. "description": "Command line interface library for PHP",
  49. "keywords": [
  50. "argument-parser",
  51. "argv-parser",
  52. "cli",
  53. "cli-action",
  54. "cli-app",
  55. "cli-color",
  56. "cli-option",
  57. "cli-writer",
  58. "command",
  59. "console",
  60. "console-app",
  61. "php-cli",
  62. "php8",
  63. "stream-input",
  64. "stream-output"
  65. ],
  66. "support": {
  67. "issues": "https://github.com/adhocore/php-cli/issues",
  68. "source": "https://github.com/adhocore/php-cli/tree/v1.9.3"
  69. },
  70. "funding": [
  71. {
  72. "url": "https://paypal.me/ji10",
  73. "type": "custom"
  74. },
  75. {
  76. "url": "https://github.com/adhocore",
  77. "type": "github"
  78. }
  79. ],
  80. "time": "2024-12-04T03:40:29+00:00"
  81. },
  82. {
  83. "name": "nextcloud/openapi-extractor",
  84. "version": "v1.3.0",
  85. "source": {
  86. "type": "git",
  87. "url": "https://github.com/nextcloud-releases/openapi-extractor.git",
  88. "reference": "c0761cb7a3a0cd29c85ede9f27883d7f9f477bd0"
  89. },
  90. "dist": {
  91. "type": "zip",
  92. "url": "https://api.github.com/repos/nextcloud-releases/openapi-extractor/zipball/c0761cb7a3a0cd29c85ede9f27883d7f9f477bd0",
  93. "reference": "c0761cb7a3a0cd29c85ede9f27883d7f9f477bd0",
  94. "shasum": ""
  95. },
  96. "require": {
  97. "adhocore/cli": "^1.7",
  98. "ext-simplexml": "*",
  99. "nikic/php-parser": "^5.0",
  100. "php": "^8.1",
  101. "phpstan/phpdoc-parser": "^1.28"
  102. },
  103. "require-dev": {
  104. "nextcloud/coding-standard": "^1.2",
  105. "nextcloud/ocp": "dev-master",
  106. "rector/rector": "^2.0"
  107. },
  108. "bin": [
  109. "bin/generate-spec",
  110. "bin/merge-specs"
  111. ],
  112. "type": "library",
  113. "autoload": {
  114. "psr-4": {
  115. "OpenAPIExtractor\\": "src"
  116. }
  117. },
  118. "notification-url": "https://packagist.org/downloads/",
  119. "license": [
  120. "AGPL-3.0-or-later"
  121. ],
  122. "description": "A tool for extracting OpenAPI specifications from Nextcloud source code",
  123. "support": {
  124. "issues": "https://github.com/nextcloud-releases/openapi-extractor/issues",
  125. "source": "https://github.com/nextcloud-releases/openapi-extractor/tree/v1.3.0"
  126. },
  127. "time": "2024-12-17T16:34:26+00:00"
  128. },
  129. {
  130. "name": "nikic/php-parser",
  131. "version": "v5.3.1",
  132. "source": {
  133. "type": "git",
  134. "url": "https://github.com/nikic/PHP-Parser.git",
  135. "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b"
  136. },
  137. "dist": {
  138. "type": "zip",
  139. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b",
  140. "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b",
  141. "shasum": ""
  142. },
  143. "require": {
  144. "ext-ctype": "*",
  145. "ext-json": "*",
  146. "ext-tokenizer": "*",
  147. "php": ">=7.4"
  148. },
  149. "require-dev": {
  150. "ircmaxell/php-yacc": "^0.0.7",
  151. "phpunit/phpunit": "^9.0"
  152. },
  153. "bin": [
  154. "bin/php-parse"
  155. ],
  156. "type": "library",
  157. "extra": {
  158. "branch-alias": {
  159. "dev-master": "5.0-dev"
  160. }
  161. },
  162. "autoload": {
  163. "psr-4": {
  164. "PhpParser\\": "lib/PhpParser"
  165. }
  166. },
  167. "notification-url": "https://packagist.org/downloads/",
  168. "license": [
  169. "BSD-3-Clause"
  170. ],
  171. "authors": [
  172. {
  173. "name": "Nikita Popov"
  174. }
  175. ],
  176. "description": "A PHP parser written in PHP",
  177. "keywords": [
  178. "parser",
  179. "php"
  180. ],
  181. "support": {
  182. "issues": "https://github.com/nikic/PHP-Parser/issues",
  183. "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1"
  184. },
  185. "time": "2024-10-08T18:51:32+00:00"
  186. },
  187. {
  188. "name": "phpstan/phpdoc-parser",
  189. "version": "1.33.0",
  190. "source": {
  191. "type": "git",
  192. "url": "https://github.com/phpstan/phpdoc-parser.git",
  193. "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140"
  194. },
  195. "dist": {
  196. "type": "zip",
  197. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140",
  198. "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140",
  199. "shasum": ""
  200. },
  201. "require": {
  202. "php": "^7.2 || ^8.0"
  203. },
  204. "require-dev": {
  205. "doctrine/annotations": "^2.0",
  206. "nikic/php-parser": "^4.15",
  207. "php-parallel-lint/php-parallel-lint": "^1.2",
  208. "phpstan/extension-installer": "^1.0",
  209. "phpstan/phpstan": "^1.5",
  210. "phpstan/phpstan-phpunit": "^1.1",
  211. "phpstan/phpstan-strict-rules": "^1.0",
  212. "phpunit/phpunit": "^9.5",
  213. "symfony/process": "^5.2"
  214. },
  215. "type": "library",
  216. "autoload": {
  217. "psr-4": {
  218. "PHPStan\\PhpDocParser\\": [
  219. "src/"
  220. ]
  221. }
  222. },
  223. "notification-url": "https://packagist.org/downloads/",
  224. "license": [
  225. "MIT"
  226. ],
  227. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  228. "support": {
  229. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  230. "source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0"
  231. },
  232. "time": "2024-10-13T11:25:22+00:00"
  233. }
  234. ],
  235. "packages-dev": [],
  236. "aliases": [],
  237. "minimum-stability": "stable",
  238. "stability-flags": {},
  239. "prefer-stable": false,
  240. "prefer-lowest": false,
  241. "platform": {},
  242. "platform-dev": {},
  243. "platform-overrides": {
  244. "php": "8.1"
  245. },
  246. "plugin-api-version": "2.6.0"
  247. }