installed.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. {
  2. "packages": [
  3. {
  4. "name": "symfony/polyfill-ctype",
  5. "version": "v1.24.0",
  6. "version_normalized": "1.24.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/symfony/polyfill-ctype.git",
  10. "reference": "30885182c981ab175d4d034db0f6f469898070ab"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
  15. "reference": "30885182c981ab175d4d034db0f6f469898070ab",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=7.1"
  20. },
  21. "provide": {
  22. "ext-ctype": "*"
  23. },
  24. "suggest": {
  25. "ext-ctype": "For best performance"
  26. },
  27. "time": "2021-10-20T20:35:02+00:00",
  28. "type": "library",
  29. "extra": {
  30. "branch-alias": {
  31. "dev-main": "1.23-dev"
  32. },
  33. "thanks": {
  34. "name": "symfony/polyfill",
  35. "url": "https://github.com/symfony/polyfill"
  36. }
  37. },
  38. "installation-source": "dist",
  39. "autoload": {
  40. "psr-4": {
  41. "Symfony\\Polyfill\\Ctype\\": ""
  42. },
  43. "files": [
  44. "bootstrap.php"
  45. ]
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Gert de Pagter",
  54. "email": "BackEndTea@gmail.com"
  55. },
  56. {
  57. "name": "Symfony Community",
  58. "homepage": "https://symfony.com/contributors"
  59. }
  60. ],
  61. "description": "Symfony polyfill for ctype functions",
  62. "homepage": "https://symfony.com",
  63. "keywords": [
  64. "compatibility",
  65. "ctype",
  66. "polyfill",
  67. "portable"
  68. ],
  69. "support": {
  70. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
  71. },
  72. "funding": [
  73. {
  74. "url": "https://symfony.com/sponsor",
  75. "type": "custom"
  76. },
  77. {
  78. "url": "https://github.com/fabpot",
  79. "type": "github"
  80. },
  81. {
  82. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  83. "type": "tidelift"
  84. }
  85. ],
  86. "install-path": "../symfony/polyfill-ctype"
  87. },
  88. {
  89. "name": "symfony/polyfill-mbstring",
  90. "version": "v1.24.0",
  91. "version_normalized": "1.24.0.0",
  92. "source": {
  93. "type": "git",
  94. "url": "https://github.com/symfony/polyfill-mbstring.git",
  95. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
  96. },
  97. "dist": {
  98. "type": "zip",
  99. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
  100. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
  101. "shasum": ""
  102. },
  103. "require": {
  104. "php": ">=7.1"
  105. },
  106. "provide": {
  107. "ext-mbstring": "*"
  108. },
  109. "suggest": {
  110. "ext-mbstring": "For best performance"
  111. },
  112. "time": "2021-11-30T18:21:41+00:00",
  113. "type": "library",
  114. "extra": {
  115. "branch-alias": {
  116. "dev-main": "1.23-dev"
  117. },
  118. "thanks": {
  119. "name": "symfony/polyfill",
  120. "url": "https://github.com/symfony/polyfill"
  121. }
  122. },
  123. "installation-source": "dist",
  124. "autoload": {
  125. "psr-4": {
  126. "Symfony\\Polyfill\\Mbstring\\": ""
  127. },
  128. "files": [
  129. "bootstrap.php"
  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.24.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. "install-path": "../symfony/polyfill-mbstring"
  173. },
  174. {
  175. "name": "twig/twig",
  176. "version": "v3.3.7",
  177. "version_normalized": "3.3.7.0",
  178. "source": {
  179. "type": "git",
  180. "url": "https://github.com/twigphp/Twig.git",
  181. "reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b"
  182. },
  183. "dist": {
  184. "type": "zip",
  185. "url": "https://api.github.com/repos/twigphp/Twig/zipball/8f168c6ffa3ce76d1786b3cd52275424a3fc675b",
  186. "reference": "8f168c6ffa3ce76d1786b3cd52275424a3fc675b",
  187. "shasum": ""
  188. },
  189. "require": {
  190. "php": ">=7.2.5",
  191. "symfony/polyfill-ctype": "^1.8",
  192. "symfony/polyfill-mbstring": "^1.3"
  193. },
  194. "require-dev": {
  195. "psr/container": "^1.0",
  196. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  197. },
  198. "time": "2022-01-03T21:15:37+00:00",
  199. "type": "library",
  200. "extra": {
  201. "branch-alias": {
  202. "dev-master": "3.3-dev"
  203. }
  204. },
  205. "installation-source": "dist",
  206. "autoload": {
  207. "psr-4": {
  208. "Twig\\": "src/"
  209. }
  210. },
  211. "notification-url": "https://packagist.org/downloads/",
  212. "license": [
  213. "BSD-3-Clause"
  214. ],
  215. "authors": [
  216. {
  217. "name": "Fabien Potencier",
  218. "email": "fabien@symfony.com",
  219. "homepage": "http://fabien.potencier.org",
  220. "role": "Lead Developer"
  221. },
  222. {
  223. "name": "Twig Team",
  224. "role": "Contributors"
  225. },
  226. {
  227. "name": "Armin Ronacher",
  228. "email": "armin.ronacher@active-4.com",
  229. "role": "Project Founder"
  230. }
  231. ],
  232. "description": "Twig, the flexible, fast, and secure template language for PHP",
  233. "homepage": "https://twig.symfony.com",
  234. "keywords": [
  235. "templating"
  236. ],
  237. "support": {
  238. "issues": "https://github.com/twigphp/Twig/issues",
  239. "source": "https://github.com/twigphp/Twig/tree/v3.3.7"
  240. },
  241. "funding": [
  242. {
  243. "url": "https://github.com/fabpot",
  244. "type": "github"
  245. },
  246. {
  247. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  248. "type": "tidelift"
  249. }
  250. ],
  251. "install-path": "../twig/twig"
  252. }
  253. ],
  254. "dev": true,
  255. "dev-package-names": []
  256. }