xref: /dokuwiki/_test/composer.lock (revision acdf738a61532360131323876e96f504db0a2b0a)
1*acdf738aSAndreas Gohr{
2*acdf738aSAndreas Gohr    "_readme": [
3*acdf738aSAndreas Gohr        "This file locks the dependencies of your project to a known state",
4*acdf738aSAndreas Gohr        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5*acdf738aSAndreas Gohr        "This file is @generated automatically"
6*acdf738aSAndreas Gohr    ],
7*acdf738aSAndreas Gohr    "content-hash": "6c1158e74baf55b1de07e592d83746a8",
8*acdf738aSAndreas Gohr    "packages": [
9*acdf738aSAndreas Gohr        {
10*acdf738aSAndreas Gohr            "name": "scotteh/php-dom-wrapper",
11*acdf738aSAndreas Gohr            "version": "2.0.3",
12*acdf738aSAndreas Gohr            "source": {
13*acdf738aSAndreas Gohr                "type": "git",
14*acdf738aSAndreas Gohr                "url": "https://github.com/scotteh/php-dom-wrapper.git",
15*acdf738aSAndreas Gohr                "reference": "edf37231a9ee609ea947ffaa5ac342a372f18b29"
16*acdf738aSAndreas Gohr            },
17*acdf738aSAndreas Gohr            "dist": {
18*acdf738aSAndreas Gohr                "type": "zip",
19*acdf738aSAndreas Gohr                "url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/edf37231a9ee609ea947ffaa5ac342a372f18b29",
20*acdf738aSAndreas Gohr                "reference": "edf37231a9ee609ea947ffaa5ac342a372f18b29",
21*acdf738aSAndreas Gohr                "shasum": ""
22*acdf738aSAndreas Gohr            },
23*acdf738aSAndreas Gohr            "require": {
24*acdf738aSAndreas Gohr                "ext-libxml": "*",
25*acdf738aSAndreas Gohr                "ext-mbstring": "*",
26*acdf738aSAndreas Gohr                "lib-libxml": ">=2.7.7",
27*acdf738aSAndreas Gohr                "php": ">=7.1.0",
28*acdf738aSAndreas Gohr                "symfony/css-selector": "^4.0 || ^5.0 || ^6.0"
29*acdf738aSAndreas Gohr            },
30*acdf738aSAndreas Gohr            "require-dev": {
31*acdf738aSAndreas Gohr                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
32*acdf738aSAndreas Gohr            },
33*acdf738aSAndreas Gohr            "type": "library",
34*acdf738aSAndreas Gohr            "extra": {
35*acdf738aSAndreas Gohr                "branch-alias": {
36*acdf738aSAndreas Gohr                    "dev-master": "2.0-dev"
37*acdf738aSAndreas Gohr                }
38*acdf738aSAndreas Gohr            },
39*acdf738aSAndreas Gohr            "autoload": {
40*acdf738aSAndreas Gohr                "psr-4": {
41*acdf738aSAndreas Gohr                    "DOMWrap\\": "src/"
42*acdf738aSAndreas Gohr                }
43*acdf738aSAndreas Gohr            },
44*acdf738aSAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
45*acdf738aSAndreas Gohr            "license": [
46*acdf738aSAndreas Gohr                "BSD-3-Clause"
47*acdf738aSAndreas Gohr            ],
48*acdf738aSAndreas Gohr            "authors": [
49*acdf738aSAndreas Gohr                {
50*acdf738aSAndreas Gohr                    "name": "Andrew Scott",
51*acdf738aSAndreas Gohr                    "email": "andrew@andrewscott.net.au"
52*acdf738aSAndreas Gohr                }
53*acdf738aSAndreas Gohr            ],
54*acdf738aSAndreas Gohr            "description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manipulate results quickly and easily.",
55*acdf738aSAndreas Gohr            "homepage": "https://github.com/scotteh/php-dom-wrapper",
56*acdf738aSAndreas Gohr            "keywords": [
57*acdf738aSAndreas Gohr                "css",
58*acdf738aSAndreas Gohr                "dom",
59*acdf738aSAndreas Gohr                "html",
60*acdf738aSAndreas Gohr                "parser",
61*acdf738aSAndreas Gohr                "wrapper"
62*acdf738aSAndreas Gohr            ],
63*acdf738aSAndreas Gohr            "support": {
64*acdf738aSAndreas Gohr                "issues": "https://github.com/scotteh/php-dom-wrapper/issues",
65*acdf738aSAndreas Gohr                "source": "https://github.com/scotteh/php-dom-wrapper/tree/2.0.3"
66*acdf738aSAndreas Gohr            },
67*acdf738aSAndreas Gohr            "time": "2022-05-14T06:10:52+00:00"
68*acdf738aSAndreas Gohr        },
69*acdf738aSAndreas Gohr        {
70*acdf738aSAndreas Gohr            "name": "symfony/css-selector",
71*acdf738aSAndreas Gohr            "version": "v4.4.44",
72*acdf738aSAndreas Gohr            "source": {
73*acdf738aSAndreas Gohr                "type": "git",
74*acdf738aSAndreas Gohr                "url": "https://github.com/symfony/css-selector.git",
75*acdf738aSAndreas Gohr                "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed"
76*acdf738aSAndreas Gohr            },
77*acdf738aSAndreas Gohr            "dist": {
78*acdf738aSAndreas Gohr                "type": "zip",
79*acdf738aSAndreas Gohr                "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed",
80*acdf738aSAndreas Gohr                "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed",
81*acdf738aSAndreas Gohr                "shasum": ""
82*acdf738aSAndreas Gohr            },
83*acdf738aSAndreas Gohr            "require": {
84*acdf738aSAndreas Gohr                "php": ">=7.1.3",
85*acdf738aSAndreas Gohr                "symfony/polyfill-php80": "^1.16"
86*acdf738aSAndreas Gohr            },
87*acdf738aSAndreas Gohr            "type": "library",
88*acdf738aSAndreas Gohr            "autoload": {
89*acdf738aSAndreas Gohr                "psr-4": {
90*acdf738aSAndreas Gohr                    "Symfony\\Component\\CssSelector\\": ""
91*acdf738aSAndreas Gohr                },
92*acdf738aSAndreas Gohr                "exclude-from-classmap": [
93*acdf738aSAndreas Gohr                    "/Tests/"
94*acdf738aSAndreas Gohr                ]
95*acdf738aSAndreas Gohr            },
96*acdf738aSAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
97*acdf738aSAndreas Gohr            "license": [
98*acdf738aSAndreas Gohr                "MIT"
99*acdf738aSAndreas Gohr            ],
100*acdf738aSAndreas Gohr            "authors": [
101*acdf738aSAndreas Gohr                {
102*acdf738aSAndreas Gohr                    "name": "Fabien Potencier",
103*acdf738aSAndreas Gohr                    "email": "fabien@symfony.com"
104*acdf738aSAndreas Gohr                },
105*acdf738aSAndreas Gohr                {
106*acdf738aSAndreas Gohr                    "name": "Jean-François Simon",
107*acdf738aSAndreas Gohr                    "email": "jeanfrancois.simon@sensiolabs.com"
108*acdf738aSAndreas Gohr                },
109*acdf738aSAndreas Gohr                {
110*acdf738aSAndreas Gohr                    "name": "Symfony Community",
111*acdf738aSAndreas Gohr                    "homepage": "https://symfony.com/contributors"
112*acdf738aSAndreas Gohr                }
113*acdf738aSAndreas Gohr            ],
114*acdf738aSAndreas Gohr            "description": "Converts CSS selectors to XPath expressions",
115*acdf738aSAndreas Gohr            "homepage": "https://symfony.com",
116*acdf738aSAndreas Gohr            "support": {
117*acdf738aSAndreas Gohr                "source": "https://github.com/symfony/css-selector/tree/v4.4.44"
118*acdf738aSAndreas Gohr            },
119*acdf738aSAndreas Gohr            "funding": [
120*acdf738aSAndreas Gohr                {
121*acdf738aSAndreas Gohr                    "url": "https://symfony.com/sponsor",
122*acdf738aSAndreas Gohr                    "type": "custom"
123*acdf738aSAndreas Gohr                },
124*acdf738aSAndreas Gohr                {
125*acdf738aSAndreas Gohr                    "url": "https://github.com/fabpot",
126*acdf738aSAndreas Gohr                    "type": "github"
127*acdf738aSAndreas Gohr                },
128*acdf738aSAndreas Gohr                {
129*acdf738aSAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
130*acdf738aSAndreas Gohr                    "type": "tidelift"
131*acdf738aSAndreas Gohr                }
132*acdf738aSAndreas Gohr            ],
133*acdf738aSAndreas Gohr            "time": "2022-06-27T13:16:42+00:00"
134*acdf738aSAndreas Gohr        },
135*acdf738aSAndreas Gohr        {
136*acdf738aSAndreas Gohr            "name": "symfony/polyfill-php80",
137*acdf738aSAndreas Gohr            "version": "v1.26.0",
138*acdf738aSAndreas Gohr            "source": {
139*acdf738aSAndreas Gohr                "type": "git",
140*acdf738aSAndreas Gohr                "url": "https://github.com/symfony/polyfill-php80.git",
141*acdf738aSAndreas Gohr                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
142*acdf738aSAndreas Gohr            },
143*acdf738aSAndreas Gohr            "dist": {
144*acdf738aSAndreas Gohr                "type": "zip",
145*acdf738aSAndreas Gohr                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
146*acdf738aSAndreas Gohr                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
147*acdf738aSAndreas Gohr                "shasum": ""
148*acdf738aSAndreas Gohr            },
149*acdf738aSAndreas Gohr            "require": {
150*acdf738aSAndreas Gohr                "php": ">=7.1"
151*acdf738aSAndreas Gohr            },
152*acdf738aSAndreas Gohr            "type": "library",
153*acdf738aSAndreas Gohr            "extra": {
154*acdf738aSAndreas Gohr                "branch-alias": {
155*acdf738aSAndreas Gohr                    "dev-main": "1.26-dev"
156*acdf738aSAndreas Gohr                },
157*acdf738aSAndreas Gohr                "thanks": {
158*acdf738aSAndreas Gohr                    "name": "symfony/polyfill",
159*acdf738aSAndreas Gohr                    "url": "https://github.com/symfony/polyfill"
160*acdf738aSAndreas Gohr                }
161*acdf738aSAndreas Gohr            },
162*acdf738aSAndreas Gohr            "autoload": {
163*acdf738aSAndreas Gohr                "files": [
164*acdf738aSAndreas Gohr                    "bootstrap.php"
165*acdf738aSAndreas Gohr                ],
166*acdf738aSAndreas Gohr                "psr-4": {
167*acdf738aSAndreas Gohr                    "Symfony\\Polyfill\\Php80\\": ""
168*acdf738aSAndreas Gohr                },
169*acdf738aSAndreas Gohr                "classmap": [
170*acdf738aSAndreas Gohr                    "Resources/stubs"
171*acdf738aSAndreas Gohr                ]
172*acdf738aSAndreas Gohr            },
173*acdf738aSAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
174*acdf738aSAndreas Gohr            "license": [
175*acdf738aSAndreas Gohr                "MIT"
176*acdf738aSAndreas Gohr            ],
177*acdf738aSAndreas Gohr            "authors": [
178*acdf738aSAndreas Gohr                {
179*acdf738aSAndreas Gohr                    "name": "Ion Bazan",
180*acdf738aSAndreas Gohr                    "email": "ion.bazan@gmail.com"
181*acdf738aSAndreas Gohr                },
182*acdf738aSAndreas Gohr                {
183*acdf738aSAndreas Gohr                    "name": "Nicolas Grekas",
184*acdf738aSAndreas Gohr                    "email": "p@tchwork.com"
185*acdf738aSAndreas Gohr                },
186*acdf738aSAndreas Gohr                {
187*acdf738aSAndreas Gohr                    "name": "Symfony Community",
188*acdf738aSAndreas Gohr                    "homepage": "https://symfony.com/contributors"
189*acdf738aSAndreas Gohr                }
190*acdf738aSAndreas Gohr            ],
191*acdf738aSAndreas Gohr            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
192*acdf738aSAndreas Gohr            "homepage": "https://symfony.com",
193*acdf738aSAndreas Gohr            "keywords": [
194*acdf738aSAndreas Gohr                "compatibility",
195*acdf738aSAndreas Gohr                "polyfill",
196*acdf738aSAndreas Gohr                "portable",
197*acdf738aSAndreas Gohr                "shim"
198*acdf738aSAndreas Gohr            ],
199*acdf738aSAndreas Gohr            "support": {
200*acdf738aSAndreas Gohr                "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
201*acdf738aSAndreas Gohr            },
202*acdf738aSAndreas Gohr            "funding": [
203*acdf738aSAndreas Gohr                {
204*acdf738aSAndreas Gohr                    "url": "https://symfony.com/sponsor",
205*acdf738aSAndreas Gohr                    "type": "custom"
206*acdf738aSAndreas Gohr                },
207*acdf738aSAndreas Gohr                {
208*acdf738aSAndreas Gohr                    "url": "https://github.com/fabpot",
209*acdf738aSAndreas Gohr                    "type": "github"
210*acdf738aSAndreas Gohr                },
211*acdf738aSAndreas Gohr                {
212*acdf738aSAndreas Gohr                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
213*acdf738aSAndreas Gohr                    "type": "tidelift"
214*acdf738aSAndreas Gohr                }
215*acdf738aSAndreas Gohr            ],
216*acdf738aSAndreas Gohr            "time": "2022-05-10T07:21:04+00:00"
217*acdf738aSAndreas Gohr        }
218*acdf738aSAndreas Gohr    ],
219*acdf738aSAndreas Gohr    "packages-dev": [],
220*acdf738aSAndreas Gohr    "aliases": [],
221*acdf738aSAndreas Gohr    "minimum-stability": "stable",
222*acdf738aSAndreas Gohr    "stability-flags": [],
223*acdf738aSAndreas Gohr    "prefer-stable": true,
224*acdf738aSAndreas Gohr    "prefer-lowest": false,
225*acdf738aSAndreas Gohr    "platform": {
226*acdf738aSAndreas Gohr        "php": ">=7.2"
227*acdf738aSAndreas Gohr    },
228*acdf738aSAndreas Gohr    "platform-dev": [],
229*acdf738aSAndreas Gohr    "platform-overrides": {
230*acdf738aSAndreas Gohr        "php": "7.2"
231*acdf738aSAndreas Gohr    },
232*acdf738aSAndreas Gohr    "plugin-api-version": "2.3.0"
233*acdf738aSAndreas Gohr}
234