composer.lock 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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": "143725e36726d6a8e8fc092c8b44a4ee",
  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": "dev-main",
  82. "source": {
  83. "type": "git",
  84. "url": "https://github.com/nextcloud/openapi-extractor.git",
  85. "reference": "82473016d48704ed21e75ea2afa9b0262b9b9a6d"
  86. },
  87. "dist": {
  88. "type": "zip",
  89. "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/82473016d48704ed21e75ea2afa9b0262b9b9a6d",
  90. "reference": "82473016d48704ed21e75ea2afa9b0262b9b9a6d",
  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. "default-branch": true,
  105. "bin": [
  106. "generate-spec",
  107. "merge-specs"
  108. ],
  109. "type": "library",
  110. "autoload": {
  111. "psr-4": {
  112. "OpenAPIExtractor\\": "src"
  113. }
  114. },
  115. "scripts": {
  116. "lint": [
  117. "find . -name \\*.php -not -path './tests/*' -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l && php -l generate-spec && php -l merge-specs"
  118. ],
  119. "cs:check": [
  120. "php-cs-fixer fix --dry-run --diff"
  121. ],
  122. "cs:fix": [
  123. "php-cs-fixer fix"
  124. ],
  125. "test:unit": [
  126. "cd tests && ../generate-spec"
  127. ]
  128. },
  129. "support": {
  130. "source": "https://github.com/nextcloud/openapi-extractor/tree/main",
  131. "issues": "https://github.com/nextcloud/openapi-extractor/issues"
  132. },
  133. "time": "2024-07-02T07:11:51+00:00"
  134. },
  135. {
  136. "name": "nikic/php-parser",
  137. "version": "v5.1.0",
  138. "source": {
  139. "type": "git",
  140. "url": "https://github.com/nikic/PHP-Parser.git",
  141. "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
  142. },
  143. "dist": {
  144. "type": "zip",
  145. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
  146. "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
  147. "shasum": ""
  148. },
  149. "require": {
  150. "ext-ctype": "*",
  151. "ext-json": "*",
  152. "ext-tokenizer": "*",
  153. "php": ">=7.4"
  154. },
  155. "require-dev": {
  156. "ircmaxell/php-yacc": "^0.0.7",
  157. "phpunit/phpunit": "^9.0"
  158. },
  159. "bin": [
  160. "bin/php-parse"
  161. ],
  162. "type": "library",
  163. "extra": {
  164. "branch-alias": {
  165. "dev-master": "5.0-dev"
  166. }
  167. },
  168. "autoload": {
  169. "psr-4": {
  170. "PhpParser\\": "lib/PhpParser"
  171. }
  172. },
  173. "notification-url": "https://packagist.org/downloads/",
  174. "license": [
  175. "BSD-3-Clause"
  176. ],
  177. "authors": [
  178. {
  179. "name": "Nikita Popov"
  180. }
  181. ],
  182. "description": "A PHP parser written in PHP",
  183. "keywords": [
  184. "parser",
  185. "php"
  186. ],
  187. "support": {
  188. "issues": "https://github.com/nikic/PHP-Parser/issues",
  189. "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
  190. },
  191. "time": "2024-07-01T20:03:41+00:00"
  192. },
  193. {
  194. "name": "phpstan/phpdoc-parser",
  195. "version": "1.29.1",
  196. "source": {
  197. "type": "git",
  198. "url": "https://github.com/phpstan/phpdoc-parser.git",
  199. "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
  200. },
  201. "dist": {
  202. "type": "zip",
  203. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
  204. "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
  205. "shasum": ""
  206. },
  207. "require": {
  208. "php": "^7.2 || ^8.0"
  209. },
  210. "require-dev": {
  211. "doctrine/annotations": "^2.0",
  212. "nikic/php-parser": "^4.15",
  213. "php-parallel-lint/php-parallel-lint": "^1.2",
  214. "phpstan/extension-installer": "^1.0",
  215. "phpstan/phpstan": "^1.5",
  216. "phpstan/phpstan-phpunit": "^1.1",
  217. "phpstan/phpstan-strict-rules": "^1.0",
  218. "phpunit/phpunit": "^9.5",
  219. "symfony/process": "^5.2"
  220. },
  221. "type": "library",
  222. "autoload": {
  223. "psr-4": {
  224. "PHPStan\\PhpDocParser\\": [
  225. "src/"
  226. ]
  227. }
  228. },
  229. "notification-url": "https://packagist.org/downloads/",
  230. "license": [
  231. "MIT"
  232. ],
  233. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  234. "support": {
  235. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  236. "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1"
  237. },
  238. "time": "2024-05-31T08:52:43+00:00"
  239. }
  240. ],
  241. "packages-dev": [],
  242. "aliases": [],
  243. "minimum-stability": "stable",
  244. "stability-flags": {
  245. "nextcloud/openapi-extractor": 20
  246. },
  247. "prefer-stable": false,
  248. "prefer-lowest": false,
  249. "platform": [],
  250. "platform-dev": [],
  251. "platform-overrides": {
  252. "php": "8.1"
  253. },
  254. "plugin-api-version": "2.6.0"
  255. }