You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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