composer.lock 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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": "1feba9f5d4cf33133daf138f79521373",
  8. "packages": [
  9. {
  10. "name": "nikic/fast-route",
  11. "version": "v1.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/nikic/FastRoute.git",
  15. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  20. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.4.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^4.8.35|~5.7"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "files": [
  32. "src/functions.php"
  33. ],
  34. "psr-4": {
  35. "FastRoute\\": "src/"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "BSD-3-Clause"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Nikita Popov",
  45. "email": "nikic@php.net"
  46. }
  47. ],
  48. "description": "Fast request router for PHP",
  49. "keywords": [
  50. "router",
  51. "routing"
  52. ],
  53. "support": {
  54. "issues": "https://github.com/nikic/FastRoute/issues",
  55. "source": "https://github.com/nikic/FastRoute/tree/master"
  56. },
  57. "time": "2018-02-13T20:26:39+00:00"
  58. },
  59. {
  60. "name": "symfony/polyfill-ctype",
  61. "version": "v1.27.0",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/symfony/polyfill-ctype.git",
  65. "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
  70. "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "php": ">=7.1"
  75. },
  76. "provide": {
  77. "ext-ctype": "*"
  78. },
  79. "suggest": {
  80. "ext-ctype": "For best performance"
  81. },
  82. "type": "library",
  83. "extra": {
  84. "branch-alias": {
  85. "dev-main": "1.27-dev"
  86. },
  87. "thanks": {
  88. "name": "symfony/polyfill",
  89. "url": "https://github.com/symfony/polyfill"
  90. }
  91. },
  92. "autoload": {
  93. "files": [
  94. "bootstrap.php"
  95. ],
  96. "psr-4": {
  97. "Symfony\\Polyfill\\Ctype\\": ""
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Gert de Pagter",
  107. "email": "BackEndTea@gmail.com"
  108. },
  109. {
  110. "name": "Symfony Community",
  111. "homepage": "https://symfony.com/contributors"
  112. }
  113. ],
  114. "description": "Symfony polyfill for ctype functions",
  115. "homepage": "https://symfony.com",
  116. "keywords": [
  117. "compatibility",
  118. "ctype",
  119. "polyfill",
  120. "portable"
  121. ],
  122. "support": {
  123. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
  124. },
  125. "funding": [
  126. {
  127. "url": "https://symfony.com/sponsor",
  128. "type": "custom"
  129. },
  130. {
  131. "url": "https://github.com/fabpot",
  132. "type": "github"
  133. },
  134. {
  135. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  136. "type": "tidelift"
  137. }
  138. ],
  139. "time": "2022-11-03T14:55:06+00:00"
  140. },
  141. {
  142. "name": "symfony/polyfill-mbstring",
  143. "version": "v1.27.0",
  144. "source": {
  145. "type": "git",
  146. "url": "https://github.com/symfony/polyfill-mbstring.git",
  147. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  148. },
  149. "dist": {
  150. "type": "zip",
  151. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  152. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  153. "shasum": ""
  154. },
  155. "require": {
  156. "php": ">=7.1"
  157. },
  158. "provide": {
  159. "ext-mbstring": "*"
  160. },
  161. "suggest": {
  162. "ext-mbstring": "For best performance"
  163. },
  164. "type": "library",
  165. "extra": {
  166. "branch-alias": {
  167. "dev-main": "1.27-dev"
  168. },
  169. "thanks": {
  170. "name": "symfony/polyfill",
  171. "url": "https://github.com/symfony/polyfill"
  172. }
  173. },
  174. "autoload": {
  175. "files": [
  176. "bootstrap.php"
  177. ],
  178. "psr-4": {
  179. "Symfony\\Polyfill\\Mbstring\\": ""
  180. }
  181. },
  182. "notification-url": "https://packagist.org/downloads/",
  183. "license": [
  184. "MIT"
  185. ],
  186. "authors": [
  187. {
  188. "name": "Nicolas Grekas",
  189. "email": "p@tchwork.com"
  190. },
  191. {
  192. "name": "Symfony Community",
  193. "homepage": "https://symfony.com/contributors"
  194. }
  195. ],
  196. "description": "Symfony polyfill for the Mbstring extension",
  197. "homepage": "https://symfony.com",
  198. "keywords": [
  199. "compatibility",
  200. "mbstring",
  201. "polyfill",
  202. "portable",
  203. "shim"
  204. ],
  205. "support": {
  206. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  207. },
  208. "funding": [
  209. {
  210. "url": "https://symfony.com/sponsor",
  211. "type": "custom"
  212. },
  213. {
  214. "url": "https://github.com/fabpot",
  215. "type": "github"
  216. },
  217. {
  218. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  219. "type": "tidelift"
  220. }
  221. ],
  222. "time": "2022-11-03T14:55:06+00:00"
  223. },
  224. {
  225. "name": "twig/twig",
  226. "version": "v3.6.0",
  227. "source": {
  228. "type": "git",
  229. "url": "https://github.com/twigphp/Twig.git",
  230. "reference": "106c170d08e8415d78be2d16c3d057d0d108262b"
  231. },
  232. "dist": {
  233. "type": "zip",
  234. "url": "https://api.github.com/repos/twigphp/Twig/zipball/106c170d08e8415d78be2d16c3d057d0d108262b",
  235. "reference": "106c170d08e8415d78be2d16c3d057d0d108262b",
  236. "shasum": ""
  237. },
  238. "require": {
  239. "php": ">=7.2.5",
  240. "symfony/polyfill-ctype": "^1.8",
  241. "symfony/polyfill-mbstring": "^1.3"
  242. },
  243. "require-dev": {
  244. "psr/container": "^1.0|^2.0",
  245. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  246. },
  247. "type": "library",
  248. "autoload": {
  249. "psr-4": {
  250. "Twig\\": "src/"
  251. }
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "BSD-3-Clause"
  256. ],
  257. "authors": [
  258. {
  259. "name": "Fabien Potencier",
  260. "email": "fabien@symfony.com",
  261. "homepage": "http://fabien.potencier.org",
  262. "role": "Lead Developer"
  263. },
  264. {
  265. "name": "Twig Team",
  266. "role": "Contributors"
  267. },
  268. {
  269. "name": "Armin Ronacher",
  270. "email": "armin.ronacher@active-4.com",
  271. "role": "Project Founder"
  272. }
  273. ],
  274. "description": "Twig, the flexible, fast, and secure template language for PHP",
  275. "homepage": "https://twig.symfony.com",
  276. "keywords": [
  277. "templating"
  278. ],
  279. "support": {
  280. "issues": "https://github.com/twigphp/Twig/issues",
  281. "source": "https://github.com/twigphp/Twig/tree/v3.6.0"
  282. },
  283. "funding": [
  284. {
  285. "url": "https://github.com/fabpot",
  286. "type": "github"
  287. },
  288. {
  289. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  290. "type": "tidelift"
  291. }
  292. ],
  293. "time": "2023-05-03T19:06:57+00:00"
  294. }
  295. ],
  296. "packages-dev": [],
  297. "aliases": [],
  298. "minimum-stability": "stable",
  299. "stability-flags": [],
  300. "prefer-stable": false,
  301. "prefer-lowest": false,
  302. "platform": [],
  303. "platform-dev": [],
  304. "plugin-api-version": "2.3.0"
  305. }