installed.json 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. {
  2. "packages": [
  3. {
  4. "name": "phpmyadmin/sql-parser",
  5. "version": "5.9.0",
  6. "version_normalized": "5.9.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/phpmyadmin/sql-parser.git",
  10. "reference": "011fa18a4e55591fac6545a821921dd1d61c6984"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/011fa18a4e55591fac6545a821921dd1d61c6984",
  15. "reference": "011fa18a4e55591fac6545a821921dd1d61c6984",
  16. "shasum": "",
  17. "mirrors": [
  18. {
  19. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  20. "preferred": true
  21. }
  22. ]
  23. },
  24. "require": {
  25. "php": "^7.2 || ^8.0",
  26. "symfony/polyfill-mbstring": "^1.3",
  27. "symfony/polyfill-php80": "^1.16"
  28. },
  29. "conflict": {
  30. "phpmyadmin/motranslator": "<3.0"
  31. },
  32. "require-dev": {
  33. "phpbench/phpbench": "^1.1",
  34. "phpmyadmin/coding-standard": "^3.0",
  35. "phpmyadmin/motranslator": "^4.0 || ^5.0",
  36. "phpstan/extension-installer": "^1.1",
  37. "phpstan/phpstan": "^1.9.12",
  38. "phpstan/phpstan-phpunit": "^1.3.3",
  39. "phpunit/php-code-coverage": "*",
  40. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  41. "psalm/plugin-phpunit": "^0.16.1",
  42. "vimeo/psalm": "^4.11",
  43. "zumba/json-serializer": "~3.0.2"
  44. },
  45. "suggest": {
  46. "ext-mbstring": "For best performance",
  47. "phpmyadmin/motranslator": "Translate messages to your favorite locale"
  48. },
  49. "time": "2024-01-20T20:34:02+00:00",
  50. "bin": [
  51. "bin/highlight-query",
  52. "bin/lint-query",
  53. "bin/sql-parser",
  54. "bin/tokenize-query"
  55. ],
  56. "type": "library",
  57. "installation-source": "dist",
  58. "autoload": {
  59. "psr-4": {
  60. "PhpMyAdmin\\SqlParser\\": "src"
  61. }
  62. },
  63. "notification-url": "https://packagist.org/downloads/",
  64. "license": [
  65. "GPL-2.0-or-later"
  66. ],
  67. "authors": [
  68. {
  69. "name": "The phpMyAdmin Team",
  70. "email": "developers@phpmyadmin.net",
  71. "homepage": "https://www.phpmyadmin.net/team/"
  72. }
  73. ],
  74. "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
  75. "homepage": "https://github.com/phpmyadmin/sql-parser",
  76. "keywords": [
  77. "analysis",
  78. "lexer",
  79. "parser",
  80. "query linter",
  81. "sql",
  82. "sql lexer",
  83. "sql linter",
  84. "sql parser",
  85. "sql syntax highlighter",
  86. "sql tokenizer"
  87. ],
  88. "support": {
  89. "issues": "https://github.com/phpmyadmin/sql-parser/issues",
  90. "source": "https://github.com/phpmyadmin/sql-parser"
  91. },
  92. "funding": [
  93. {
  94. "url": "https://www.phpmyadmin.net/donate/",
  95. "type": "other"
  96. }
  97. ],
  98. "install-path": "../phpmyadmin/sql-parser"
  99. },
  100. {
  101. "name": "symfony/polyfill-mbstring",
  102. "version": "v1.28.0",
  103. "version_normalized": "1.28.0.0",
  104. "source": {
  105. "type": "git",
  106. "url": "https://github.com/symfony/polyfill-mbstring.git",
  107. "reference": "42292d99c55abe617799667f454222c54c60e229"
  108. },
  109. "dist": {
  110. "type": "zip",
  111. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
  112. "reference": "42292d99c55abe617799667f454222c54c60e229",
  113. "shasum": "",
  114. "mirrors": [
  115. {
  116. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  117. "preferred": true
  118. }
  119. ]
  120. },
  121. "require": {
  122. "php": ">=7.1"
  123. },
  124. "provide": {
  125. "ext-mbstring": "*"
  126. },
  127. "suggest": {
  128. "ext-mbstring": "For best performance"
  129. },
  130. "time": "2023-07-28T09:04:16+00:00",
  131. "type": "library",
  132. "extra": {
  133. "branch-alias": {
  134. "dev-main": "1.28-dev"
  135. },
  136. "thanks": {
  137. "name": "symfony/polyfill",
  138. "url": "https://github.com/symfony/polyfill"
  139. }
  140. },
  141. "installation-source": "dist",
  142. "autoload": {
  143. "files": [
  144. "bootstrap.php"
  145. ],
  146. "psr-4": {
  147. "Symfony\\Polyfill\\Mbstring\\": ""
  148. }
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "MIT"
  153. ],
  154. "authors": [
  155. {
  156. "name": "Nicolas Grekas",
  157. "email": "p@tchwork.com"
  158. },
  159. {
  160. "name": "Symfony Community",
  161. "homepage": "https://symfony.com/contributors"
  162. }
  163. ],
  164. "description": "Symfony polyfill for the Mbstring extension",
  165. "homepage": "https://symfony.com",
  166. "keywords": [
  167. "compatibility",
  168. "mbstring",
  169. "polyfill",
  170. "portable",
  171. "shim"
  172. ],
  173. "support": {
  174. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
  175. },
  176. "funding": [
  177. {
  178. "url": "https://symfony.com/sponsor",
  179. "type": "custom"
  180. },
  181. {
  182. "url": "https://github.com/fabpot",
  183. "type": "github"
  184. },
  185. {
  186. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  187. "type": "tidelift"
  188. }
  189. ],
  190. "install-path": "../symfony/polyfill-mbstring"
  191. },
  192. {
  193. "name": "symfony/polyfill-php80",
  194. "version": "v1.29.0",
  195. "version_normalized": "1.29.0.0",
  196. "source": {
  197. "type": "git",
  198. "url": "https://github.com/symfony/polyfill-php80.git",
  199. "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
  200. },
  201. "dist": {
  202. "type": "zip",
  203. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
  204. "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
  205. "shasum": "",
  206. "mirrors": [
  207. {
  208. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  209. "preferred": true
  210. }
  211. ]
  212. },
  213. "require": {
  214. "php": ">=7.1"
  215. },
  216. "time": "2024-01-29T20:11:03+00:00",
  217. "type": "library",
  218. "extra": {
  219. "thanks": {
  220. "name": "symfony/polyfill",
  221. "url": "https://github.com/symfony/polyfill"
  222. }
  223. },
  224. "installation-source": "dist",
  225. "autoload": {
  226. "files": [
  227. "bootstrap.php"
  228. ],
  229. "psr-4": {
  230. "Symfony\\Polyfill\\Php80\\": ""
  231. },
  232. "classmap": [
  233. "Resources/stubs"
  234. ]
  235. },
  236. "notification-url": "https://packagist.org/downloads/",
  237. "license": [
  238. "MIT"
  239. ],
  240. "authors": [
  241. {
  242. "name": "Ion Bazan",
  243. "email": "ion.bazan@gmail.com"
  244. },
  245. {
  246. "name": "Nicolas Grekas",
  247. "email": "p@tchwork.com"
  248. },
  249. {
  250. "name": "Symfony Community",
  251. "homepage": "https://symfony.com/contributors"
  252. }
  253. ],
  254. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  255. "homepage": "https://symfony.com",
  256. "keywords": [
  257. "compatibility",
  258. "polyfill",
  259. "portable",
  260. "shim"
  261. ],
  262. "support": {
  263. "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
  264. },
  265. "funding": [
  266. {
  267. "url": "https://symfony.com/sponsor",
  268. "type": "custom"
  269. },
  270. {
  271. "url": "https://github.com/fabpot",
  272. "type": "github"
  273. },
  274. {
  275. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  276. "type": "tidelift"
  277. }
  278. ],
  279. "install-path": "../symfony/polyfill-php80"
  280. }
  281. ],
  282. "dev": true,
  283. "dev-package-names": []
  284. }