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": "70e5bd56a190b7c235e1d6f643692399",
8 "packages": [
9 {
10 "name": "symfony/polyfill-ctype",
11 "version": "v1.24.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/symfony/polyfill-ctype.git",
15 "reference": "30885182c981ab175d4d034db0f6f469898070ab"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
20 "reference": "30885182c981ab175d4d034db0f6f469898070ab",
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.23-dev"
36 },
37 "thanks": {
38 "name": "symfony/polyfill",
39 "url": "https://github.com/symfony/polyfill"
40 }
41 },
42 "autoload": {
43 "psr-4": {
44 "Symfony\\Polyfill\\Ctype\\": ""
45 },
46 "files": [
47 "bootstrap.php"
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.24.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": "2021-10-20T20:35:02+00:00"
90 },
91 {
92 "name": "symfony/polyfill-mbstring",
93 "version": "v1.24.0",
94 "source": {
95 "type": "git",
96 "url": "https://github.com/symfony/polyfill-mbstring.git",
97 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
98 },
99 "dist": {
100 "type": "zip",
101 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
102 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
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.23-dev"
118 },
119 "thanks": {
120 "name": "symfony/polyfill",
121 "url": "https://github.com/symfony/polyfill"
122 }
123 },
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 "time": "2021-11-30T18:21:41+00:00"
173 },
174 {
175 "name": "symfony/polyfill-php72",
176 "version": "v1.24.0",
177 "source": {
178 "type": "git",
179 "url": "https://github.com/symfony/polyfill-php72.git",
180 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
181 },
182 "dist": {
183 "type": "zip",
184 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
185 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
186 "shasum": ""
187 },
188 "require": {
189 "php": ">=7.1"
190 },
191 "type": "library",
192 "extra": {
193 "branch-alias": {
194 "dev-main": "1.23-dev"
195 },
196 "thanks": {
197 "name": "symfony/polyfill",
198 "url": "https://github.com/symfony/polyfill"
199 }
200 },
201 "autoload": {
202 "psr-4": {
203 "Symfony\\Polyfill\\Php72\\": ""
204 },
205 "files": [
206 "bootstrap.php"
207 ]
208 },
209 "notification-url": "https://packagist.org/downloads/",
210 "license": [
211 "MIT"
212 ],
213 "authors": [
214 {
215 "name": "Nicolas Grekas",
216 "email": "p@tchwork.com"
217 },
218 {
219 "name": "Symfony Community",
220 "homepage": "https://symfony.com/contributors"
221 }
222 ],
223 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
224 "homepage": "https://symfony.com",
225 "keywords": [
226 "compatibility",
227 "polyfill",
228 "portable",
229 "shim"
230 ],
231 "support": {
232 "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0"
233 },
234 "funding": [
235 {
236 "url": "https://symfony.com/sponsor",
237 "type": "custom"
238 },
239 {
240 "url": "https://github.com/fabpot",
241 "type": "github"
242 },
243 {
244 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
245 "type": "tidelift"
246 }
247 ],
248 "time": "2021-05-27T09:17:38+00:00"
249 },
250 {
251 "name": "twig/twig",
252 "version": "v2.14.10",
253 "source": {
254 "type": "git",
255 "url": "https://github.com/twigphp/Twig.git",
256 "reference": "95fb194cd4dd6ac373a27af2bde2bad5d3f27aba"
257 },
258 "dist": {
259 "type": "zip",
260 "url": "https://api.github.com/repos/twigphp/Twig/zipball/95fb194cd4dd6ac373a27af2bde2bad5d3f27aba",
261 "reference": "95fb194cd4dd6ac373a27af2bde2bad5d3f27aba",
262 "shasum": ""
263 },
264 "require": {
265 "php": ">=7.1.3",
266 "symfony/polyfill-ctype": "^1.8",
267 "symfony/polyfill-mbstring": "^1.3",
268 "symfony/polyfill-php72": "^1.8"
269 },
270 "require-dev": {
271 "psr/container": "^1.0",
272 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
273 },
274 "type": "library",
275 "extra": {
276 "branch-alias": {
277 "dev-master": "2.14-dev"
278 }
279 },
280 "autoload": {
281 "psr-0": {
282 "Twig_": "lib/"
283 },
284 "psr-4": {
285 "Twig\\": "src/"
286 }
287 },
288 "notification-url": "https://packagist.org/downloads/",
289 "license": [
290 "BSD-3-Clause"
291 ],
292 "authors": [
293 {
294 "name": "Fabien Potencier",
295 "email": "fabien@symfony.com",
296 "homepage": "http://fabien.potencier.org",
297 "role": "Lead Developer"
298 },
299 {
300 "name": "Twig Team",
301 "role": "Contributors"
302 },
303 {
304 "name": "Armin Ronacher",
305 "email": "armin.ronacher@active-4.com",
306 "role": "Project Founder"
307 }
308 ],
309 "description": "Twig, the flexible, fast, and secure template language for PHP",
310 "homepage": "https://twig.symfony.com",
311 "keywords": [
312 "templating"
313 ],
314 "support": {
315 "issues": "https://github.com/twigphp/Twig/issues",
316 "source": "https://github.com/twigphp/Twig/tree/v2.14.10"
317 },
318 "funding": [
319 {
320 "url": "https://github.com/fabpot",
321 "type": "github"
322 },
323 {
324 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
325 "type": "tidelift"
326 }
327 ],
328 "time": "2022-01-03T21:13:26+00:00"
329 }
330 ],
331 "packages-dev": [],
332 "aliases": [],
333 "minimum-stability": "stable",
334 "stability-flags": [],
335 "prefer-stable": false,
336 "prefer-lowest": false,
337 "platform": [],
338 "platform-dev": [],
339 "plugin-api-version": "2.2.0"
340}