Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

composer.lock 8.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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": "e61826fae9fde663e18702f8f0b8db35",
  8. "packages": [
  9. {
  10. "name": "adhocore/cli",
  11. "version": "v1.6.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/adhocore/php-cli.git",
  15. "reference": "25b5a93e5eebcdb70e20ee33313a011ea3a4f770"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/adhocore/php-cli/zipball/25b5a93e5eebcdb70e20ee33313a011ea3a4f770",
  20. "reference": "25b5a93e5eebcdb70e20ee33313a011ea3a4f770",
  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.6.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": "2023-06-26T09:55:29+00:00"
  78. },
  79. {
  80. "name": "nextcloud/openapi-extractor",
  81. "version": "dev-main",
  82. "source": {
  83. "type": "git",
  84. "url": "https://github.com/nextcloud/openapi-extractor.git",
  85. "reference": "8ba3b777239436ea71aa92fcef279db71e1f2ac9"
  86. },
  87. "dist": {
  88. "type": "zip",
  89. "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/8ba3b777239436ea71aa92fcef279db71e1f2ac9",
  90. "reference": "8ba3b777239436ea71aa92fcef279db71e1f2ac9",
  91. "shasum": ""
  92. },
  93. "require": {
  94. "adhocore/cli": "^v1.6",
  95. "ext-simplexml": "*",
  96. "nikic/php-parser": "^4.16",
  97. "php": "^8.1",
  98. "phpstan/phpdoc-parser": "^1.23"
  99. },
  100. "default-branch": true,
  101. "bin": [
  102. "generate-spec",
  103. "merge-specs"
  104. ],
  105. "type": "library",
  106. "autoload": {
  107. "psr-4": {
  108. "OpenAPIExtractor\\": "src"
  109. }
  110. },
  111. "support": {
  112. "source": "https://github.com/nextcloud/openapi-extractor/tree/main",
  113. "issues": "https://github.com/nextcloud/openapi-extractor/issues"
  114. },
  115. "time": "2023-09-19T10:05:15+00:00"
  116. },
  117. {
  118. "name": "nikic/php-parser",
  119. "version": "v4.17.1",
  120. "source": {
  121. "type": "git",
  122. "url": "https://github.com/nikic/PHP-Parser.git",
  123. "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
  124. },
  125. "dist": {
  126. "type": "zip",
  127. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
  128. "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
  129. "shasum": ""
  130. },
  131. "require": {
  132. "ext-tokenizer": "*",
  133. "php": ">=7.0"
  134. },
  135. "require-dev": {
  136. "ircmaxell/php-yacc": "^0.0.7",
  137. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  138. },
  139. "bin": [
  140. "bin/php-parse"
  141. ],
  142. "type": "library",
  143. "extra": {
  144. "branch-alias": {
  145. "dev-master": "4.9-dev"
  146. }
  147. },
  148. "autoload": {
  149. "psr-4": {
  150. "PhpParser\\": "lib/PhpParser"
  151. }
  152. },
  153. "notification-url": "https://packagist.org/downloads/",
  154. "license": [
  155. "BSD-3-Clause"
  156. ],
  157. "authors": [
  158. {
  159. "name": "Nikita Popov"
  160. }
  161. ],
  162. "description": "A PHP parser written in PHP",
  163. "keywords": [
  164. "parser",
  165. "php"
  166. ],
  167. "support": {
  168. "issues": "https://github.com/nikic/PHP-Parser/issues",
  169. "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
  170. },
  171. "time": "2023-08-13T19:53:39+00:00"
  172. },
  173. {
  174. "name": "phpstan/phpdoc-parser",
  175. "version": "1.24.1",
  176. "source": {
  177. "type": "git",
  178. "url": "https://github.com/phpstan/phpdoc-parser.git",
  179. "reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01"
  180. },
  181. "dist": {
  182. "type": "zip",
  183. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01",
  184. "reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01",
  185. "shasum": ""
  186. },
  187. "require": {
  188. "php": "^7.2 || ^8.0"
  189. },
  190. "require-dev": {
  191. "doctrine/annotations": "^2.0",
  192. "nikic/php-parser": "^4.15",
  193. "php-parallel-lint/php-parallel-lint": "^1.2",
  194. "phpstan/extension-installer": "^1.0",
  195. "phpstan/phpstan": "^1.5",
  196. "phpstan/phpstan-phpunit": "^1.1",
  197. "phpstan/phpstan-strict-rules": "^1.0",
  198. "phpunit/phpunit": "^9.5",
  199. "symfony/process": "^5.2"
  200. },
  201. "type": "library",
  202. "autoload": {
  203. "psr-4": {
  204. "PHPStan\\PhpDocParser\\": [
  205. "src/"
  206. ]
  207. }
  208. },
  209. "notification-url": "https://packagist.org/downloads/",
  210. "license": [
  211. "MIT"
  212. ],
  213. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  214. "support": {
  215. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  216. "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.1"
  217. },
  218. "time": "2023-09-18T12:18:02+00:00"
  219. }
  220. ],
  221. "packages-dev": [],
  222. "aliases": [],
  223. "minimum-stability": "stable",
  224. "stability-flags": {
  225. "nextcloud/openapi-extractor": 20
  226. },
  227. "prefer-stable": false,
  228. "prefer-lowest": false,
  229. "platform": [],
  230. "platform-dev": [],
  231. "platform-overrides": {
  232. "php": "8.1"
  233. },
  234. "plugin-api-version": "2.6.0"
  235. }