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