composer.lock 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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.6.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/adhocore/php-cli.git",
  15. "reference": "34191315b0da20b9b4ecad783d91db992fa209a4"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/adhocore/php-cli/zipball/34191315b0da20b9b4ecad783d91db992fa209a4",
  20. "reference": "34191315b0da20b9b4ecad783d91db992fa209a4",
  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.2"
  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-01-22T22:37:23+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": "e15283dc655436460c531ce286b7f0bae3e0bf31"
  86. },
  87. "dist": {
  88. "type": "zip",
  89. "url": "https://api.github.com/repos/nextcloud/openapi-extractor/zipball/e15283dc655436460c531ce286b7f0bae3e0bf31",
  90. "reference": "e15283dc655436460c531ce286b7f0bae3e0bf31",
  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. "require-dev": {
  101. "nextcloud/coding-standard": "^1.1"
  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-02-21T11:05:43+00:00"
  133. },
  134. {
  135. "name": "nikic/php-parser",
  136. "version": "v4.18.0",
  137. "source": {
  138. "type": "git",
  139. "url": "https://github.com/nikic/PHP-Parser.git",
  140. "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
  141. },
  142. "dist": {
  143. "type": "zip",
  144. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
  145. "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
  146. "shasum": ""
  147. },
  148. "require": {
  149. "ext-tokenizer": "*",
  150. "php": ">=7.0"
  151. },
  152. "require-dev": {
  153. "ircmaxell/php-yacc": "^0.0.7",
  154. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  155. },
  156. "bin": [
  157. "bin/php-parse"
  158. ],
  159. "type": "library",
  160. "extra": {
  161. "branch-alias": {
  162. "dev-master": "4.9-dev"
  163. }
  164. },
  165. "autoload": {
  166. "psr-4": {
  167. "PhpParser\\": "lib/PhpParser"
  168. }
  169. },
  170. "notification-url": "https://packagist.org/downloads/",
  171. "license": [
  172. "BSD-3-Clause"
  173. ],
  174. "authors": [
  175. {
  176. "name": "Nikita Popov"
  177. }
  178. ],
  179. "description": "A PHP parser written in PHP",
  180. "keywords": [
  181. "parser",
  182. "php"
  183. ],
  184. "support": {
  185. "issues": "https://github.com/nikic/PHP-Parser/issues",
  186. "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
  187. },
  188. "time": "2023-12-10T21:03:43+00:00"
  189. },
  190. {
  191. "name": "phpstan/phpdoc-parser",
  192. "version": "1.25.0",
  193. "source": {
  194. "type": "git",
  195. "url": "https://github.com/phpstan/phpdoc-parser.git",
  196. "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240"
  197. },
  198. "dist": {
  199. "type": "zip",
  200. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240",
  201. "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240",
  202. "shasum": ""
  203. },
  204. "require": {
  205. "php": "^7.2 || ^8.0"
  206. },
  207. "require-dev": {
  208. "doctrine/annotations": "^2.0",
  209. "nikic/php-parser": "^4.15",
  210. "php-parallel-lint/php-parallel-lint": "^1.2",
  211. "phpstan/extension-installer": "^1.0",
  212. "phpstan/phpstan": "^1.5",
  213. "phpstan/phpstan-phpunit": "^1.1",
  214. "phpstan/phpstan-strict-rules": "^1.0",
  215. "phpunit/phpunit": "^9.5",
  216. "symfony/process": "^5.2"
  217. },
  218. "type": "library",
  219. "autoload": {
  220. "psr-4": {
  221. "PHPStan\\PhpDocParser\\": [
  222. "src/"
  223. ]
  224. }
  225. },
  226. "notification-url": "https://packagist.org/downloads/",
  227. "license": [
  228. "MIT"
  229. ],
  230. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  231. "support": {
  232. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  233. "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0"
  234. },
  235. "time": "2024-01-04T17:06:16+00:00"
  236. }
  237. ],
  238. "packages-dev": [],
  239. "aliases": [],
  240. "minimum-stability": "stable",
  241. "stability-flags": {
  242. "nextcloud/openapi-extractor": 20
  243. },
  244. "prefer-stable": false,
  245. "prefer-lowest": false,
  246. "platform": [],
  247. "platform-dev": [],
  248. "platform-overrides": {
  249. "php": "8.1"
  250. },
  251. "plugin-api-version": "2.6.0"
  252. }