composer.lock 8.3 KB

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