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": "ef6134f12dda169d486ebf8866cf6b5b",
8    "packages": [
9        {
10            "name": "mikealmond/color",
11            "version": "v0.1.3",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/mikealmond/color.git",
15                "reference": "31c1dcbaedfc6a6a76fea85a7c0caac435732482"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/mikealmond/color/zipball/31c1dcbaedfc6a6a76fea85a7c0caac435732482",
20                "reference": "31c1dcbaedfc6a6a76fea85a7c0caac435732482",
21                "shasum": ""
22            },
23            "require": {
24                "ext-ctype": "*",
25                "ext-json": "*",
26                "php": "~7.0"
27            },
28            "require-dev": {
29                "phpunit/phpunit": "~6.0",
30                "squizlabs/php_codesniffer": "^3.0"
31            },
32            "type": "library",
33            "extra": {
34                "branch-alias": {
35                    "dev-master": "1.0-dev"
36                }
37            },
38            "autoload": {
39                "psr-4": {
40                    "MikeAlmond\\Color\\": "src"
41                }
42            },
43            "notification-url": "https://packagist.org/downloads/",
44            "license": [
45                "MIT"
46            ],
47            "authors": [
48                {
49                    "name": "Mike Almond",
50                    "email": "mike.almond@gmail.com",
51                    "homepage": "https://mikealmond.com",
52                    "role": "Developer"
53                }
54            ],
55            "description": "A small library to manipulate and display colors",
56            "homepage": "https://github.com/mikealmond/color",
57            "keywords": [
58                "color",
59                "mikealmond"
60            ],
61            "support": {
62                "issues": "https://github.com/mikealmond/color/issues",
63                "source": "https://github.com/mikealmond/color/tree/v0.1.3"
64            },
65            "time": "2019-06-11T15:48:20+00:00"
66        },
67        {
68            "name": "mikealmond/twig-color-extension",
69            "version": "v0.0.7",
70            "source": {
71                "type": "git",
72                "url": "https://github.com/mikealmond/twig-color-extension.git",
73                "reference": "0f664916ef4ffc7bb5c6e528da09c2e76f6aab74"
74            },
75            "dist": {
76                "type": "zip",
77                "url": "https://api.github.com/repos/mikealmond/twig-color-extension/zipball/0f664916ef4ffc7bb5c6e528da09c2e76f6aab74",
78                "reference": "0f664916ef4ffc7bb5c6e528da09c2e76f6aab74",
79                "shasum": ""
80            },
81            "require": {
82                "ext-ctype": "*",
83                "ext-json": "*",
84                "mikealmond/color": "^0.1.0",
85                "php": "~7.0",
86                "twig/twig": "^1.2|^2.5|^3.0"
87            },
88            "require-dev": {
89                "phpunit/phpunit": "~6.0",
90                "squizlabs/php_codesniffer": "^3.0"
91            },
92            "type": "project",
93            "autoload": {
94                "psr-4": {
95                    "MikeAlmond\\TwigColorExtension\\": "src"
96                }
97            },
98            "notification-url": "https://packagist.org/downloads/",
99            "license": [
100                "MIT"
101            ],
102            "description": "A series of Twig filters for color manipulations",
103            "homepage": "https://github.com/mikealmond/twig-color-extension",
104            "keywords": [
105                "color",
106                "filter",
107                "mikealmond",
108                "twig"
109            ],
110            "support": {
111                "issues": "https://github.com/mikealmond/twig-color-extension/issues",
112                "source": "https://github.com/mikealmond/twig-color-extension/tree/v0.0.7"
113            },
114            "time": "2021-01-29T20:22:37+00:00"
115        },
116        {
117            "name": "symfony/polyfill-ctype",
118            "version": "v1.22.0",
119            "source": {
120                "type": "git",
121                "url": "https://github.com/symfony/polyfill-ctype.git",
122                "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
123            },
124            "dist": {
125                "type": "zip",
126                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
127                "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
128                "shasum": ""
129            },
130            "require": {
131                "php": ">=7.1"
132            },
133            "suggest": {
134                "ext-ctype": "For best performance"
135            },
136            "type": "library",
137            "extra": {
138                "branch-alias": {
139                    "dev-main": "1.22-dev"
140                },
141                "thanks": {
142                    "name": "symfony/polyfill",
143                    "url": "https://github.com/symfony/polyfill"
144                }
145            },
146            "autoload": {
147                "psr-4": {
148                    "Symfony\\Polyfill\\Ctype\\": ""
149                },
150                "files": [
151                    "bootstrap.php"
152                ]
153            },
154            "notification-url": "https://packagist.org/downloads/",
155            "license": [
156                "MIT"
157            ],
158            "authors": [
159                {
160                    "name": "Gert de Pagter",
161                    "email": "BackEndTea@gmail.com"
162                },
163                {
164                    "name": "Symfony Community",
165                    "homepage": "https://symfony.com/contributors"
166                }
167            ],
168            "description": "Symfony polyfill for ctype functions",
169            "homepage": "https://symfony.com",
170            "keywords": [
171                "compatibility",
172                "ctype",
173                "polyfill",
174                "portable"
175            ],
176            "support": {
177                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0"
178            },
179            "funding": [
180                {
181                    "url": "https://symfony.com/sponsor",
182                    "type": "custom"
183                },
184                {
185                    "url": "https://github.com/fabpot",
186                    "type": "github"
187                },
188                {
189                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
190                    "type": "tidelift"
191                }
192            ],
193            "time": "2021-01-07T16:49:33+00:00"
194        },
195        {
196            "name": "symfony/polyfill-mbstring",
197            "version": "v1.22.0",
198            "source": {
199                "type": "git",
200                "url": "https://github.com/symfony/polyfill-mbstring.git",
201                "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
202            },
203            "dist": {
204                "type": "zip",
205                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
206                "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
207                "shasum": ""
208            },
209            "require": {
210                "php": ">=7.1"
211            },
212            "suggest": {
213                "ext-mbstring": "For best performance"
214            },
215            "type": "library",
216            "extra": {
217                "branch-alias": {
218                    "dev-main": "1.22-dev"
219                },
220                "thanks": {
221                    "name": "symfony/polyfill",
222                    "url": "https://github.com/symfony/polyfill"
223                }
224            },
225            "autoload": {
226                "psr-4": {
227                    "Symfony\\Polyfill\\Mbstring\\": ""
228                },
229                "files": [
230                    "bootstrap.php"
231                ]
232            },
233            "notification-url": "https://packagist.org/downloads/",
234            "license": [
235                "MIT"
236            ],
237            "authors": [
238                {
239                    "name": "Nicolas Grekas",
240                    "email": "p@tchwork.com"
241                },
242                {
243                    "name": "Symfony Community",
244                    "homepage": "https://symfony.com/contributors"
245                }
246            ],
247            "description": "Symfony polyfill for the Mbstring extension",
248            "homepage": "https://symfony.com",
249            "keywords": [
250                "compatibility",
251                "mbstring",
252                "polyfill",
253                "portable",
254                "shim"
255            ],
256            "support": {
257                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0"
258            },
259            "funding": [
260                {
261                    "url": "https://symfony.com/sponsor",
262                    "type": "custom"
263                },
264                {
265                    "url": "https://github.com/fabpot",
266                    "type": "github"
267                },
268                {
269                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
270                    "type": "tidelift"
271                }
272            ],
273            "time": "2021-01-07T16:49:33+00:00"
274        },
275        {
276            "name": "twig/twig",
277            "version": "v3.2.1",
278            "source": {
279                "type": "git",
280                "url": "https://github.com/twigphp/Twig.git",
281                "reference": "f795ca686d38530045859b0350b5352f7d63447d"
282            },
283            "dist": {
284                "type": "zip",
285                "url": "https://api.github.com/repos/twigphp/Twig/zipball/f795ca686d38530045859b0350b5352f7d63447d",
286                "reference": "f795ca686d38530045859b0350b5352f7d63447d",
287                "shasum": ""
288            },
289            "require": {
290                "php": ">=7.2.5",
291                "symfony/polyfill-ctype": "^1.8",
292                "symfony/polyfill-mbstring": "^1.3"
293            },
294            "require-dev": {
295                "psr/container": "^1.0",
296                "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
297            },
298            "type": "library",
299            "extra": {
300                "branch-alias": {
301                    "dev-master": "3.2-dev"
302                }
303            },
304            "autoload": {
305                "psr-4": {
306                    "Twig\\": "src/"
307                }
308            },
309            "notification-url": "https://packagist.org/downloads/",
310            "license": [
311                "BSD-3-Clause"
312            ],
313            "authors": [
314                {
315                    "name": "Fabien Potencier",
316                    "email": "fabien@symfony.com",
317                    "homepage": "http://fabien.potencier.org",
318                    "role": "Lead Developer"
319                },
320                {
321                    "name": "Twig Team",
322                    "role": "Contributors"
323                },
324                {
325                    "name": "Armin Ronacher",
326                    "email": "armin.ronacher@active-4.com",
327                    "role": "Project Founder"
328                }
329            ],
330            "description": "Twig, the flexible, fast, and secure template language for PHP",
331            "homepage": "https://twig.symfony.com",
332            "keywords": [
333                "templating"
334            ],
335            "support": {
336                "issues": "https://github.com/twigphp/Twig/issues",
337                "source": "https://github.com/twigphp/Twig/tree/v3.2.1"
338            },
339            "funding": [
340                {
341                    "url": "https://github.com/fabpot",
342                    "type": "github"
343                },
344                {
345                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
346                    "type": "tidelift"
347                }
348            ],
349            "time": "2021-01-05T15:40:36+00:00"
350        }
351    ],
352    "packages-dev": [],
353    "aliases": [],
354    "minimum-stability": "stable",
355    "stability-flags": [],
356    "prefer-stable": false,
357    "prefer-lowest": false,
358    "platform": [],
359    "platform-dev": [],
360    "plugin-api-version": "2.0.0"
361}
362