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": "92f48e974e38434b114e947c5635cbc9",
8    "packages": [
9        {
10            "name": "ezyang/htmlpurifier",
11            "version": "v4.16.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/ezyang/htmlpurifier.git",
15                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
20                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
21                "shasum": ""
22            },
23            "require": {
24                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
25            },
26            "require-dev": {
27                "cerdic/css-tidy": "^1.7 || ^2.0",
28                "simpletest/simpletest": "dev-master"
29            },
30            "suggest": {
31                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
32                "ext-bcmath": "Used for unit conversion and imagecrash protection",
33                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
34                "ext-tidy": "Used for pretty-printing HTML"
35            },
36            "type": "library",
37            "autoload": {
38                "files": [
39                    "library/HTMLPurifier.composer.php"
40                ],
41                "psr-0": {
42                    "HTMLPurifier": "library/"
43                },
44                "exclude-from-classmap": [
45                    "/library/HTMLPurifier/Language/"
46                ]
47            },
48            "notification-url": "https://packagist.org/downloads/",
49            "license": [
50                "LGPL-2.1-or-later"
51            ],
52            "authors": [
53                {
54                    "name": "Edward Z. Yang",
55                    "email": "admin@htmlpurifier.org",
56                    "homepage": "http://ezyang.com"
57                }
58            ],
59            "description": "Standards compliant HTML filter written in PHP",
60            "homepage": "http://htmlpurifier.org/",
61            "keywords": [
62                "html"
63            ],
64            "support": {
65                "issues": "https://github.com/ezyang/htmlpurifier/issues",
66                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
67            },
68            "time": "2022-09-18T07:06:19+00:00"
69        },
70        {
71            "name": "scotteh/php-dom-wrapper",
72            "version": "2.0.5",
73            "source": {
74                "type": "git",
75                "url": "https://github.com/scotteh/php-dom-wrapper.git",
76                "reference": "351e9c635c9aa65c8cedaeefcac3a49581ad2529"
77            },
78            "dist": {
79                "type": "zip",
80                "url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/351e9c635c9aa65c8cedaeefcac3a49581ad2529",
81                "reference": "351e9c635c9aa65c8cedaeefcac3a49581ad2529",
82                "shasum": ""
83            },
84            "require": {
85                "ext-libxml": "*",
86                "ext-mbstring": "*",
87                "lib-libxml": ">=2.7.7",
88                "php": ">=7.1.0",
89                "symfony/css-selector": "^4.0 || ^5.0 || ^6.0"
90            },
91            "require-dev": {
92                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
93            },
94            "type": "library",
95            "extra": {
96                "branch-alias": {
97                    "dev-master": "2.0-dev"
98                }
99            },
100            "autoload": {
101                "psr-4": {
102                    "DOMWrap\\": "src/"
103                }
104            },
105            "notification-url": "https://packagist.org/downloads/",
106            "license": [
107                "BSD-3-Clause"
108            ],
109            "authors": [
110                {
111                    "name": "Andrew Scott",
112                    "email": "andrew@andrewscott.net.au"
113                }
114            ],
115            "description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manipulate results quickly and easily.",
116            "homepage": "https://github.com/scotteh/php-dom-wrapper",
117            "keywords": [
118                "css",
119                "dom",
120                "html",
121                "parser",
122                "wrapper"
123            ],
124            "support": {
125                "issues": "https://github.com/scotteh/php-dom-wrapper/issues",
126                "source": "https://github.com/scotteh/php-dom-wrapper/tree/2.0.5"
127            },
128            "time": "2023-09-10T13:50:09+00:00"
129        },
130        {
131            "name": "symfony/css-selector",
132            "version": "v5.4.26",
133            "source": {
134                "type": "git",
135                "url": "https://github.com/symfony/css-selector.git",
136                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a"
137            },
138            "dist": {
139                "type": "zip",
140                "url": "https://api.github.com/repos/symfony/css-selector/zipball/0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
141                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
142                "shasum": ""
143            },
144            "require": {
145                "php": ">=7.2.5",
146                "symfony/polyfill-php80": "^1.16"
147            },
148            "type": "library",
149            "autoload": {
150                "psr-4": {
151                    "Symfony\\Component\\CssSelector\\": ""
152                },
153                "exclude-from-classmap": [
154                    "/Tests/"
155                ]
156            },
157            "notification-url": "https://packagist.org/downloads/",
158            "license": [
159                "MIT"
160            ],
161            "authors": [
162                {
163                    "name": "Fabien Potencier",
164                    "email": "fabien@symfony.com"
165                },
166                {
167                    "name": "Jean-François Simon",
168                    "email": "jeanfrancois.simon@sensiolabs.com"
169                },
170                {
171                    "name": "Symfony Community",
172                    "homepage": "https://symfony.com/contributors"
173                }
174            ],
175            "description": "Converts CSS selectors to XPath expressions",
176            "homepage": "https://symfony.com",
177            "support": {
178                "source": "https://github.com/symfony/css-selector/tree/v5.4.26"
179            },
180            "funding": [
181                {
182                    "url": "https://symfony.com/sponsor",
183                    "type": "custom"
184                },
185                {
186                    "url": "https://github.com/fabpot",
187                    "type": "github"
188                },
189                {
190                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
191                    "type": "tidelift"
192                }
193            ],
194            "time": "2023-07-07T06:10:25+00:00"
195        },
196        {
197            "name": "symfony/polyfill-php80",
198            "version": "v1.28.0",
199            "source": {
200                "type": "git",
201                "url": "https://github.com/symfony/polyfill-php80.git",
202                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
203            },
204            "dist": {
205                "type": "zip",
206                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
207                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
208                "shasum": ""
209            },
210            "require": {
211                "php": ">=7.1"
212            },
213            "type": "library",
214            "extra": {
215                "branch-alias": {
216                    "dev-main": "1.28-dev"
217                },
218                "thanks": {
219                    "name": "symfony/polyfill",
220                    "url": "https://github.com/symfony/polyfill"
221                }
222            },
223            "autoload": {
224                "files": [
225                    "bootstrap.php"
226                ],
227                "psr-4": {
228                    "Symfony\\Polyfill\\Php80\\": ""
229                },
230                "classmap": [
231                    "Resources/stubs"
232                ]
233            },
234            "notification-url": "https://packagist.org/downloads/",
235            "license": [
236                "MIT"
237            ],
238            "authors": [
239                {
240                    "name": "Ion Bazan",
241                    "email": "ion.bazan@gmail.com"
242                },
243                {
244                    "name": "Nicolas Grekas",
245                    "email": "p@tchwork.com"
246                },
247                {
248                    "name": "Symfony Community",
249                    "homepage": "https://symfony.com/contributors"
250                }
251            ],
252            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
253            "homepage": "https://symfony.com",
254            "keywords": [
255                "compatibility",
256                "polyfill",
257                "portable",
258                "shim"
259            ],
260            "support": {
261                "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
262            },
263            "funding": [
264                {
265                    "url": "https://symfony.com/sponsor",
266                    "type": "custom"
267                },
268                {
269                    "url": "https://github.com/fabpot",
270                    "type": "github"
271                },
272                {
273                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
274                    "type": "tidelift"
275                }
276            ],
277            "time": "2023-01-26T09:26:14+00:00"
278        }
279    ],
280    "packages-dev": [],
281    "aliases": [],
282    "minimum-stability": "stable",
283    "stability-flags": [],
284    "prefer-stable": false,
285    "prefer-lowest": false,
286    "platform": [],
287    "platform-dev": [],
288    "platform-overrides": {
289        "php": "7.4"
290    },
291    "plugin-api-version": "2.6.0"
292}
293