Commit | Line | Data |
---|---|---|
08f38358 AN |
1 | { |
2 | "_readme": [ | |
3 | "This file locks the dependencies of your project to a known state", | |
be811301 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
08f38358 AN |
5 | "This file is @generated automatically" |
6 | ], | |
bdc3ad00 | 7 | "content-hash": "8fce11cc96863c2d4e5fb599b307d3fa", |
08f38358 AN |
8 | "packages": [], |
9 | "packages-dev": [ | |
10 | { | |
11 | "name": "behat/behat", | |
98cc4d04 | 12 | "version": "v3.6.1", |
08f38358 AN |
13 | "source": { |
14 | "type": "git", | |
15 | "url": "https://github.com/Behat/Behat.git", | |
98cc4d04 | 16 | "reference": "9bfe195b4745c32e068af03fa4df9558b4916d30" |
08f38358 AN |
17 | }, |
18 | "dist": { | |
19 | "type": "zip", | |
98cc4d04 EL |
20 | "url": "https://api.github.com/repos/Behat/Behat/zipball/9bfe195b4745c32e068af03fa4df9558b4916d30", |
21 | "reference": "9bfe195b4745c32e068af03fa4df9558b4916d30", | |
08f38358 AN |
22 | "shasum": "" |
23 | }, | |
24 | "require": { | |
98cc4d04 | 25 | "behat/gherkin": "^4.6.0", |
6308dad8 | 26 | "behat/transliterator": "^1.2", |
3373a429 | 27 | "container-interop/container-interop": "^1.2", |
e11c2145 RT |
28 | "ext-mbstring": "*", |
29 | "php": ">=5.3.3", | |
3373a429 | 30 | "psr/container": "^1.0", |
98cc4d04 EL |
31 | "symfony/config": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", |
32 | "symfony/console": "^2.7.51 || ^2.8.33 || ^3.3.15 || ^3.4.3 || ^4.0.3 || ^5.0", | |
33 | "symfony/dependency-injection": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", | |
34 | "symfony/event-dispatcher": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", | |
35 | "symfony/translation": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", | |
36 | "symfony/yaml": "^2.7.51 || ^3.0 || ^4.0 || ^5.0" | |
08f38358 AN |
37 | }, |
38 | "require-dev": { | |
f5d3befb | 39 | "herrera-io/box": "~1.6.1", |
98cc4d04 EL |
40 | "phpunit/phpunit": "^4.8.36 || ^6.3", |
41 | "symfony/process": "~2.5 || ^3.0 || ^4.0 || ^5.0" | |
42 | }, | |
43 | "suggest": { | |
44 | "ext-dom": "Needed to output test results in JUnit format." | |
08f38358 AN |
45 | }, |
46 | "bin": [ | |
47 | "bin/behat" | |
48 | ], | |
49 | "type": "library", | |
e11c2145 RT |
50 | "extra": { |
51 | "branch-alias": { | |
98cc4d04 | 52 | "dev-master": "3.6.x-dev" |
e11c2145 RT |
53 | } |
54 | }, | |
08f38358 | 55 | "autoload": { |
98cc4d04 EL |
56 | "psr-4": { |
57 | "Behat\\Behat\\": "src/Behat/Behat/", | |
58 | "Behat\\Testwork\\": "src/Behat/Testwork/" | |
08f38358 AN |
59 | } |
60 | }, | |
61 | "notification-url": "https://packagist.org/downloads/", | |
62 | "license": [ | |
63 | "MIT" | |
64 | ], | |
65 | "authors": [ | |
66 | { | |
67 | "name": "Konstantin Kudryashov", | |
68 | "email": "ever.zet@gmail.com", | |
69 | "homepage": "http://everzet.com" | |
70 | } | |
71 | ], | |
72 | "description": "Scenario-oriented BDD framework for PHP 5.3", | |
73 | "homepage": "http://behat.org/", | |
74 | "keywords": [ | |
e11c2145 | 75 | "Agile", |
08f38358 | 76 | "BDD", |
e11c2145 RT |
77 | "ScenarioBDD", |
78 | "Scrum", | |
79 | "StoryBDD", | |
80 | "User story", | |
81 | "business", | |
82 | "development", | |
83 | "documentation", | |
84 | "examples", | |
85 | "symfony", | |
86 | "testing" | |
08f38358 | 87 | ], |
98cc4d04 | 88 | "time": "2020-02-06T09:54:48+00:00" |
08f38358 AN |
89 | }, |
90 | { | |
91 | "name": "behat/gherkin", | |
5d0b0465 | 92 | "version": "v4.6.2", |
08f38358 AN |
93 | "source": { |
94 | "type": "git", | |
95 | "url": "https://github.com/Behat/Gherkin.git", | |
5d0b0465 | 96 | "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31" |
08f38358 AN |
97 | }, |
98 | "dist": { | |
99 | "type": "zip", | |
5d0b0465 EL |
100 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31", |
101 | "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31", | |
08f38358 AN |
102 | "shasum": "" |
103 | }, | |
104 | "require": { | |
e11c2145 | 105 | "php": ">=5.3.1" |
08f38358 AN |
106 | }, |
107 | "require-dev": { | |
f5d3befb | 108 | "phpunit/phpunit": "~4.5|~5", |
be811301 EL |
109 | "symfony/phpunit-bridge": "~2.7|~3|~4", |
110 | "symfony/yaml": "~2.3|~3|~4" | |
08f38358 AN |
111 | }, |
112 | "suggest": { | |
08f38358 AN |
113 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
114 | }, | |
115 | "type": "library", | |
116 | "extra": { | |
117 | "branch-alias": { | |
e11c2145 | 118 | "dev-master": "4.4-dev" |
08f38358 AN |
119 | } |
120 | }, | |
121 | "autoload": { | |
122 | "psr-0": { | |
123 | "Behat\\Gherkin": "src/" | |
124 | } | |
125 | }, | |
126 | "notification-url": "https://packagist.org/downloads/", | |
127 | "license": [ | |
128 | "MIT" | |
129 | ], | |
130 | "authors": [ | |
131 | { | |
132 | "name": "Konstantin Kudryashov", | |
133 | "email": "ever.zet@gmail.com", | |
134 | "homepage": "http://everzet.com" | |
135 | } | |
136 | ], | |
137 | "description": "Gherkin DSL parser for PHP 5.3", | |
138 | "homepage": "http://behat.org/", | |
139 | "keywords": [ | |
140 | "BDD", | |
141 | "Behat", | |
e11c2145 | 142 | "Cucumber", |
08f38358 | 143 | "DSL", |
e11c2145 | 144 | "gherkin", |
08f38358 AN |
145 | "parser" |
146 | ], | |
5d0b0465 | 147 | "time": "2020-03-17T14:03:26+00:00" |
08f38358 AN |
148 | }, |
149 | { | |
150 | "name": "behat/mink", | |
5d0b0465 | 151 | "version": "v1.8.1", |
08f38358 AN |
152 | "source": { |
153 | "type": "git", | |
154 | "url": "https://github.com/minkphp/Mink.git", | |
5d0b0465 | 155 | "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887" |
08f38358 AN |
156 | }, |
157 | "dist": { | |
158 | "type": "zip", | |
5d0b0465 EL |
159 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/07c6a9fe3fa98c2de074b25d9ed26c22904e3887", |
160 | "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887", | |
08f38358 AN |
161 | "shasum": "" |
162 | }, | |
163 | "require": { | |
164 | "php": ">=5.3.1", | |
5d0b0465 | 165 | "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" |
e11c2145 RT |
166 | }, |
167 | "require-dev": { | |
5d0b0465 EL |
168 | "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20", |
169 | "symfony/debug": "^2.7|^3.0|^4.0", | |
170 | "symfony/phpunit-bridge": "^3.4.38 || ^5.0.5" | |
08f38358 AN |
171 | }, |
172 | "suggest": { | |
173 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", | |
174 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", | |
175 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", | |
5d0b0465 EL |
176 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", |
177 | "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" | |
08f38358 AN |
178 | }, |
179 | "type": "library", | |
180 | "extra": { | |
181 | "branch-alias": { | |
5d0b0465 | 182 | "dev-master": "1.8.x-dev" |
08f38358 AN |
183 | } |
184 | }, | |
185 | "autoload": { | |
e11c2145 RT |
186 | "psr-4": { |
187 | "Behat\\Mink\\": "src/" | |
08f38358 AN |
188 | } |
189 | }, | |
190 | "notification-url": "https://packagist.org/downloads/", | |
191 | "license": [ | |
192 | "MIT" | |
193 | ], | |
194 | "authors": [ | |
195 | { | |
196 | "name": "Konstantin Kudryashov", | |
197 | "email": "ever.zet@gmail.com", | |
198 | "homepage": "http://everzet.com" | |
199 | } | |
200 | ], | |
e11c2145 | 201 | "description": "Browser controller/emulator abstraction for PHP", |
08f38358 AN |
202 | "homepage": "http://mink.behat.org/", |
203 | "keywords": [ | |
204 | "browser", | |
205 | "testing", | |
206 | "web" | |
207 | ], | |
5d0b0465 | 208 | "time": "2020-03-11T15:45:53+00:00" |
08f38358 AN |
209 | }, |
210 | { | |
211 | "name": "behat/mink-browserkit-driver", | |
5d0b0465 | 212 | "version": "v1.3.4", |
08f38358 AN |
213 | "source": { |
214 | "type": "git", | |
215 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", | |
5d0b0465 | 216 | "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee" |
08f38358 AN |
217 | }, |
218 | "dist": { | |
219 | "type": "zip", | |
5d0b0465 EL |
220 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/e3b90840022ebcd544c7b394a3c9597ae242cbee", |
221 | "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee", | |
08f38358 AN |
222 | "shasum": "" |
223 | }, | |
224 | "require": { | |
ccceab99 | 225 | "behat/mink": "^1.7.1@dev", |
e11c2145 | 226 | "php": ">=5.3.6", |
9a89adcb EL |
227 | "symfony/browser-kit": "~2.3|~3.0|~4.0", |
228 | "symfony/dom-crawler": "~2.3|~3.0|~4.0" | |
08f38358 AN |
229 | }, |
230 | "require-dev": { | |
9a89adcb | 231 | "mink/driver-testsuite": "dev-master", |
5d0b0465 | 232 | "symfony/debug": "^2.7|^3.0|^4.0", |
9a89adcb | 233 | "symfony/http-kernel": "~2.3|~3.0|~4.0" |
08f38358 AN |
234 | }, |
235 | "type": "mink-driver", | |
236 | "extra": { | |
237 | "branch-alias": { | |
e11c2145 | 238 | "dev-master": "1.3.x-dev" |
08f38358 AN |
239 | } |
240 | }, | |
241 | "autoload": { | |
e11c2145 RT |
242 | "psr-4": { |
243 | "Behat\\Mink\\Driver\\": "src/" | |
08f38358 AN |
244 | } |
245 | }, | |
246 | "notification-url": "https://packagist.org/downloads/", | |
247 | "license": [ | |
248 | "MIT" | |
249 | ], | |
250 | "authors": [ | |
251 | { | |
252 | "name": "Konstantin Kudryashov", | |
253 | "email": "ever.zet@gmail.com", | |
254 | "homepage": "http://everzet.com" | |
255 | } | |
256 | ], | |
257 | "description": "Symfony2 BrowserKit driver for Mink framework", | |
258 | "homepage": "http://mink.behat.org/", | |
259 | "keywords": [ | |
260 | "Mink", | |
261 | "Symfony2", | |
262 | "browser", | |
263 | "testing" | |
264 | ], | |
5d0b0465 | 265 | "time": "2020-03-11T09:49:45+00:00" |
08f38358 AN |
266 | }, |
267 | { | |
268 | "name": "behat/mink-extension", | |
20f80816 | 269 | "version": "2.3.1", |
08f38358 AN |
270 | "source": { |
271 | "type": "git", | |
272 | "url": "https://github.com/Behat/MinkExtension.git", | |
20f80816 | 273 | "reference": "80f7849ba53867181b7e412df9210e12fba50177" |
08f38358 AN |
274 | }, |
275 | "dist": { | |
276 | "type": "zip", | |
20f80816 EL |
277 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177", |
278 | "reference": "80f7849ba53867181b7e412df9210e12fba50177", | |
08f38358 AN |
279 | "shasum": "" |
280 | }, | |
281 | "require": { | |
2fdd9eed EL |
282 | "behat/behat": "^3.0.5", |
283 | "behat/mink": "^1.5", | |
a6bd22b0 | 284 | "php": ">=5.3.2", |
2fdd9eed | 285 | "symfony/config": "^2.7|^3.0|^4.0" |
08f38358 AN |
286 | }, |
287 | "require-dev": { | |
2fdd9eed EL |
288 | "behat/mink-goutte-driver": "^1.1", |
289 | "phpspec/phpspec": "^2.0" | |
08f38358 AN |
290 | }, |
291 | "type": "behat-extension", | |
e11c2145 RT |
292 | "extra": { |
293 | "branch-alias": { | |
294 | "dev-master": "2.1.x-dev" | |
295 | } | |
296 | }, | |
08f38358 AN |
297 | "autoload": { |
298 | "psr-0": { | |
299 | "Behat\\MinkExtension": "src/" | |
300 | } | |
301 | }, | |
302 | "notification-url": "https://packagist.org/downloads/", | |
303 | "license": [ | |
304 | "MIT" | |
305 | ], | |
306 | "authors": [ | |
e11c2145 RT |
307 | { |
308 | "name": "Christophe Coevoet", | |
309 | "email": "stof@notk.org" | |
310 | }, | |
08f38358 AN |
311 | { |
312 | "name": "Konstantin Kudryashov", | |
e11c2145 | 313 | "email": "ever.zet@gmail.com" |
08f38358 AN |
314 | } |
315 | ], | |
316 | "description": "Mink extension for Behat", | |
e11c2145 | 317 | "homepage": "http://extensions.behat.org/mink", |
08f38358 AN |
318 | "keywords": [ |
319 | "browser", | |
320 | "gui", | |
321 | "test", | |
322 | "web" | |
323 | ], | |
20f80816 | 324 | "time": "2018-02-06T15:36:30+00:00" |
08f38358 AN |
325 | }, |
326 | { | |
327 | "name": "behat/mink-goutte-driver", | |
ccceab99 | 328 | "version": "v1.2.1", |
08f38358 AN |
329 | "source": { |
330 | "type": "git", | |
331 | "url": "https://github.com/minkphp/MinkGoutteDriver.git", | |
ccceab99 | 332 | "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca" |
08f38358 AN |
333 | }, |
334 | "dist": { | |
335 | "type": "zip", | |
ccceab99 RT |
336 | "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", |
337 | "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca", | |
08f38358 AN |
338 | "shasum": "" |
339 | }, | |
340 | "require": { | |
e11c2145 RT |
341 | "behat/mink": "~1.6@dev", |
342 | "behat/mink-browserkit-driver": "~1.2@dev", | |
343 | "fabpot/goutte": "~1.0.4|~2.0|~3.1", | |
08f38358 AN |
344 | "php": ">=5.3.1" |
345 | }, | |
e11c2145 | 346 | "require-dev": { |
ccceab99 | 347 | "symfony/phpunit-bridge": "~2.7|~3.0" |
e11c2145 | 348 | }, |
08f38358 AN |
349 | "type": "mink-driver", |
350 | "extra": { | |
351 | "branch-alias": { | |
e11c2145 | 352 | "dev-master": "1.2.x-dev" |
08f38358 AN |
353 | } |
354 | }, | |
355 | "autoload": { | |
e11c2145 RT |
356 | "psr-4": { |
357 | "Behat\\Mink\\Driver\\": "src/" | |
08f38358 AN |
358 | } |
359 | }, | |
360 | "notification-url": "https://packagist.org/downloads/", | |
361 | "license": [ | |
362 | "MIT" | |
363 | ], | |
364 | "authors": [ | |
365 | { | |
366 | "name": "Konstantin Kudryashov", | |
367 | "email": "ever.zet@gmail.com", | |
368 | "homepage": "http://everzet.com" | |
369 | } | |
370 | ], | |
371 | "description": "Goutte driver for Mink framework", | |
372 | "homepage": "http://mink.behat.org/", | |
373 | "keywords": [ | |
374 | "browser", | |
375 | "goutte", | |
376 | "headless", | |
377 | "testing" | |
378 | ], | |
bc4067bf | 379 | "time": "2016-03-05T09:04:22+00:00" |
08f38358 AN |
380 | }, |
381 | { | |
382 | "name": "behat/mink-selenium2-driver", | |
5d0b0465 | 383 | "version": "v1.4.0", |
08f38358 AN |
384 | "source": { |
385 | "type": "git", | |
386 | "url": "https://github.com/minkphp/MinkSelenium2Driver.git", | |
5d0b0465 | 387 | "reference": "312a967dd527f28980cce40850339cd5316da092" |
08f38358 AN |
388 | }, |
389 | "dist": { | |
390 | "type": "zip", | |
5d0b0465 EL |
391 | "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092", |
392 | "reference": "312a967dd527f28980cce40850339cd5316da092", | |
08f38358 AN |
393 | "shasum": "" |
394 | }, | |
395 | "require": { | |
e11c2145 RT |
396 | "behat/mink": "~1.7@dev", |
397 | "instaclick/php-webdriver": "~1.1", | |
5d0b0465 | 398 | "php": ">=5.4" |
08f38358 | 399 | }, |
e11c2145 | 400 | "require-dev": { |
5d0b0465 | 401 | "mink/driver-testsuite": "dev-master" |
e11c2145 | 402 | }, |
08f38358 AN |
403 | "type": "mink-driver", |
404 | "extra": { | |
405 | "branch-alias": { | |
5d0b0465 | 406 | "dev-master": "1.4.x-dev" |
08f38358 AN |
407 | } |
408 | }, | |
409 | "autoload": { | |
e11c2145 RT |
410 | "psr-4": { |
411 | "Behat\\Mink\\Driver\\": "src/" | |
08f38358 AN |
412 | } |
413 | }, | |
414 | "notification-url": "https://packagist.org/downloads/", | |
415 | "license": [ | |
416 | "MIT" | |
417 | ], | |
418 | "authors": [ | |
08f38358 AN |
419 | { |
420 | "name": "Pete Otaqui", | |
421 | "email": "pete@otaqui.com", | |
422 | "homepage": "https://github.com/pete-otaqui" | |
5d0b0465 EL |
423 | }, |
424 | { | |
425 | "name": "Konstantin Kudryashov", | |
426 | "email": "ever.zet@gmail.com", | |
427 | "homepage": "http://everzet.com" | |
08f38358 AN |
428 | } |
429 | ], | |
430 | "description": "Selenium2 (WebDriver) driver for Mink framework", | |
431 | "homepage": "http://mink.behat.org/", | |
432 | "keywords": [ | |
433 | "ajax", | |
434 | "browser", | |
435 | "javascript", | |
436 | "selenium", | |
437 | "testing", | |
438 | "webdriver" | |
439 | ], | |
5d0b0465 | 440 | "time": "2020-03-11T14:43:21+00:00" |
e11c2145 RT |
441 | }, |
442 | { | |
443 | "name": "behat/transliterator", | |
5d0b0465 | 444 | "version": "v1.3.0", |
e11c2145 RT |
445 | "source": { |
446 | "type": "git", | |
447 | "url": "https://github.com/Behat/Transliterator.git", | |
5d0b0465 | 448 | "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc" |
e11c2145 RT |
449 | }, |
450 | "dist": { | |
451 | "type": "zip", | |
5d0b0465 EL |
452 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", |
453 | "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", | |
e11c2145 RT |
454 | "shasum": "" |
455 | }, | |
456 | "require": { | |
457 | "php": ">=5.3.3" | |
458 | }, | |
6308dad8 EL |
459 | "require-dev": { |
460 | "chuyskywalker/rolling-curl": "^3.1", | |
5d0b0465 EL |
461 | "php-yaoi/php-yaoi": "^1.0", |
462 | "phpunit/phpunit": "^4.8.36|^6.3" | |
6308dad8 | 463 | }, |
e11c2145 RT |
464 | "type": "library", |
465 | "extra": { | |
466 | "branch-alias": { | |
6308dad8 | 467 | "dev-master": "1.2-dev" |
e11c2145 RT |
468 | } |
469 | }, | |
470 | "autoload": { | |
5d0b0465 EL |
471 | "psr-4": { |
472 | "Behat\\Transliterator\\": "src/Behat/Transliterator" | |
e11c2145 RT |
473 | } |
474 | }, | |
475 | "notification-url": "https://packagist.org/downloads/", | |
476 | "license": [ | |
477 | "Artistic-1.0" | |
478 | ], | |
479 | "description": "String transliterator", | |
480 | "keywords": [ | |
481 | "i18n", | |
482 | "slug", | |
483 | "transliterator" | |
484 | ], | |
5d0b0465 | 485 | "time": "2020-01-14T16:39:13+00:00" |
bb5671c2 RT |
486 | }, |
487 | { | |
488 | "name": "container-interop/container-interop", | |
6308dad8 | 489 | "version": "1.2.0", |
bb5671c2 RT |
490 | "source": { |
491 | "type": "git", | |
492 | "url": "https://github.com/container-interop/container-interop.git", | |
6308dad8 | 493 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" |
bb5671c2 RT |
494 | }, |
495 | "dist": { | |
496 | "type": "zip", | |
6308dad8 EL |
497 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
498 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", | |
bb5671c2 RT |
499 | "shasum": "" |
500 | }, | |
6308dad8 EL |
501 | "require": { |
502 | "psr/container": "^1.0" | |
503 | }, | |
bb5671c2 RT |
504 | "type": "library", |
505 | "autoload": { | |
506 | "psr-4": { | |
507 | "Interop\\Container\\": "src/Interop/Container/" | |
508 | } | |
509 | }, | |
510 | "notification-url": "https://packagist.org/downloads/", | |
511 | "license": [ | |
512 | "MIT" | |
513 | ], | |
514 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", | |
6308dad8 | 515 | "homepage": "https://github.com/container-interop/container-interop", |
784977de | 516 | "abandoned": "psr/container", |
bc4067bf | 517 | "time": "2017-02-14T19:40:03+00:00" |
08f38358 AN |
518 | }, |
519 | { | |
a6bd22b0 | 520 | "name": "doctrine/instantiator", |
e3da0ef7 | 521 | "version": "1.3.1", |
08f38358 AN |
522 | "source": { |
523 | "type": "git", | |
a6bd22b0 | 524 | "url": "https://github.com/doctrine/instantiator.git", |
e3da0ef7 | 525 | "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" |
08f38358 AN |
526 | }, |
527 | "dist": { | |
528 | "type": "zip", | |
e3da0ef7 EL |
529 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", |
530 | "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", | |
08f38358 AN |
531 | "shasum": "" |
532 | }, | |
533 | "require": { | |
e3da0ef7 | 534 | "php": "^7.1 || ^8.0" |
08f38358 AN |
535 | }, |
536 | "require-dev": { | |
be811301 | 537 | "doctrine/coding-standard": "^6.0", |
a6bd22b0 T |
538 | "ext-pdo": "*", |
539 | "ext-phar": "*", | |
be811301 EL |
540 | "phpbench/phpbench": "^0.13", |
541 | "phpstan/phpstan-phpunit": "^0.11", | |
542 | "phpstan/phpstan-shim": "^0.11", | |
543 | "phpunit/phpunit": "^7.0" | |
08f38358 AN |
544 | }, |
545 | "type": "library", | |
546 | "extra": { | |
547 | "branch-alias": { | |
91165842 | 548 | "dev-master": "1.2.x-dev" |
08f38358 AN |
549 | } |
550 | }, | |
551 | "autoload": { | |
a6bd22b0 T |
552 | "psr-4": { |
553 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
08f38358 AN |
554 | } |
555 | }, | |
556 | "notification-url": "https://packagist.org/downloads/", | |
557 | "license": [ | |
558 | "MIT" | |
559 | ], | |
560 | "authors": [ | |
561 | { | |
a6bd22b0 T |
562 | "name": "Marco Pivetta", |
563 | "email": "ocramius@gmail.com", | |
564 | "homepage": "http://ocramius.github.com/" | |
08f38358 AN |
565 | } |
566 | ], | |
a6bd22b0 | 567 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
be811301 | 568 | "homepage": "https://www.doctrine-project.org/projects/instantiator.html", |
08f38358 | 569 | "keywords": [ |
a6bd22b0 T |
570 | "constructor", |
571 | "instantiate" | |
08f38358 | 572 | ], |
e3da0ef7 EL |
573 | "funding": [ |
574 | { | |
575 | "url": "https://www.doctrine-project.org/sponsorship.html", | |
576 | "type": "custom" | |
577 | }, | |
578 | { | |
579 | "url": "https://www.patreon.com/phpdoctrine", | |
580 | "type": "patreon" | |
581 | }, | |
582 | { | |
583 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", | |
584 | "type": "tidelift" | |
585 | } | |
586 | ], | |
587 | "time": "2020-05-29T17:27:14+00:00" | |
08f38358 AN |
588 | }, |
589 | { | |
a6bd22b0 | 590 | "name": "fabpot/goutte", |
5d0b0465 | 591 | "version": "v3.3.0", |
08f38358 AN |
592 | "source": { |
593 | "type": "git", | |
a6bd22b0 | 594 | "url": "https://github.com/FriendsOfPHP/Goutte.git", |
5d0b0465 | 595 | "reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae" |
08f38358 AN |
596 | }, |
597 | "dist": { | |
598 | "type": "zip", | |
5d0b0465 EL |
599 | "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae", |
600 | "reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae", | |
08f38358 AN |
601 | "shasum": "" |
602 | }, | |
603 | "require": { | |
ef1d9048 | 604 | "guzzlehttp/guzzle": "^6.0", |
5d0b0465 EL |
605 | "php": "^7.1.3", |
606 | "symfony/browser-kit": "^4.4|^5.0", | |
607 | "symfony/css-selector": "^4.4|^5.0", | |
608 | "symfony/dom-crawler": "^4.4|^5.0" | |
2fdd9eed EL |
609 | }, |
610 | "require-dev": { | |
5d0b0465 | 611 | "symfony/phpunit-bridge": "^5.0" |
08f38358 | 612 | }, |
a6bd22b0 | 613 | "type": "application", |
08f38358 AN |
614 | "extra": { |
615 | "branch-alias": { | |
5d0b0465 | 616 | "dev-master": "3.3-dev" |
08f38358 AN |
617 | } |
618 | }, | |
619 | "autoload": { | |
e11c2145 RT |
620 | "psr-4": { |
621 | "Goutte\\": "Goutte" | |
2fdd9eed EL |
622 | }, |
623 | "exclude-from-classmap": [ | |
624 | "Goutte/Tests" | |
625 | ] | |
08f38358 AN |
626 | }, |
627 | "notification-url": "https://packagist.org/downloads/", | |
628 | "license": [ | |
629 | "MIT" | |
630 | ], | |
631 | "authors": [ | |
632 | { | |
a6bd22b0 T |
633 | "name": "Fabien Potencier", |
634 | "email": "fabien@symfony.com" | |
08f38358 AN |
635 | } |
636 | ], | |
a6bd22b0 | 637 | "description": "A simple PHP Web Scraper", |
e11c2145 | 638 | "homepage": "https://github.com/FriendsOfPHP/Goutte", |
08f38358 | 639 | "keywords": [ |
a6bd22b0 | 640 | "scraper" |
08f38358 | 641 | ], |
5d0b0465 | 642 | "time": "2019-12-06T13:11:18+00:00" |
08f38358 AN |
643 | }, |
644 | { | |
a6bd22b0 | 645 | "name": "guzzlehttp/guzzle", |
e3da0ef7 | 646 | "version": "6.5.5", |
08f38358 AN |
647 | "source": { |
648 | "type": "git", | |
a6bd22b0 | 649 | "url": "https://github.com/guzzle/guzzle.git", |
e3da0ef7 | 650 | "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" |
08f38358 AN |
651 | }, |
652 | "dist": { | |
653 | "type": "zip", | |
e3da0ef7 EL |
654 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", |
655 | "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", | |
08f38358 AN |
656 | "shasum": "" |
657 | }, | |
658 | "require": { | |
7e50ca76 | 659 | "ext-json": "*", |
39515ba5 | 660 | "guzzlehttp/promises": "^1.0", |
7e50ca76 | 661 | "guzzlehttp/psr7": "^1.6.1", |
98cc4d04 | 662 | "php": ">=5.5", |
e3da0ef7 | 663 | "symfony/polyfill-intl-idn": "^1.17.0" |
08f38358 | 664 | }, |
2ffaceb7 | 665 | "require-dev": { |
e11c2145 | 666 | "ext-curl": "*", |
9a89adcb | 667 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", |
7e50ca76 | 668 | "psr/log": "^1.1" |
2ffaceb7 | 669 | }, |
bc4067bf EL |
670 | "suggest": { |
671 | "psr/log": "Required for using the Log middleware" | |
672 | }, | |
08f38358 AN |
673 | "type": "library", |
674 | "extra": { | |
675 | "branch-alias": { | |
78999d9c | 676 | "dev-master": "6.5-dev" |
08f38358 AN |
677 | } |
678 | }, | |
679 | "autoload": { | |
e11c2145 RT |
680 | "psr-4": { |
681 | "GuzzleHttp\\": "src/" | |
7e50ca76 AN |
682 | }, |
683 | "files": [ | |
684 | "src/functions_include.php" | |
685 | ] | |
08f38358 AN |
686 | }, |
687 | "notification-url": "https://packagist.org/downloads/", | |
688 | "license": [ | |
689 | "MIT" | |
690 | ], | |
691 | "authors": [ | |
08f38358 | 692 | { |
a6bd22b0 T |
693 | "name": "Michael Dowling", |
694 | "email": "mtdowling@gmail.com", | |
695 | "homepage": "https://github.com/mtdowling" | |
08f38358 AN |
696 | } |
697 | ], | |
ef1d9048 | 698 | "description": "Guzzle is a PHP HTTP client library", |
a6bd22b0 | 699 | "homepage": "http://guzzlephp.org/", |
08f38358 | 700 | "keywords": [ |
a6bd22b0 T |
701 | "client", |
702 | "curl", | |
703 | "framework", | |
704 | "http", | |
705 | "http client", | |
706 | "rest", | |
707 | "web service" | |
08f38358 | 708 | ], |
e3da0ef7 | 709 | "time": "2020-06-16T21:01:06+00:00" |
e11c2145 RT |
710 | }, |
711 | { | |
ef1d9048 | 712 | "name": "guzzlehttp/promises", |
bdc3ad00 | 713 | "version": "1.4.0", |
e11c2145 RT |
714 | "source": { |
715 | "type": "git", | |
ef1d9048 | 716 | "url": "https://github.com/guzzle/promises.git", |
bdc3ad00 | 717 | "reference": "60d379c243457e073cff02bc323a2a86cb355631" |
e11c2145 RT |
718 | }, |
719 | "dist": { | |
720 | "type": "zip", | |
bdc3ad00 EL |
721 | "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631", |
722 | "reference": "60d379c243457e073cff02bc323a2a86cb355631", | |
e11c2145 RT |
723 | "shasum": "" |
724 | }, | |
725 | "require": { | |
bdc3ad00 | 726 | "php": ">=5.5" |
e11c2145 RT |
727 | }, |
728 | "require-dev": { | |
bdc3ad00 | 729 | "symfony/phpunit-bridge": "^4.4 || ^5.1" |
e11c2145 | 730 | }, |
e11c2145 RT |
731 | "type": "library", |
732 | "extra": { | |
733 | "branch-alias": { | |
bb5671c2 | 734 | "dev-master": "1.4-dev" |
e11c2145 RT |
735 | } |
736 | }, | |
737 | "autoload": { | |
738 | "psr-4": { | |
ef1d9048 RT |
739 | "GuzzleHttp\\Promise\\": "src/" |
740 | }, | |
741 | "files": [ | |
742 | "src/functions_include.php" | |
743 | ] | |
e11c2145 RT |
744 | }, |
745 | "notification-url": "https://packagist.org/downloads/", | |
746 | "license": [ | |
747 | "MIT" | |
748 | ], | |
749 | "authors": [ | |
750 | { | |
751 | "name": "Michael Dowling", | |
752 | "email": "mtdowling@gmail.com", | |
753 | "homepage": "https://github.com/mtdowling" | |
754 | } | |
755 | ], | |
ef1d9048 RT |
756 | "description": "Guzzle promises library", |
757 | "keywords": [ | |
758 | "promise" | |
759 | ], | |
bdc3ad00 | 760 | "time": "2020-09-30T07:37:28+00:00" |
e11c2145 RT |
761 | }, |
762 | { | |
ef1d9048 | 763 | "name": "guzzlehttp/psr7", |
bdc3ad00 | 764 | "version": "1.7.0", |
e11c2145 RT |
765 | "source": { |
766 | "type": "git", | |
ef1d9048 | 767 | "url": "https://github.com/guzzle/psr7.git", |
bdc3ad00 | 768 | "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" |
e11c2145 RT |
769 | }, |
770 | "dist": { | |
771 | "type": "zip", | |
bdc3ad00 EL |
772 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", |
773 | "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", | |
e11c2145 RT |
774 | "shasum": "" |
775 | }, | |
776 | "require": { | |
ef1d9048 | 777 | "php": ">=5.4.0", |
91165842 | 778 | "psr/http-message": "~1.0", |
3373a429 | 779 | "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" |
ef1d9048 RT |
780 | }, |
781 | "provide": { | |
782 | "psr/http-message-implementation": "1.0" | |
e11c2145 RT |
783 | }, |
784 | "require-dev": { | |
3373a429 | 785 | "ext-zlib": "*", |
bdc3ad00 | 786 | "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" |
e11c2145 | 787 | }, |
3373a429 | 788 | "suggest": { |
bdc3ad00 | 789 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
3373a429 | 790 | }, |
e11c2145 RT |
791 | "type": "library", |
792 | "extra": { | |
793 | "branch-alias": { | |
bdc3ad00 | 794 | "dev-master": "1.7-dev" |
e11c2145 RT |
795 | } |
796 | }, | |
797 | "autoload": { | |
798 | "psr-4": { | |
ef1d9048 RT |
799 | "GuzzleHttp\\Psr7\\": "src/" |
800 | }, | |
801 | "files": [ | |
802 | "src/functions_include.php" | |
803 | ] | |
e11c2145 RT |
804 | }, |
805 | "notification-url": "https://packagist.org/downloads/", | |
806 | "license": [ | |
807 | "MIT" | |
808 | ], | |
809 | "authors": [ | |
810 | { | |
811 | "name": "Michael Dowling", | |
812 | "email": "mtdowling@gmail.com", | |
813 | "homepage": "https://github.com/mtdowling" | |
6308dad8 EL |
814 | }, |
815 | { | |
816 | "name": "Tobias Schultze", | |
817 | "homepage": "https://github.com/Tobion" | |
e11c2145 RT |
818 | } |
819 | ], | |
6308dad8 | 820 | "description": "PSR-7 message implementation that also provides common utility methods", |
e11c2145 | 821 | "keywords": [ |
ef1d9048 RT |
822 | "http", |
823 | "message", | |
91165842 | 824 | "psr-7", |
6308dad8 EL |
825 | "request", |
826 | "response", | |
ef1d9048 | 827 | "stream", |
6308dad8 EL |
828 | "uri", |
829 | "url" | |
e11c2145 | 830 | ], |
bdc3ad00 | 831 | "time": "2020-09-30T07:37:11+00:00" |
08f38358 AN |
832 | }, |
833 | { | |
a6bd22b0 | 834 | "name": "instaclick/php-webdriver", |
9954f539 | 835 | "version": "dev-local", |
08f38358 AN |
836 | "source": { |
837 | "type": "git", | |
9954f539 | 838 | "url": "https://github.com/moodlehq/php-webdriver.git", |
5a44daad | 839 | "reference": "3df827208ec104a9716aa8c30741e330da620c1e" |
08f38358 AN |
840 | }, |
841 | "dist": { | |
842 | "type": "zip", | |
5a44daad AN |
843 | "url": "https://api.github.com/repos/moodlehq/php-webdriver/zipball/3df827208ec104a9716aa8c30741e330da620c1e", |
844 | "reference": "3df827208ec104a9716aa8c30741e330da620c1e", | |
08f38358 AN |
845 | "shasum": "" |
846 | }, | |
847 | "require": { | |
a6bd22b0 | 848 | "ext-curl": "*", |
08f38358 AN |
849 | "php": ">=5.3.2" |
850 | }, | |
e11c2145 | 851 | "require-dev": { |
bc4067bf EL |
852 | "phpunit/phpunit": "^4.8", |
853 | "satooshi/php-coveralls": "^1.0||^2.0" | |
e11c2145 | 854 | }, |
08f38358 AN |
855 | "type": "library", |
856 | "extra": { | |
857 | "branch-alias": { | |
e11c2145 | 858 | "dev-master": "1.4.x-dev" |
08f38358 AN |
859 | } |
860 | }, | |
861 | "autoload": { | |
862 | "psr-0": { | |
a6bd22b0 | 863 | "WebDriver": "lib/" |
08f38358 AN |
864 | } |
865 | }, | |
08f38358 | 866 | "license": [ |
a6bd22b0 | 867 | "Apache-2.0" |
08f38358 AN |
868 | ], |
869 | "authors": [ | |
870 | { | |
a6bd22b0 T |
871 | "name": "Justin Bishop", |
872 | "email": "jubishop@gmail.com", | |
873 | "role": "Developer" | |
08f38358 AN |
874 | }, |
875 | { | |
a6bd22b0 T |
876 | "name": "Anthon Pang", |
877 | "email": "apang@softwaredevelopment.ca", | |
bc4067bf | 878 | "role": "Fork Maintainer" |
08f38358 AN |
879 | } |
880 | ], | |
a6bd22b0 T |
881 | "description": "PHP WebDriver for Selenium 2", |
882 | "homepage": "http://instaclick.com/", | |
08f38358 | 883 | "keywords": [ |
a6bd22b0 T |
884 | "browser", |
885 | "selenium", | |
886 | "webdriver", | |
887 | "webtest" | |
08f38358 | 888 | ], |
9954f539 EL |
889 | "support": { |
890 | "source": "https://github.com/moodlehq/php-webdriver/tree/local" | |
891 | }, | |
5a44daad | 892 | "time": "2019-08-14T02:10:24+00:00" |
08f38358 | 893 | }, |
16a34ae1 | 894 | { |
3373a429 | 895 | "name": "mikey179/vfsstream", |
784977de | 896 | "version": "v1.6.8", |
16a34ae1 AN |
897 | "source": { |
898 | "type": "git", | |
4d4dcefb | 899 | "url": "https://github.com/bovigo/vfsStream.git", |
784977de | 900 | "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe" |
16a34ae1 AN |
901 | }, |
902 | "dist": { | |
903 | "type": "zip", | |
784977de EL |
904 | "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe", |
905 | "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe", | |
16a34ae1 AN |
906 | "shasum": "" |
907 | }, | |
908 | "require": { | |
909 | "php": ">=5.3.0" | |
910 | }, | |
911 | "require-dev": { | |
5a44daad | 912 | "phpunit/phpunit": "^4.5|^5.0" |
16a34ae1 AN |
913 | }, |
914 | "type": "library", | |
915 | "extra": { | |
916 | "branch-alias": { | |
917 | "dev-master": "1.6.x-dev" | |
918 | } | |
919 | }, | |
920 | "autoload": { | |
921 | "psr-0": { | |
922 | "org\\bovigo\\vfs\\": "src/main/php" | |
923 | } | |
924 | }, | |
925 | "notification-url": "https://packagist.org/downloads/", | |
926 | "license": [ | |
927 | "BSD-3-Clause" | |
928 | ], | |
929 | "authors": [ | |
930 | { | |
931 | "name": "Frank Kleine", | |
7e50ca76 AN |
932 | "homepage": "http://frankkleine.de/", |
933 | "role": "Developer" | |
16a34ae1 AN |
934 | } |
935 | ], | |
936 | "description": "Virtual file system to mock the real file system in unit tests.", | |
937 | "homepage": "http://vfs.bovigo.org/", | |
784977de | 938 | "time": "2019-10-30T15:31:00+00:00" |
16a34ae1 | 939 | }, |
08f38358 | 940 | { |
a6bd22b0 | 941 | "name": "moodlehq/behat-extension", |
e3da0ef7 | 942 | "version": "v3.400.0", |
08f38358 AN |
943 | "source": { |
944 | "type": "git", | |
a6bd22b0 | 945 | "url": "https://github.com/moodlehq/moodle-behat-extension.git", |
98cc4d04 | 946 | "reference": "d05ea443ff24f90edb9b31c92e4dfe67c58a0b4b" |
08f38358 AN |
947 | }, |
948 | "dist": { | |
949 | "type": "zip", | |
98cc4d04 EL |
950 | "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/d05ea443ff24f90edb9b31c92e4dfe67c58a0b4b", |
951 | "reference": "d05ea443ff24f90edb9b31c92e4dfe67c58a0b4b", | |
08f38358 AN |
952 | "shasum": "" |
953 | }, | |
954 | "require": { | |
98cc4d04 | 955 | "behat/behat": "3.6.*", |
5d0b0465 | 956 | "behat/mink": "~1.8", |
98cc4d04 | 957 | "behat/mink-extension": "~2.3", |
e11c2145 | 958 | "behat/mink-goutte-driver": "~1.2", |
98cc4d04 | 959 | "behat/mink-selenium2-driver": "~1.4", |
78999d9c | 960 | "php": ">=7.2.0", |
98cc4d04 | 961 | "symfony/process": "^4.0 || ^5.0" |
08f38358 AN |
962 | }, |
963 | "type": "library", | |
08f38358 AN |
964 | "autoload": { |
965 | "psr-0": { | |
a6bd22b0 | 966 | "Moodle\\BehatExtension": "src/" |
08f38358 AN |
967 | } |
968 | }, | |
969 | "notification-url": "https://packagist.org/downloads/", | |
970 | "license": [ | |
9a89adcb | 971 | "GPL-3.0-or-later" |
08f38358 AN |
972 | ], |
973 | "authors": [ | |
974 | { | |
a6bd22b0 T |
975 | "name": "David Monllaó", |
976 | "email": "david.monllao@gmail.com", | |
7e50ca76 AN |
977 | "homepage": "http://moodle.com", |
978 | "role": "Developer" | |
08f38358 AN |
979 | } |
980 | ], | |
a6bd22b0 | 981 | "description": "Moodle behat extension", |
08f38358 | 982 | "keywords": [ |
a6bd22b0 T |
983 | "BDD", |
984 | "Behat", | |
985 | "moodle" | |
08f38358 | 986 | ], |
98cc4d04 | 987 | "time": "2020-04-20T09:32:44+00:00" |
08f38358 | 988 | }, |
ef1d9048 RT |
989 | { |
990 | "name": "myclabs/deep-copy", | |
e3da0ef7 | 991 | "version": "1.10.1", |
ef1d9048 RT |
992 | "source": { |
993 | "type": "git", | |
994 | "url": "https://github.com/myclabs/DeepCopy.git", | |
e3da0ef7 | 995 | "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" |
ef1d9048 RT |
996 | }, |
997 | "dist": { | |
998 | "type": "zip", | |
e3da0ef7 EL |
999 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", |
1000 | "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", | |
ef1d9048 RT |
1001 | "shasum": "" |
1002 | }, | |
1003 | "require": { | |
e3da0ef7 | 1004 | "php": "^7.1 || ^8.0" |
91165842 EL |
1005 | }, |
1006 | "replace": { | |
1007 | "myclabs/deep-copy": "self.version" | |
ef1d9048 RT |
1008 | }, |
1009 | "require-dev": { | |
1322351b EL |
1010 | "doctrine/collections": "^1.0", |
1011 | "doctrine/common": "^2.6", | |
91165842 | 1012 | "phpunit/phpunit": "^7.1" |
ef1d9048 RT |
1013 | }, |
1014 | "type": "library", | |
1015 | "autoload": { | |
1016 | "psr-4": { | |
1017 | "DeepCopy\\": "src/DeepCopy/" | |
1322351b EL |
1018 | }, |
1019 | "files": [ | |
1020 | "src/DeepCopy/deep_copy.php" | |
1021 | ] | |
ef1d9048 RT |
1022 | }, |
1023 | "notification-url": "https://packagist.org/downloads/", | |
1024 | "license": [ | |
1025 | "MIT" | |
1026 | ], | |
1027 | "description": "Create deep copies (clones) of your objects", | |
ef1d9048 RT |
1028 | "keywords": [ |
1029 | "clone", | |
1030 | "copy", | |
1031 | "duplicate", | |
1032 | "object", | |
1033 | "object graph" | |
1034 | ], | |
e3da0ef7 EL |
1035 | "funding": [ |
1036 | { | |
1037 | "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", | |
1038 | "type": "tidelift" | |
1039 | } | |
1040 | ], | |
1041 | "time": "2020-06-29T13:22:24+00:00" | |
1042 | }, | |
1043 | { | |
1044 | "name": "paragonie/random_compat", | |
1045 | "version": "v9.99.99", | |
1046 | "source": { | |
1047 | "type": "git", | |
1048 | "url": "https://github.com/paragonie/random_compat.git", | |
1049 | "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" | |
1050 | }, | |
1051 | "dist": { | |
1052 | "type": "zip", | |
1053 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", | |
1054 | "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", | |
1055 | "shasum": "" | |
1056 | }, | |
1057 | "require": { | |
1058 | "php": "^7" | |
1059 | }, | |
1060 | "require-dev": { | |
1061 | "phpunit/phpunit": "4.*|5.*", | |
1062 | "vimeo/psalm": "^1" | |
1063 | }, | |
1064 | "suggest": { | |
1065 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | |
1066 | }, | |
1067 | "type": "library", | |
1068 | "notification-url": "https://packagist.org/downloads/", | |
1069 | "license": [ | |
1070 | "MIT" | |
1071 | ], | |
1072 | "authors": [ | |
1073 | { | |
1074 | "name": "Paragon Initiative Enterprises", | |
1075 | "email": "security@paragonie.com", | |
1076 | "homepage": "https://paragonie.com" | |
1077 | } | |
1078 | ], | |
1079 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | |
1080 | "keywords": [ | |
1081 | "csprng", | |
1082 | "polyfill", | |
1083 | "pseudorandom", | |
1084 | "random" | |
1085 | ], | |
1086 | "time": "2018-07-02T15:55:56+00:00" | |
1322351b EL |
1087 | }, |
1088 | { | |
1089 | "name": "phar-io/manifest", | |
be811301 | 1090 | "version": "1.0.3", |
1322351b EL |
1091 | "source": { |
1092 | "type": "git", | |
1093 | "url": "https://github.com/phar-io/manifest.git", | |
be811301 | 1094 | "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" |
1322351b EL |
1095 | }, |
1096 | "dist": { | |
1097 | "type": "zip", | |
be811301 EL |
1098 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", |
1099 | "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | |
1322351b EL |
1100 | "shasum": "" |
1101 | }, | |
1102 | "require": { | |
1103 | "ext-dom": "*", | |
1104 | "ext-phar": "*", | |
be811301 | 1105 | "phar-io/version": "^2.0", |
1322351b EL |
1106 | "php": "^5.6 || ^7.0" |
1107 | }, | |
1108 | "type": "library", | |
1109 | "extra": { | |
1110 | "branch-alias": { | |
1111 | "dev-master": "1.0.x-dev" | |
1112 | } | |
1113 | }, | |
1114 | "autoload": { | |
1115 | "classmap": [ | |
1116 | "src/" | |
1117 | ] | |
1118 | }, | |
1119 | "notification-url": "https://packagist.org/downloads/", | |
1120 | "license": [ | |
1121 | "BSD-3-Clause" | |
1122 | ], | |
1123 | "authors": [ | |
1124 | { | |
1125 | "name": "Arne Blankerts", | |
7e50ca76 AN |
1126 | "email": "arne@blankerts.de", |
1127 | "role": "Developer" | |
1322351b EL |
1128 | }, |
1129 | { | |
1130 | "name": "Sebastian Heuer", | |
7e50ca76 AN |
1131 | "email": "sebastian@phpeople.de", |
1132 | "role": "Developer" | |
1322351b EL |
1133 | }, |
1134 | { | |
1135 | "name": "Sebastian Bergmann", | |
7e50ca76 AN |
1136 | "email": "sebastian@phpunit.de", |
1137 | "role": "Developer" | |
1322351b EL |
1138 | } |
1139 | ], | |
1140 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", | |
be811301 | 1141 | "time": "2018-07-08T19:23:20+00:00" |
1322351b EL |
1142 | }, |
1143 | { | |
1144 | "name": "phar-io/version", | |
be811301 | 1145 | "version": "2.0.1", |
1322351b EL |
1146 | "source": { |
1147 | "type": "git", | |
1148 | "url": "https://github.com/phar-io/version.git", | |
be811301 | 1149 | "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" |
1322351b EL |
1150 | }, |
1151 | "dist": { | |
1152 | "type": "zip", | |
be811301 EL |
1153 | "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", |
1154 | "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", | |
1322351b EL |
1155 | "shasum": "" |
1156 | }, | |
1157 | "require": { | |
1158 | "php": "^5.6 || ^7.0" | |
1159 | }, | |
1160 | "type": "library", | |
1161 | "autoload": { | |
1162 | "classmap": [ | |
1163 | "src/" | |
1164 | ] | |
1165 | }, | |
1166 | "notification-url": "https://packagist.org/downloads/", | |
1167 | "license": [ | |
1168 | "BSD-3-Clause" | |
1169 | ], | |
1170 | "authors": [ | |
1171 | { | |
1172 | "name": "Arne Blankerts", | |
7e50ca76 AN |
1173 | "email": "arne@blankerts.de", |
1174 | "role": "Developer" | |
1322351b EL |
1175 | }, |
1176 | { | |
1177 | "name": "Sebastian Heuer", | |
7e50ca76 AN |
1178 | "email": "sebastian@phpeople.de", |
1179 | "role": "Developer" | |
1322351b EL |
1180 | }, |
1181 | { | |
1182 | "name": "Sebastian Bergmann", | |
7e50ca76 AN |
1183 | "email": "sebastian@phpunit.de", |
1184 | "role": "Developer" | |
1322351b EL |
1185 | } |
1186 | ], | |
1187 | "description": "Library for handling version information and constraints", | |
be811301 | 1188 | "time": "2018-07-08T19:19:57+00:00" |
ef1d9048 RT |
1189 | }, |
1190 | { | |
1191 | "name": "phpdocumentor/reflection-common", | |
e3da0ef7 | 1192 | "version": "2.2.0", |
ef1d9048 RT |
1193 | "source": { |
1194 | "type": "git", | |
1195 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
e3da0ef7 | 1196 | "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" |
ef1d9048 RT |
1197 | }, |
1198 | "dist": { | |
1199 | "type": "zip", | |
e3da0ef7 EL |
1200 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", |
1201 | "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", | |
ef1d9048 RT |
1202 | "shasum": "" |
1203 | }, | |
1204 | "require": { | |
e3da0ef7 | 1205 | "php": "^7.2 || ^8.0" |
ef1d9048 RT |
1206 | }, |
1207 | "type": "library", | |
1208 | "extra": { | |
1209 | "branch-alias": { | |
e3da0ef7 | 1210 | "dev-2.x": "2.x-dev" |
ef1d9048 RT |
1211 | } |
1212 | }, | |
1213 | "autoload": { | |
1214 | "psr-4": { | |
7e50ca76 | 1215 | "phpDocumentor\\Reflection\\": "src/" |
ef1d9048 RT |
1216 | } |
1217 | }, | |
1218 | "notification-url": "https://packagist.org/downloads/", | |
1219 | "license": [ | |
1220 | "MIT" | |
1221 | ], | |
1222 | "authors": [ | |
1223 | { | |
1224 | "name": "Jaap van Otterdijk", | |
1225 | "email": "opensource@ijaap.nl" | |
1226 | } | |
1227 | ], | |
1228 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
1229 | "homepage": "http://www.phpdoc.org", | |
1230 | "keywords": [ | |
1231 | "FQSEN", | |
1232 | "phpDocumentor", | |
1233 | "phpdoc", | |
1234 | "reflection", | |
1235 | "static analysis" | |
1236 | ], | |
e3da0ef7 | 1237 | "time": "2020-06-27T09:03:43+00:00" |
ef1d9048 | 1238 | }, |
b80b35d0 | 1239 | { |
a6bd22b0 | 1240 | "name": "phpdocumentor/reflection-docblock", |
bdc3ad00 | 1241 | "version": "5.2.2", |
b80b35d0 TL |
1242 | "source": { |
1243 | "type": "git", | |
a6bd22b0 | 1244 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
bdc3ad00 | 1245 | "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" |
b80b35d0 TL |
1246 | }, |
1247 | "dist": { | |
1248 | "type": "zip", | |
bdc3ad00 EL |
1249 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", |
1250 | "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", | |
b80b35d0 TL |
1251 | "shasum": "" |
1252 | }, | |
1253 | "require": { | |
e3da0ef7 EL |
1254 | "ext-filter": "*", |
1255 | "php": "^7.2 || ^8.0", | |
1256 | "phpdocumentor/reflection-common": "^2.2", | |
1257 | "phpdocumentor/type-resolver": "^1.3", | |
1258 | "webmozart/assert": "^1.9.1" | |
b80b35d0 TL |
1259 | }, |
1260 | "require-dev": { | |
e3da0ef7 | 1261 | "mockery/mockery": "~1.3.2" |
a6bd22b0 | 1262 | }, |
ef1d9048 | 1263 | "type": "library", |
35925a2c EL |
1264 | "extra": { |
1265 | "branch-alias": { | |
5d0b0465 | 1266 | "dev-master": "5.x-dev" |
35925a2c EL |
1267 | } |
1268 | }, | |
ef1d9048 RT |
1269 | "autoload": { |
1270 | "psr-4": { | |
5d0b0465 | 1271 | "phpDocumentor\\Reflection\\": "src" |
ef1d9048 RT |
1272 | } |
1273 | }, | |
1274 | "notification-url": "https://packagist.org/downloads/", | |
1275 | "license": [ | |
1276 | "MIT" | |
1277 | ], | |
1278 | "authors": [ | |
1279 | { | |
1280 | "name": "Mike van Riel", | |
1281 | "email": "me@mikevanriel.com" | |
5d0b0465 EL |
1282 | }, |
1283 | { | |
1284 | "name": "Jaap van Otterdijk", | |
1285 | "email": "account@ijaap.nl" | |
ef1d9048 RT |
1286 | } |
1287 | ], | |
1288 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
bdc3ad00 | 1289 | "time": "2020-09-03T19:13:55+00:00" |
ef1d9048 RT |
1290 | }, |
1291 | { | |
1292 | "name": "phpdocumentor/type-resolver", | |
bdc3ad00 | 1293 | "version": "1.4.0", |
ef1d9048 RT |
1294 | "source": { |
1295 | "type": "git", | |
1296 | "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
bdc3ad00 | 1297 | "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" |
ef1d9048 RT |
1298 | }, |
1299 | "dist": { | |
1300 | "type": "zip", | |
bdc3ad00 EL |
1301 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", |
1302 | "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", | |
ef1d9048 RT |
1303 | "shasum": "" |
1304 | }, | |
1305 | "require": { | |
e3da0ef7 | 1306 | "php": "^7.2 || ^8.0", |
7e50ca76 | 1307 | "phpdocumentor/reflection-common": "^2.0" |
ef1d9048 RT |
1308 | }, |
1309 | "require-dev": { | |
e3da0ef7 | 1310 | "ext-tokenizer": "*" |
b80b35d0 TL |
1311 | }, |
1312 | "type": "library", | |
1313 | "extra": { | |
1314 | "branch-alias": { | |
e3da0ef7 | 1315 | "dev-1.x": "1.x-dev" |
b80b35d0 TL |
1316 | } |
1317 | }, | |
1318 | "autoload": { | |
ef1d9048 | 1319 | "psr-4": { |
7e50ca76 | 1320 | "phpDocumentor\\Reflection\\": "src" |
b80b35d0 TL |
1321 | } |
1322 | }, | |
1323 | "notification-url": "https://packagist.org/downloads/", | |
1324 | "license": [ | |
1325 | "MIT" | |
1326 | ], | |
1327 | "authors": [ | |
1328 | { | |
a6bd22b0 | 1329 | "name": "Mike van Riel", |
ef1d9048 | 1330 | "email": "me@mikevanriel.com" |
b80b35d0 TL |
1331 | } |
1332 | ], | |
7e50ca76 | 1333 | "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", |
bdc3ad00 | 1334 | "time": "2020-09-17T18:55:26+00:00" |
b80b35d0 | 1335 | }, |
08f38358 | 1336 | { |
a6bd22b0 | 1337 | "name": "phpspec/prophecy", |
bdc3ad00 | 1338 | "version": "1.12.1", |
08f38358 AN |
1339 | "source": { |
1340 | "type": "git", | |
a6bd22b0 | 1341 | "url": "https://github.com/phpspec/prophecy.git", |
bdc3ad00 | 1342 | "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d" |
08f38358 AN |
1343 | }, |
1344 | "dist": { | |
1345 | "type": "zip", | |
bdc3ad00 EL |
1346 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d", |
1347 | "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d", | |
08f38358 AN |
1348 | "shasum": "" |
1349 | }, | |
1350 | "require": { | |
e3da0ef7 | 1351 | "doctrine/instantiator": "^1.2", |
bdc3ad00 EL |
1352 | "php": "^7.2 || ~8.0, <8.1", |
1353 | "phpdocumentor/reflection-docblock": "^5.2", | |
e3da0ef7 EL |
1354 | "sebastian/comparator": "^3.0 || ^4.0", |
1355 | "sebastian/recursion-context": "^3.0 || ^4.0" | |
a6bd22b0 T |
1356 | }, |
1357 | "require-dev": { | |
e3da0ef7 | 1358 | "phpspec/phpspec": "^6.0", |
bdc3ad00 | 1359 | "phpunit/phpunit": "^8.0 || ^9.0 <9.3" |
08f38358 AN |
1360 | }, |
1361 | "type": "library", | |
1362 | "extra": { | |
1363 | "branch-alias": { | |
e3da0ef7 | 1364 | "dev-master": "1.11.x-dev" |
08f38358 AN |
1365 | } |
1366 | }, | |
1367 | "autoload": { | |
3373a429 MM |
1368 | "psr-4": { |
1369 | "Prophecy\\": "src/Prophecy" | |
08f38358 AN |
1370 | } |
1371 | }, | |
1372 | "notification-url": "https://packagist.org/downloads/", | |
1373 | "license": [ | |
1374 | "MIT" | |
1375 | ], | |
1376 | "authors": [ | |
1377 | { | |
a6bd22b0 T |
1378 | "name": "Konstantin Kudryashov", |
1379 | "email": "ever.zet@gmail.com", | |
1380 | "homepage": "http://everzet.com" | |
08f38358 AN |
1381 | }, |
1382 | { | |
a6bd22b0 T |
1383 | "name": "Marcello Duarte", |
1384 | "email": "marcello.duarte@gmail.com" | |
08f38358 AN |
1385 | } |
1386 | ], | |
a6bd22b0 T |
1387 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
1388 | "homepage": "https://github.com/phpspec/prophecy", | |
08f38358 | 1389 | "keywords": [ |
a6bd22b0 T |
1390 | "Double", |
1391 | "Dummy", | |
1392 | "fake", | |
1393 | "mock", | |
1394 | "spy", | |
1395 | "stub" | |
08f38358 | 1396 | ], |
bdc3ad00 | 1397 | "time": "2020-09-29T09:10:42+00:00" |
08f38358 AN |
1398 | }, |
1399 | { | |
a6bd22b0 | 1400 | "name": "phpunit/php-code-coverage", |
bdc3ad00 | 1401 | "version": "7.0.10", |
08f38358 AN |
1402 | "source": { |
1403 | "type": "git", | |
a6bd22b0 | 1404 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
bdc3ad00 | 1405 | "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf" |
08f38358 AN |
1406 | }, |
1407 | "dist": { | |
1408 | "type": "zip", | |
bdc3ad00 EL |
1409 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf", |
1410 | "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf", | |
08f38358 AN |
1411 | "shasum": "" |
1412 | }, | |
1413 | "require": { | |
6308dad8 EL |
1414 | "ext-dom": "*", |
1415 | "ext-xmlwriter": "*", | |
bdc3ad00 EL |
1416 | "php": "^7.2", |
1417 | "phpunit/php-file-iterator": "^2.0.2", | |
1322351b | 1418 | "phpunit/php-text-template": "^1.2.1", |
bdc3ad00 | 1419 | "phpunit/php-token-stream": "^3.1.1", |
1322351b | 1420 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
bdc3ad00 | 1421 | "sebastian/environment": "^4.2.2", |
1322351b | 1422 | "sebastian/version": "^2.0.1", |
bdc3ad00 | 1423 | "theseer/tokenizer": "^1.1.3" |
08f38358 AN |
1424 | }, |
1425 | "require-dev": { | |
bdc3ad00 | 1426 | "phpunit/phpunit": "^8.2.2" |
a6bd22b0 T |
1427 | }, |
1428 | "suggest": { | |
bdc3ad00 | 1429 | "ext-xdebug": "^2.7.2" |
08f38358 AN |
1430 | }, |
1431 | "type": "library", | |
1432 | "extra": { | |
1433 | "branch-alias": { | |
bdc3ad00 | 1434 | "dev-master": "7.0-dev" |
08f38358 AN |
1435 | } |
1436 | }, | |
1437 | "autoload": { | |
a6bd22b0 T |
1438 | "classmap": [ |
1439 | "src/" | |
1440 | ] | |
08f38358 AN |
1441 | }, |
1442 | "notification-url": "https://packagist.org/downloads/", | |
1443 | "license": [ | |
a6bd22b0 | 1444 | "BSD-3-Clause" |
08f38358 AN |
1445 | ], |
1446 | "authors": [ | |
1447 | { | |
a6bd22b0 | 1448 | "name": "Sebastian Bergmann", |
7e50ca76 AN |
1449 | "email": "sebastian@phpunit.de", |
1450 | "role": "lead" | |
08f38358 AN |
1451 | } |
1452 | ], | |
a6bd22b0 T |
1453 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
1454 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
08f38358 | 1455 | "keywords": [ |
a6bd22b0 T |
1456 | "coverage", |
1457 | "testing", | |
1458 | "xunit" | |
08f38358 | 1459 | ], |
bdc3ad00 | 1460 | "time": "2019-11-20T13:55:58+00:00" |
08f38358 AN |
1461 | }, |
1462 | { | |
a6bd22b0 | 1463 | "name": "phpunit/php-file-iterator", |
be811301 | 1464 | "version": "2.0.2", |
08f38358 AN |
1465 | "source": { |
1466 | "type": "git", | |
a6bd22b0 | 1467 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
be811301 | 1468 | "reference": "050bedf145a257b1ff02746c31894800e5122946" |
08f38358 AN |
1469 | }, |
1470 | "dist": { | |
1471 | "type": "zip", | |
be811301 EL |
1472 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", |
1473 | "reference": "050bedf145a257b1ff02746c31894800e5122946", | |
08f38358 AN |
1474 | "shasum": "" |
1475 | }, | |
1476 | "require": { | |
be811301 EL |
1477 | "php": "^7.1" |
1478 | }, | |
1479 | "require-dev": { | |
1480 | "phpunit/phpunit": "^7.1" | |
08f38358 | 1481 | }, |
08f38358 AN |
1482 | "type": "library", |
1483 | "extra": { | |
1484 | "branch-alias": { | |
be811301 | 1485 | "dev-master": "2.0.x-dev" |
08f38358 AN |
1486 | } |
1487 | }, | |
1488 | "autoload": { | |
a6bd22b0 T |
1489 | "classmap": [ |
1490 | "src/" | |
1491 | ] | |
08f38358 AN |
1492 | }, |
1493 | "notification-url": "https://packagist.org/downloads/", | |
1494 | "license": [ | |
a6bd22b0 | 1495 | "BSD-3-Clause" |
08f38358 AN |
1496 | ], |
1497 | "authors": [ | |
1498 | { | |
a6bd22b0 | 1499 | "name": "Sebastian Bergmann", |
7e50ca76 AN |
1500 | "email": "sebastian@phpunit.de", |
1501 | "role": "lead" | |
a6bd22b0 T |
1502 | } |
1503 | ], | |
1504 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
1505 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
1506 | "keywords": [ | |
1507 | "filesystem", | |
1508 | "iterator" | |
1509 | ], | |
be811301 | 1510 | "time": "2018-09-13T20:33:42+00:00" |
a6bd22b0 T |
1511 | }, |
1512 | { | |
1513 | "name": "phpunit/php-text-template", | |
1514 | "version": "1.2.1", | |
1515 | "source": { | |
1516 | "type": "git", | |
1517 | "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
1518 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
1519 | }, | |
1520 | "dist": { | |
1521 | "type": "zip", | |
1522 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
1523 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
1524 | "shasum": "" | |
1525 | }, | |
1526 | "require": { | |
1527 | "php": ">=5.3.3" | |
1528 | }, | |
1529 | "type": "library", | |
1530 | "autoload": { | |
1531 | "classmap": [ | |
1532 | "src/" | |
1533 | ] | |
1534 | }, | |
1535 | "notification-url": "https://packagist.org/downloads/", | |
1536 | "license": [ | |
1537 | "BSD-3-Clause" | |
1538 | ], | |
1539 | "authors": [ | |
08f38358 | 1540 | { |
a6bd22b0 | 1541 | "name": "Sebastian Bergmann", |
7e50ca76 AN |
1542 | "email": "sebastian@phpunit.de", |
1543 | "role": "lead" | |
08f38358 AN |
1544 | } |
1545 | ], | |
a6bd22b0 T |
1546 | "description": "Simple template engine.", |
1547 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
08f38358 | 1548 | "keywords": [ |
a6bd22b0 | 1549 | "template" |
08f38358 | 1550 | ], |
bc4067bf | 1551 | "time": "2015-06-21T13:50:34+00:00" |
08f38358 AN |
1552 | }, |
1553 | { | |
a6bd22b0 | 1554 | "name": "phpunit/php-timer", |
3373a429 | 1555 | "version": "2.1.2", |
08f38358 AN |
1556 | "source": { |
1557 | "type": "git", | |
a6bd22b0 | 1558 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
3373a429 | 1559 | "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" |
08f38358 AN |
1560 | }, |
1561 | "dist": { | |
1562 | "type": "zip", | |
3373a429 MM |
1563 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", |
1564 | "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", | |
08f38358 AN |
1565 | "shasum": "" |
1566 | }, | |
1567 | "require": { | |
be811301 | 1568 | "php": "^7.1" |
a6bd22b0 | 1569 | }, |
ac22c86b | 1570 | "require-dev": { |
be811301 | 1571 | "phpunit/phpunit": "^7.0" |
ac22c86b | 1572 | }, |
a6bd22b0 | 1573 | "type": "library", |
6308dad8 EL |
1574 | "extra": { |
1575 | "branch-alias": { | |
be811301 | 1576 | "dev-master": "2.1-dev" |
6308dad8 EL |
1577 | } |
1578 | }, | |
a6bd22b0 T |
1579 | "autoload": { |
1580 | "classmap": [ | |
1581 | "src/" | |
1582 | ] | |
1583 | }, | |
1584 | "notification-url": "https://packagist.org/downloads/", | |
1585 | "license": [ | |
1586 | "BSD-3-Clause" | |
1587 | ], | |
1588 | "authors": [ | |
1589 | { | |
1590 | "name": "Sebastian Bergmann", | |
7e50ca76 AN |
1591 | "email": "sebastian@phpunit.de", |
1592 | "role": "lead" | |
a6bd22b0 T |
1593 | } |
1594 | ], | |
1595 | "description": "Utility class for timing", | |
1596 | "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
1597 | "keywords": [ | |
1598 | "timer" | |
1599 | ], | |
3373a429 | 1600 | "time": "2019-06-07T04:22:29+00:00" |
a6bd22b0 T |
1601 | }, |
1602 | { | |
1603 | "name": "phpunit/php-token-stream", | |
7e50ca76 | 1604 | "version": "3.1.1", |
a6bd22b0 T |
1605 | "source": { |
1606 | "type": "git", | |
1607 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
7e50ca76 | 1608 | "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" |
a6bd22b0 T |
1609 | }, |
1610 | "dist": { | |
1611 | "type": "zip", | |
7e50ca76 AN |
1612 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", |
1613 | "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", | |
a6bd22b0 T |
1614 | "shasum": "" |
1615 | }, | |
1616 | "require": { | |
1617 | "ext-tokenizer": "*", | |
be811301 | 1618 | "php": "^7.1" |
a6bd22b0 T |
1619 | }, |
1620 | "require-dev": { | |
be811301 | 1621 | "phpunit/phpunit": "^7.0" |
08f38358 AN |
1622 | }, |
1623 | "type": "library", | |
a6bd22b0 T |
1624 | "extra": { |
1625 | "branch-alias": { | |
5a44daad | 1626 | "dev-master": "3.1-dev" |
08f38358 AN |
1627 | } |
1628 | }, | |
a6bd22b0 T |
1629 | "autoload": { |
1630 | "classmap": [ | |
1631 | "src/" | |
1632 | ] | |
1633 | }, | |
a256eddb | 1634 | "notification-url": "https://packagist.org/downloads/", |
08f38358 | 1635 | "license": [ |
a6bd22b0 | 1636 | "BSD-3-Clause" |
08f38358 AN |
1637 | ], |
1638 | "authors": [ | |
1639 | { | |
a6bd22b0 T |
1640 | "name": "Sebastian Bergmann", |
1641 | "email": "sebastian@phpunit.de" | |
08f38358 AN |
1642 | } |
1643 | ], | |
a6bd22b0 T |
1644 | "description": "Wrapper around PHP's tokenizer extension.", |
1645 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
08f38358 | 1646 | "keywords": [ |
a6bd22b0 | 1647 | "tokenizer" |
08f38358 | 1648 | ], |
e3da0ef7 | 1649 | "abandoned": true, |
7e50ca76 | 1650 | "time": "2019-09-17T06:23:10+00:00" |
08f38358 | 1651 | }, |
b80b35d0 | 1652 | { |
a6bd22b0 | 1653 | "name": "phpunit/phpunit", |
bdc3ad00 | 1654 | "version": "8.5.8", |
b80b35d0 TL |
1655 | "source": { |
1656 | "type": "git", | |
a6bd22b0 | 1657 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
bdc3ad00 | 1658 | "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997" |
b80b35d0 TL |
1659 | }, |
1660 | "dist": { | |
1661 | "type": "zip", | |
bdc3ad00 EL |
1662 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997", |
1663 | "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997", | |
b80b35d0 TL |
1664 | "shasum": "" |
1665 | }, | |
1666 | "require": { | |
bdc3ad00 | 1667 | "doctrine/instantiator": "^1.2.0", |
a6bd22b0 T |
1668 | "ext-dom": "*", |
1669 | "ext-json": "*", | |
5483ef5c RT |
1670 | "ext-libxml": "*", |
1671 | "ext-mbstring": "*", | |
1672 | "ext-xml": "*", | |
bdc3ad00 EL |
1673 | "ext-xmlwriter": "*", |
1674 | "myclabs/deep-copy": "^1.9.1", | |
1675 | "phar-io/manifest": "^1.0.3", | |
1676 | "phar-io/version": "^2.0.1", | |
1677 | "php": "^7.2", | |
1678 | "phpspec/prophecy": "^1.8.1", | |
1679 | "phpunit/php-code-coverage": "^7.0.7", | |
1680 | "phpunit/php-file-iterator": "^2.0.2", | |
1322351b | 1681 | "phpunit/php-text-template": "^1.2.1", |
bdc3ad00 EL |
1682 | "phpunit/php-timer": "^2.1.2", |
1683 | "sebastian/comparator": "^3.0.2", | |
1684 | "sebastian/diff": "^3.0.2", | |
1685 | "sebastian/environment": "^4.2.2", | |
1686 | "sebastian/exporter": "^3.1.1", | |
1687 | "sebastian/global-state": "^3.0.0", | |
1322351b | 1688 | "sebastian/object-enumerator": "^3.0.3", |
bdc3ad00 EL |
1689 | "sebastian/resource-operations": "^2.0.1", |
1690 | "sebastian/type": "^1.1.3", | |
1322351b | 1691 | "sebastian/version": "^2.0.1" |
b80b35d0 | 1692 | }, |
5483ef5c RT |
1693 | "require-dev": { |
1694 | "ext-pdo": "*" | |
1695 | }, | |
b80b35d0 | 1696 | "suggest": { |
be811301 | 1697 | "ext-soap": "*", |
5483ef5c | 1698 | "ext-xdebug": "*", |
bdc3ad00 | 1699 | "phpunit/php-invoker": "^2.0.0" |
b80b35d0 | 1700 | }, |
a6bd22b0 T |
1701 | "bin": [ |
1702 | "phpunit" | |
1703 | ], | |
b80b35d0 TL |
1704 | "type": "library", |
1705 | "extra": { | |
1706 | "branch-alias": { | |
bdc3ad00 | 1707 | "dev-master": "8.5-dev" |
b80b35d0 TL |
1708 | } |
1709 | }, | |
1710 | "autoload": { | |
a6bd22b0 T |
1711 | "classmap": [ |
1712 | "src/" | |
1713 | ] | |
b80b35d0 TL |
1714 | }, |
1715 | "notification-url": "https://packagist.org/downloads/", | |
1716 | "license": [ | |
a6bd22b0 | 1717 | "BSD-3-Clause" |
b80b35d0 TL |
1718 | ], |
1719 | "authors": [ | |
1720 | { | |
a6bd22b0 | 1721 | "name": "Sebastian Bergmann", |
7e50ca76 AN |
1722 | "email": "sebastian@phpunit.de", |
1723 | "role": "lead" | |
b80b35d0 TL |
1724 | } |
1725 | ], | |
a6bd22b0 T |
1726 | "description": "The PHP Unit Testing framework.", |
1727 | "homepage": "https://phpunit.de/", | |
1728 | "keywords": [ | |
1729 | "phpunit", | |
1730 | "testing", | |
1731 | "xunit" | |
1732 | ], | |
bdc3ad00 EL |
1733 | "funding": [ |
1734 | { | |
1735 | "url": "https://phpunit.de/donate.html", | |
1736 | "type": "custom" | |
1737 | }, | |
1738 | { | |
1739 | "url": "https://github.com/sebastianbergmann", | |
1740 | "type": "github" | |
1741 | } | |
1742 | ], | |
1743 | "time": "2020-06-22T07:06:58+00:00" | |
6308dad8 EL |
1744 | }, |
1745 | { | |
1746 | "name": "psr/container", | |
1747 | "version": "1.0.0", | |
1748 | "source": { | |
1749 | "type": "git", | |
1750 | "url": "https://github.com/php-fig/container.git", | |
1751 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
1752 | }, | |
1753 | "dist": { | |
1754 | "type": "zip", | |
1755 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
1756 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
1757 | "shasum": "" | |
1758 | }, | |
1759 | "require": { | |
1760 | "php": ">=5.3.0" | |
1761 | }, | |
1762 | "type": "library", | |
1763 | "extra": { | |
1764 | "branch-alias": { | |
1765 | "dev-master": "1.0.x-dev" | |
1766 | } | |
1767 | }, | |
1768 | "autoload": { | |
1769 | "psr-4": { | |
1770 | "Psr\\Container\\": "src/" | |
1771 | } | |
1772 | }, | |
1773 | "notification-url": "https://packagist.org/downloads/", | |
1774 | "license": [ | |
1775 | "MIT" | |
1776 | ], | |
1777 | "authors": [ | |
1778 | { | |
1779 | "name": "PHP-FIG", | |
1780 | "homepage": "http://www.php-fig.org/" | |
1781 | } | |
1782 | ], | |
1783 | "description": "Common Container Interface (PHP FIG PSR-11)", | |
1784 | "homepage": "https://github.com/php-fig/container", | |
1785 | "keywords": [ | |
1786 | "PSR-11", | |
1787 | "container", | |
1788 | "container-interface", | |
1789 | "container-interop", | |
1790 | "psr" | |
1791 | ], | |
bc4067bf | 1792 | "time": "2017-02-14T16:28:37+00:00" |
b80b35d0 | 1793 | }, |
e11c2145 | 1794 | { |
98cc4d04 EL |
1795 | "name": "psr/event-dispatcher", |
1796 | "version": "1.0.0", | |
e11c2145 RT |
1797 | "source": { |
1798 | "type": "git", | |
98cc4d04 EL |
1799 | "url": "https://github.com/php-fig/event-dispatcher.git", |
1800 | "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" | |
e11c2145 RT |
1801 | }, |
1802 | "dist": { | |
1803 | "type": "zip", | |
98cc4d04 EL |
1804 | "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", |
1805 | "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", | |
e11c2145 RT |
1806 | "shasum": "" |
1807 | }, | |
1808 | "require": { | |
98cc4d04 | 1809 | "php": ">=7.2.0" |
e11c2145 RT |
1810 | }, |
1811 | "type": "library", | |
1812 | "extra": { | |
1813 | "branch-alias": { | |
ef1d9048 | 1814 | "dev-master": "1.0.x-dev" |
e11c2145 RT |
1815 | } |
1816 | }, | |
1817 | "autoload": { | |
1818 | "psr-4": { | |
98cc4d04 | 1819 | "Psr\\EventDispatcher\\": "src/" |
ef1d9048 | 1820 | } |
e11c2145 RT |
1821 | }, |
1822 | "notification-url": "https://packagist.org/downloads/", | |
1823 | "license": [ | |
1824 | "MIT" | |
1825 | ], | |
1826 | "authors": [ | |
1827 | { | |
ef1d9048 RT |
1828 | "name": "PHP-FIG", |
1829 | "homepage": "http://www.php-fig.org/" | |
1830 | } | |
1831 | ], | |
98cc4d04 | 1832 | "description": "Standard interfaces for event handling.", |
ef1d9048 | 1833 | "keywords": [ |
98cc4d04 | 1834 | "events", |
ef1d9048 | 1835 | "psr", |
98cc4d04 | 1836 | "psr-14" |
ef1d9048 | 1837 | ], |
98cc4d04 | 1838 | "time": "2019-01-08T18:20:26+00:00" |
ef1d9048 | 1839 | }, |
5483ef5c | 1840 | { |
98cc4d04 EL |
1841 | "name": "psr/http-message", |
1842 | "version": "1.0.1", | |
5483ef5c RT |
1843 | "source": { |
1844 | "type": "git", | |
98cc4d04 EL |
1845 | "url": "https://github.com/php-fig/http-message.git", |
1846 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
5483ef5c RT |
1847 | }, |
1848 | "dist": { | |
1849 | "type": "zip", | |
98cc4d04 EL |
1850 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
1851 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
5483ef5c RT |
1852 | "shasum": "" |
1853 | }, | |
1854 | "require": { | |
1855 | "php": ">=5.3.0" | |
1856 | }, | |
1857 | "type": "library", | |
1858 | "extra": { | |
1859 | "branch-alias": { | |
98cc4d04 | 1860 | "dev-master": "1.0.x-dev" |
5483ef5c RT |
1861 | } |
1862 | }, | |
1863 | "autoload": { | |
1864 | "psr-4": { | |
98cc4d04 | 1865 | "Psr\\Http\\Message\\": "src/" |
5483ef5c RT |
1866 | } |
1867 | }, | |
1868 | "notification-url": "https://packagist.org/downloads/", | |
1869 | "license": [ | |
1870 | "MIT" | |
1871 | ], | |
1872 | "authors": [ | |
1873 | { | |
1874 | "name": "PHP-FIG", | |
1875 | "homepage": "http://www.php-fig.org/" | |
1876 | } | |
1877 | ], | |
98cc4d04 EL |
1878 | "description": "Common interface for HTTP messages", |
1879 | "homepage": "https://github.com/php-fig/http-message", | |
5483ef5c | 1880 | "keywords": [ |
98cc4d04 EL |
1881 | "http", |
1882 | "http-message", | |
5483ef5c | 1883 | "psr", |
98cc4d04 EL |
1884 | "psr-7", |
1885 | "request", | |
1886 | "response" | |
5483ef5c | 1887 | ], |
98cc4d04 | 1888 | "time": "2016-08-06T14:39:51+00:00" |
91165842 EL |
1889 | }, |
1890 | { | |
1891 | "name": "ralouphie/getallheaders", | |
3373a429 | 1892 | "version": "3.0.3", |
91165842 EL |
1893 | "source": { |
1894 | "type": "git", | |
1895 | "url": "https://github.com/ralouphie/getallheaders.git", | |
3373a429 | 1896 | "reference": "120b605dfeb996808c31b6477290a714d356e822" |
91165842 EL |
1897 | }, |
1898 | "dist": { | |
1899 | "type": "zip", | |
3373a429 MM |
1900 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
1901 | "reference": "120b605dfeb996808c31b6477290a714d356e822", | |
91165842 EL |
1902 | "shasum": "" |
1903 | }, | |
1904 | "require": { | |
3373a429 | 1905 | "php": ">=5.6" |
91165842 EL |
1906 | }, |
1907 | "require-dev": { | |
3373a429 MM |
1908 | "php-coveralls/php-coveralls": "^2.1", |
1909 | "phpunit/phpunit": "^5 || ^6.5" | |
91165842 EL |
1910 | }, |
1911 | "type": "library", | |
1912 | "autoload": { | |
1913 | "files": [ | |
1914 | "src/getallheaders.php" | |
1915 | ] | |
1916 | }, | |
1917 | "notification-url": "https://packagist.org/downloads/", | |
1918 | "license": [ | |
1919 | "MIT" | |
1920 | ], | |
1921 | "authors": [ | |
1922 | { | |
1923 | "name": "Ralph Khattar", | |
1924 | "email": "ralph.khattar@gmail.com" | |
1925 | } | |
1926 | ], | |
1927 | "description": "A polyfill for getallheaders.", | |
3373a429 | 1928 | "time": "2019-03-08T08:55:37+00:00" |
5483ef5c | 1929 | }, |
ef1d9048 RT |
1930 | { |
1931 | "name": "sebastian/code-unit-reverse-lookup", | |
6308dad8 | 1932 | "version": "1.0.1", |
ef1d9048 RT |
1933 | "source": { |
1934 | "type": "git", | |
1935 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
6308dad8 | 1936 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
ef1d9048 RT |
1937 | }, |
1938 | "dist": { | |
1939 | "type": "zip", | |
6308dad8 EL |
1940 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
1941 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
ef1d9048 RT |
1942 | "shasum": "" |
1943 | }, | |
1944 | "require": { | |
6308dad8 | 1945 | "php": "^5.6 || ^7.0" |
ef1d9048 RT |
1946 | }, |
1947 | "require-dev": { | |
6308dad8 | 1948 | "phpunit/phpunit": "^5.7 || ^6.0" |
ef1d9048 RT |
1949 | }, |
1950 | "type": "library", | |
1951 | "extra": { | |
1952 | "branch-alias": { | |
1953 | "dev-master": "1.0.x-dev" | |
1954 | } | |
1955 | }, | |
1956 | "autoload": { | |
1957 | "classmap": [ | |
1958 | "src/" | |
1959 | ] | |
1960 | }, | |
1961 | "notification-url": "https://packagist.org/downloads/", | |
1962 | "license": [ | |
1963 | "BSD-3-Clause" | |
1964 | ], | |
1965 | "authors": [ | |
1966 | { | |
1967 | "name": "Sebastian Bergmann", | |
1968 | "email": "sebastian@phpunit.de" | |
e11c2145 RT |
1969 | } |
1970 | ], | |
ef1d9048 RT |
1971 | "description": "Looks up which function or method a line of code belongs to", |
1972 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | |
bc4067bf | 1973 | "time": "2017-03-04T06:30:41+00:00" |
e11c2145 | 1974 | }, |
08f38358 | 1975 | { |
a6bd22b0 | 1976 | "name": "sebastian/comparator", |
be811301 | 1977 | "version": "3.0.2", |
08f38358 AN |
1978 | "source": { |
1979 | "type": "git", | |
a6bd22b0 | 1980 | "url": "https://github.com/sebastianbergmann/comparator.git", |
be811301 | 1981 | "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" |
08f38358 AN |
1982 | }, |
1983 | "dist": { | |
1984 | "type": "zip", | |
be811301 EL |
1985 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", |
1986 | "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", | |
08f38358 AN |
1987 | "shasum": "" |
1988 | }, | |
1989 | "require": { | |
be811301 EL |
1990 | "php": "^7.1", |
1991 | "sebastian/diff": "^3.0", | |
373a35dd | 1992 | "sebastian/exporter": "^3.1" |
a6bd22b0 T |
1993 | }, |
1994 | "require-dev": { | |
be811301 | 1995 | "phpunit/phpunit": "^7.1" |
08f38358 | 1996 | }, |
08f38358 AN |
1997 | "type": "library", |
1998 | "extra": { | |
1999 | "branch-alias": { | |
be811301 | 2000 | "dev-master": "3.0-dev" |
08f38358 AN |
2001 | } |
2002 | }, | |
2003 | "autoload": { | |
2004 | "classmap": [ | |
a6bd22b0 | 2005 | "src/" |
08f38358 AN |
2006 | ] |
2007 | }, | |
2008 | "notification-url": "https://packagist.org/downloads/", | |
08f38358 AN |
2009 | "license": [ |
2010 | "BSD-3-Clause" | |
2011 | ], | |
2012 | "authors": [ | |
a6bd22b0 T |
2013 | { |
2014 | "name": "Jeff Welch", | |
2015 | "email": "whatthejeff@gmail.com" | |
2016 | }, | |
2017 | { | |
2018 | "name": "Volker Dusch", | |
2019 | "email": "github@wallbash.com" | |
2020 | }, | |
2021 | { | |
2022 | "name": "Bernhard Schussek", | |
2023 | "email": "bschussek@2bepublished.at" | |
2024 | }, | |
08f38358 AN |
2025 | { |
2026 | "name": "Sebastian Bergmann", | |
a6bd22b0 | 2027 | "email": "sebastian@phpunit.de" |
08f38358 AN |
2028 | } |
2029 | ], | |
a6bd22b0 | 2030 | "description": "Provides the functionality to compare PHP values for equality", |
373a35dd | 2031 | "homepage": "https://github.com/sebastianbergmann/comparator", |
08f38358 | 2032 | "keywords": [ |
a6bd22b0 T |
2033 | "comparator", |
2034 | "compare", | |
2035 | "equality" | |
08f38358 | 2036 | ], |
be811301 | 2037 | "time": "2018-07-12T15:12:46+00:00" |
08f38358 AN |
2038 | }, |
2039 | { | |
a6bd22b0 | 2040 | "name": "sebastian/diff", |
be811301 | 2041 | "version": "3.0.2", |
08f38358 AN |
2042 | "source": { |
2043 | "type": "git", | |
a6bd22b0 | 2044 | "url": "https://github.com/sebastianbergmann/diff.git", |
be811301 | 2045 | "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" |
08f38358 AN |
2046 | }, |
2047 | "dist": { | |
2048 | "type": "zip", | |
be811301 EL |
2049 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", |
2050 | "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", | |
08f38358 AN |
2051 | "shasum": "" |
2052 | }, | |
2053 | "require": { | |
be811301 | 2054 | "php": "^7.1" |
08f38358 AN |
2055 | }, |
2056 | "require-dev": { | |
be811301 EL |
2057 | "phpunit/phpunit": "^7.5 || ^8.0", |
2058 | "symfony/process": "^2 || ^3.3 || ^4" | |
08f38358 AN |
2059 | }, |
2060 | "type": "library", | |
2061 | "extra": { | |
2062 | "branch-alias": { | |
be811301 | 2063 | "dev-master": "3.0-dev" |
08f38358 AN |
2064 | } |
2065 | }, | |
2066 | "autoload": { | |
2067 | "classmap": [ | |
b80b35d0 | 2068 | "src/" |
08f38358 AN |
2069 | ] |
2070 | }, | |
2071 | "notification-url": "https://packagist.org/downloads/", | |
08f38358 AN |
2072 | "license": [ |
2073 | "BSD-3-Clause" | |
2074 | ], | |
2075 | "authors": [ | |
a6bd22b0 T |
2076 | { |
2077 | "name": "Kore Nordmann", | |
2078 | "email": "mail@kore-nordmann.de" | |
2079 | }, | |
08f38358 AN |
2080 | { |
2081 | "name": "Sebastian Bergmann", | |
a6bd22b0 | 2082 | "email": "sebastian@phpunit.de" |
08f38358 AN |
2083 | } |
2084 | ], | |
a6bd22b0 | 2085 | "description": "Diff implementation", |
0583bbd1 | 2086 | "homepage": "https://github.com/sebastianbergmann/diff", |
08f38358 | 2087 | "keywords": [ |
be811301 EL |
2088 | "diff", |
2089 | "udiff", | |
2090 | "unidiff", | |
2091 | "unified diff" | |
08f38358 | 2092 | ], |
be811301 | 2093 | "time": "2019-02-04T06:01:07+00:00" |
08f38358 AN |
2094 | }, |
2095 | { | |
a6bd22b0 | 2096 | "name": "sebastian/environment", |
784977de | 2097 | "version": "4.2.3", |
08f38358 AN |
2098 | "source": { |
2099 | "type": "git", | |
a6bd22b0 | 2100 | "url": "https://github.com/sebastianbergmann/environment.git", |
784977de | 2101 | "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" |
08f38358 AN |
2102 | }, |
2103 | "dist": { | |
2104 | "type": "zip", | |
784977de EL |
2105 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", |
2106 | "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", | |
08f38358 AN |
2107 | "shasum": "" |
2108 | }, | |
2109 | "require": { | |
be811301 | 2110 | "php": "^7.1" |
08f38358 | 2111 | }, |
a6bd22b0 | 2112 | "require-dev": { |
be811301 EL |
2113 | "phpunit/phpunit": "^7.5" |
2114 | }, | |
2115 | "suggest": { | |
2116 | "ext-posix": "*" | |
a6bd22b0 | 2117 | }, |
08f38358 AN |
2118 | "type": "library", |
2119 | "extra": { | |
2120 | "branch-alias": { | |
4d4dcefb | 2121 | "dev-master": "4.2-dev" |
08f38358 AN |
2122 | } |
2123 | }, | |
2124 | "autoload": { | |
2125 | "classmap": [ | |
2126 | "src/" | |
2127 | ] | |
2128 | }, | |
2129 | "notification-url": "https://packagist.org/downloads/", | |
2130 | "license": [ | |
2131 | "BSD-3-Clause" | |
2132 | ], | |
2133 | "authors": [ | |
2134 | { | |
2135 | "name": "Sebastian Bergmann", | |
a6bd22b0 | 2136 | "email": "sebastian@phpunit.de" |
08f38358 AN |
2137 | } |
2138 | ], | |
a6bd22b0 T |
2139 | "description": "Provides functionality to handle HHVM/PHP environments", |
2140 | "homepage": "http://www.github.com/sebastianbergmann/environment", | |
08f38358 | 2141 | "keywords": [ |
a6bd22b0 T |
2142 | "Xdebug", |
2143 | "environment", | |
2144 | "hhvm" | |
08f38358 | 2145 | ], |
784977de | 2146 | "time": "2019-11-20T08:46:58+00:00" |
08f38358 AN |
2147 | }, |
2148 | { | |
a6bd22b0 | 2149 | "name": "sebastian/exporter", |
7e50ca76 | 2150 | "version": "3.1.2", |
08f38358 AN |
2151 | "source": { |
2152 | "type": "git", | |
a6bd22b0 | 2153 | "url": "https://github.com/sebastianbergmann/exporter.git", |
7e50ca76 | 2154 | "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" |
08f38358 AN |
2155 | }, |
2156 | "dist": { | |
2157 | "type": "zip", | |
7e50ca76 AN |
2158 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", |
2159 | "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", | |
08f38358 AN |
2160 | "shasum": "" |
2161 | }, | |
2162 | "require": { | |
1322351b EL |
2163 | "php": "^7.0", |
2164 | "sebastian/recursion-context": "^3.0" | |
a6bd22b0 T |
2165 | }, |
2166 | "require-dev": { | |
481a5ee5 | 2167 | "ext-mbstring": "*", |
1322351b | 2168 | "phpunit/phpunit": "^6.0" |
08f38358 AN |
2169 | }, |
2170 | "type": "library", | |
a6bd22b0 T |
2171 | "extra": { |
2172 | "branch-alias": { | |
1322351b | 2173 | "dev-master": "3.1.x-dev" |
a6bd22b0 T |
2174 | } |
2175 | }, | |
08f38358 AN |
2176 | "autoload": { |
2177 | "classmap": [ | |
a256eddb | 2178 | "src/" |
08f38358 AN |
2179 | ] |
2180 | }, | |
2181 | "notification-url": "https://packagist.org/downloads/", | |
08f38358 AN |
2182 | "license": [ |
2183 | "BSD-3-Clause" | |
2184 | ], | |
2185 | "authors": [ | |
5a44daad AN |
2186 | { |
2187 | "name": "Sebastian Bergmann", | |
2188 | "email": "sebastian@phpunit.de" | |
2189 | }, | |
a6bd22b0 T |
2190 | { |
2191 | "name": "Jeff Welch", | |
2192 | "email": "whatthejeff@gmail.com" | |
2193 | }, | |
2194 | { | |
2195 | "name": "Volker Dusch", | |
2196 | "email": "github@wallbash.com" | |
2197 | }, | |
a6bd22b0 T |
2198 | { |
2199 | "name": "Adam Harvey", | |
2200 | "email": "aharvey@php.net" | |
5a44daad AN |
2201 | }, |
2202 | { | |
2203 | "name": "Bernhard Schussek", | |
2204 | "email": "bschussek@gmail.com" | |
08f38358 AN |
2205 | } |
2206 | ], | |
a6bd22b0 T |
2207 | "description": "Provides the functionality to export PHP variables for visualization", |
2208 | "homepage": "http://www.github.com/sebastianbergmann/exporter", | |
08f38358 | 2209 | "keywords": [ |
a6bd22b0 T |
2210 | "export", |
2211 | "exporter" | |
08f38358 | 2212 | ], |
7e50ca76 | 2213 | "time": "2019-09-14T09:02:43+00:00" |
08f38358 AN |
2214 | }, |
2215 | { | |
a6bd22b0 | 2216 | "name": "sebastian/global-state", |
bdc3ad00 | 2217 | "version": "3.0.0", |
08f38358 AN |
2218 | "source": { |
2219 | "type": "git", | |
a6bd22b0 | 2220 | "url": "https://github.com/sebastianbergmann/global-state.git", |
bdc3ad00 | 2221 | "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4" |
08f38358 AN |
2222 | }, |
2223 | "dist": { | |
2224 | "type": "zip", | |
bdc3ad00 EL |
2225 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", |
2226 | "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", | |
08f38358 AN |
2227 | "shasum": "" |
2228 | }, | |
2229 | "require": { | |
bdc3ad00 EL |
2230 | "php": "^7.2", |
2231 | "sebastian/object-reflector": "^1.1.1", | |
2232 | "sebastian/recursion-context": "^3.0" | |
08f38358 | 2233 | }, |
a6bd22b0 | 2234 | "require-dev": { |
bdc3ad00 EL |
2235 | "ext-dom": "*", |
2236 | "phpunit/phpunit": "^8.0" | |
a6bd22b0 T |
2237 | }, |
2238 | "suggest": { | |
2239 | "ext-uopz": "*" | |
2240 | }, | |
08f38358 | 2241 | "type": "library", |
a6bd22b0 T |
2242 | "extra": { |
2243 | "branch-alias": { | |
bdc3ad00 | 2244 | "dev-master": "3.0-dev" |
a6bd22b0 T |
2245 | } |
2246 | }, | |
08f38358 AN |
2247 | "autoload": { |
2248 | "classmap": [ | |
a256eddb | 2249 | "src/" |
08f38358 AN |
2250 | ] |
2251 | }, | |
2252 | "notification-url": "https://packagist.org/downloads/", | |
08f38358 AN |
2253 | "license": [ |
2254 | "BSD-3-Clause" | |
2255 | ], | |
2256 | "authors": [ | |
2257 | { | |
2258 | "name": "Sebastian Bergmann", | |
a6bd22b0 | 2259 | "email": "sebastian@phpunit.de" |
08f38358 AN |
2260 | } |
2261 | ], | |
a6bd22b0 T |
2262 | "description": "Snapshotting of global state", |
2263 | "homepage": "http://www.github.com/sebastianbergmann/global-state", | |
08f38358 | 2264 | "keywords": [ |
a6bd22b0 | 2265 | "global state" |
08f38358 | 2266 | ], |
bdc3ad00 | 2267 | "time": "2019-02-01T05:30:01+00:00" |
08f38358 | 2268 | }, |
ef1d9048 RT |
2269 | { |
2270 | "name": "sebastian/object-enumerator", | |
1322351b | 2271 | "version": "3.0.3", |
ef1d9048 RT |
2272 | "source": { |
2273 | "type": "git", | |
2274 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
1322351b | 2275 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
ef1d9048 RT |
2276 | }, |
2277 | "dist": { | |
2278 | "type": "zip", | |
1322351b EL |
2279 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
2280 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
ef1d9048 RT |
2281 | "shasum": "" |
2282 | }, | |
2283 | "require": { | |
1322351b EL |
2284 | "php": "^7.0", |
2285 | "sebastian/object-reflector": "^1.1.1", | |
2286 | "sebastian/recursion-context": "^3.0" | |
ef1d9048 RT |
2287 | }, |
2288 | "require-dev": { | |
1322351b | 2289 | "phpunit/phpunit": "^6.0" |
ef1d9048 RT |
2290 | }, |
2291 | "type": "library", | |
2292 | "extra": { | |
2293 | "branch-alias": { | |
1322351b | 2294 | "dev-master": "3.0.x-dev" |
ef1d9048 RT |
2295 | } |
2296 | }, | |
2297 | "autoload": { | |
2298 | "classmap": [ | |
2299 | "src/" | |
2300 | ] | |
2301 | }, | |
2302 | "notification-url": "https://packagist.org/downloads/", | |
2303 | "license": [ | |
2304 | "BSD-3-Clause" | |
2305 | ], | |
2306 | "authors": [ | |
2307 | { | |
2308 | "name": "Sebastian Bergmann", | |
2309 | "email": "sebastian@phpunit.de" | |
2310 | } | |
2311 | ], | |
2312 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", | |
2313 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | |
1322351b EL |
2314 | "time": "2017-08-03T12:35:26+00:00" |
2315 | }, | |
2316 | { | |
2317 | "name": "sebastian/object-reflector", | |
2318 | "version": "1.1.1", | |
2319 | "source": { | |
2320 | "type": "git", | |
2321 | "url": "https://github.com/sebastianbergmann/object-reflector.git", | |
2322 | "reference": "773f97c67f28de00d397be301821b06708fca0be" | |
2323 | }, | |
2324 | "dist": { | |
2325 | "type": "zip", | |
2326 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", | |
2327 | "reference": "773f97c67f28de00d397be301821b06708fca0be", | |
2328 | "shasum": "" | |
2329 | }, | |
2330 | "require": { | |
2331 | "php": "^7.0" | |
2332 | }, | |
2333 | "require-dev": { | |
2334 | "phpunit/phpunit": "^6.0" | |
2335 | }, | |
2336 | "type": "library", | |
2337 | "extra": { | |
2338 | "branch-alias": { | |
2339 | "dev-master": "1.1-dev" | |
2340 | } | |
2341 | }, | |
2342 | "autoload": { | |
2343 | "classmap": [ | |
2344 | "src/" | |
2345 | ] | |
2346 | }, | |
2347 | "notification-url": "https://packagist.org/downloads/", | |
2348 | "license": [ | |
2349 | "BSD-3-Clause" | |
2350 | ], | |
2351 | "authors": [ | |
2352 | { | |
2353 | "name": "Sebastian Bergmann", | |
2354 | "email": "sebastian@phpunit.de" | |
2355 | } | |
2356 | ], | |
2357 | "description": "Allows reflection of object attributes, including inherited and non-public ones", | |
2358 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", | |
2359 | "time": "2017-03-29T09:07:27+00:00" | |
ef1d9048 | 2360 | }, |
08f38358 | 2361 | { |
a6bd22b0 | 2362 | "name": "sebastian/recursion-context", |
1322351b | 2363 | "version": "3.0.0", |
08f38358 AN |
2364 | "source": { |
2365 | "type": "git", | |
a6bd22b0 | 2366 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
1322351b | 2367 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
08f38358 AN |
2368 | }, |
2369 | "dist": { | |
2370 | "type": "zip", | |
1322351b EL |
2371 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
2372 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
08f38358 AN |
2373 | "shasum": "" |
2374 | }, | |
2375 | "require": { | |
1322351b | 2376 | "php": "^7.0" |
08f38358 | 2377 | }, |
b80b35d0 | 2378 | "require-dev": { |
1322351b | 2379 | "phpunit/phpunit": "^6.0" |
b80b35d0 | 2380 | }, |
08f38358 AN |
2381 | "type": "library", |
2382 | "extra": { | |
2383 | "branch-alias": { | |
1322351b | 2384 | "dev-master": "3.0.x-dev" |
08f38358 AN |
2385 | } |
2386 | }, | |
2387 | "autoload": { | |
2388 | "classmap": [ | |
b80b35d0 | 2389 | "src/" |
08f38358 AN |
2390 | ] |
2391 | }, | |
2392 | "notification-url": "https://packagist.org/downloads/", | |
08f38358 AN |
2393 | "license": [ |
2394 | "BSD-3-Clause" | |
2395 | ], | |
2396 | "authors": [ | |
a6bd22b0 T |
2397 | { |
2398 | "name": "Jeff Welch", | |
2399 | "email": "whatthejeff@gmail.com" | |
2400 | }, | |
08f38358 AN |
2401 | { |
2402 | "name": "Sebastian Bergmann", | |
b80b35d0 | 2403 | "email": "sebastian@phpunit.de" |
a6bd22b0 T |
2404 | }, |
2405 | { | |
2406 | "name": "Adam Harvey", | |
2407 | "email": "aharvey@php.net" | |
08f38358 AN |
2408 | } |
2409 | ], | |
a6bd22b0 T |
2410 | "description": "Provides functionality to recursively process PHP variables", |
2411 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | |
1322351b | 2412 | "time": "2017-03-03T06:23:57+00:00" |
08f38358 | 2413 | }, |
ef1d9048 RT |
2414 | { |
2415 | "name": "sebastian/resource-operations", | |
be811301 | 2416 | "version": "2.0.1", |
ef1d9048 RT |
2417 | "source": { |
2418 | "type": "git", | |
2419 | "url": "https://github.com/sebastianbergmann/resource-operations.git", | |
be811301 | 2420 | "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" |
ef1d9048 RT |
2421 | }, |
2422 | "dist": { | |
2423 | "type": "zip", | |
be811301 EL |
2424 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", |
2425 | "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", | |
ef1d9048 RT |
2426 | "shasum": "" |
2427 | }, | |
2428 | "require": { | |
be811301 | 2429 | "php": "^7.1" |
ef1d9048 RT |
2430 | }, |
2431 | "type": "library", | |
2432 | "extra": { | |
2433 | "branch-alias": { | |
be811301 | 2434 | "dev-master": "2.0-dev" |
ef1d9048 RT |
2435 | } |
2436 | }, | |
2437 | "autoload": { | |
2438 | "classmap": [ | |
2439 | "src/" | |
2440 | ] | |
2441 | }, | |
2442 | "notification-url": "https://packagist.org/downloads/", | |
2443 | "license": [ | |
2444 | "BSD-3-Clause" | |
2445 | ], | |
2446 | "authors": [ | |
2447 | { | |
2448 | "name": "Sebastian Bergmann", | |
2449 | "email": "sebastian@phpunit.de" | |
2450 | } | |
2451 | ], | |
2452 | "description": "Provides a list of PHP built-in functions that operate on resources", | |
2453 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | |
be811301 | 2454 | "time": "2018-10-04T04:07:39+00:00" |
ef1d9048 | 2455 | }, |
bdc3ad00 EL |
2456 | { |
2457 | "name": "sebastian/type", | |
2458 | "version": "1.1.3", | |
2459 | "source": { | |
2460 | "type": "git", | |
2461 | "url": "https://github.com/sebastianbergmann/type.git", | |
2462 | "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3" | |
2463 | }, | |
2464 | "dist": { | |
2465 | "type": "zip", | |
2466 | "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3", | |
2467 | "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3", | |
2468 | "shasum": "" | |
2469 | }, | |
2470 | "require": { | |
2471 | "php": "^7.2" | |
2472 | }, | |
2473 | "require-dev": { | |
2474 | "phpunit/phpunit": "^8.2" | |
2475 | }, | |
2476 | "type": "library", | |
2477 | "extra": { | |
2478 | "branch-alias": { | |
2479 | "dev-master": "1.1-dev" | |
2480 | } | |
2481 | }, | |
2482 | "autoload": { | |
2483 | "classmap": [ | |
2484 | "src/" | |
2485 | ] | |
2486 | }, | |
2487 | "notification-url": "https://packagist.org/downloads/", | |
2488 | "license": [ | |
2489 | "BSD-3-Clause" | |
2490 | ], | |
2491 | "authors": [ | |
2492 | { | |
2493 | "name": "Sebastian Bergmann", | |
2494 | "email": "sebastian@phpunit.de", | |
2495 | "role": "lead" | |
2496 | } | |
2497 | ], | |
2498 | "description": "Collection of value objects that represent the types of the PHP type system", | |
2499 | "homepage": "https://github.com/sebastianbergmann/type", | |
2500 | "time": "2019-07-02T08:10:15+00:00" | |
2501 | }, | |
08f38358 | 2502 | { |
a6bd22b0 | 2503 | "name": "sebastian/version", |
ac6cacdf | 2504 | "version": "2.0.1", |
08f38358 AN |
2505 | "source": { |
2506 | "type": "git", | |
a6bd22b0 | 2507 | "url": "https://github.com/sebastianbergmann/version.git", |
ac6cacdf | 2508 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
08f38358 AN |
2509 | }, |
2510 | "dist": { | |
2511 | "type": "zip", | |
ac6cacdf RT |
2512 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
2513 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
08f38358 AN |
2514 | "shasum": "" |
2515 | }, | |
ef1d9048 RT |
2516 | "require": { |
2517 | "php": ">=5.6" | |
2518 | }, | |
08f38358 | 2519 | "type": "library", |
ef1d9048 RT |
2520 | "extra": { |
2521 | "branch-alias": { | |
2522 | "dev-master": "2.0.x-dev" | |
2523 | } | |
2524 | }, | |
08f38358 AN |
2525 | "autoload": { |
2526 | "classmap": [ | |
b80b35d0 | 2527 | "src/" |
08f38358 AN |
2528 | ] |
2529 | }, | |
2530 | "notification-url": "https://packagist.org/downloads/", | |
08f38358 AN |
2531 | "license": [ |
2532 | "BSD-3-Clause" | |
2533 | ], | |
2534 | "authors": [ | |
2535 | { | |
2536 | "name": "Sebastian Bergmann", | |
7e50ca76 AN |
2537 | "email": "sebastian@phpunit.de", |
2538 | "role": "lead" | |
08f38358 AN |
2539 | } |
2540 | ], | |
a6bd22b0 T |
2541 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
2542 | "homepage": "https://github.com/sebastianbergmann/version", | |
bc4067bf | 2543 | "time": "2016-10-03T07:35:21+00:00" |
08f38358 AN |
2544 | }, |
2545 | { | |
a6bd22b0 | 2546 | "name": "symfony/browser-kit", |
bdc3ad00 | 2547 | "version": "v4.4.15", |
08f38358 AN |
2548 | "source": { |
2549 | "type": "git", | |
a6bd22b0 | 2550 | "url": "https://github.com/symfony/browser-kit.git", |
bdc3ad00 | 2551 | "reference": "9a1786e5020783605a30cff2ceed9aca030e8d80" |
08f38358 AN |
2552 | }, |
2553 | "dist": { | |
2554 | "type": "zip", | |
bdc3ad00 EL |
2555 | "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9a1786e5020783605a30cff2ceed9aca030e8d80", |
2556 | "reference": "9a1786e5020783605a30cff2ceed9aca030e8d80", | |
08f38358 AN |
2557 | "shasum": "" |
2558 | }, | |
2559 | "require": { | |
e3da0ef7 | 2560 | "php": ">=7.1.3", |
784977de | 2561 | "symfony/dom-crawler": "^3.4|^4.0|^5.0" |
b80b35d0 TL |
2562 | }, |
2563 | "require-dev": { | |
784977de EL |
2564 | "symfony/css-selector": "^3.4|^4.0|^5.0", |
2565 | "symfony/http-client": "^4.3|^5.0", | |
2566 | "symfony/mime": "^4.3|^5.0", | |
2567 | "symfony/process": "^3.4|^4.0|^5.0" | |
08f38358 AN |
2568 | }, |
2569 | "suggest": { | |
a6bd22b0 | 2570 | "symfony/process": "" |
08f38358 AN |
2571 | }, |
2572 | "type": "library", | |
b80b35d0 TL |
2573 | "extra": { |
2574 | "branch-alias": { | |
784977de | 2575 | "dev-master": "4.4-dev" |
b80b35d0 TL |
2576 | } |
2577 | }, | |
08f38358 | 2578 | "autoload": { |
a6bd22b0 T |
2579 | "psr-4": { |
2580 | "Symfony\\Component\\BrowserKit\\": "" | |
e11c2145 RT |
2581 | }, |
2582 | "exclude-from-classmap": [ | |
2583 | "/Tests/" | |
2584 | ] | |
08f38358 AN |
2585 | }, |
2586 | "notification-url": "https://packagist.org/downloads/", | |
08f38358 | 2587 | "license": [ |
a6bd22b0 | 2588 | "MIT" |
08f38358 AN |
2589 | ], |
2590 | "authors": [ | |
2591 | { | |
a6bd22b0 T |
2592 | "name": "Fabien Potencier", |
2593 | "email": "fabien@symfony.com" | |
2594 | }, | |
2595 | { | |
2596 | "name": "Symfony Community", | |
2597 | "homepage": "https://symfony.com/contributors" | |
08f38358 AN |
2598 | } |
2599 | ], | |
a6bd22b0 T |
2600 | "description": "Symfony BrowserKit Component", |
2601 | "homepage": "https://symfony.com", | |
5d0b0465 EL |
2602 | "funding": [ |
2603 | { | |
2604 | "url": "https://symfony.com/sponsor", | |
2605 | "type": "custom" | |
2606 | }, | |
2607 | { | |
2608 | "url": "https://github.com/fabpot", | |
2609 | "type": "github" | |
2610 | }, | |
2611 | { | |
2612 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
2613 | "type": "tidelift" | |
2614 | } | |
2615 | ], | |
bdc3ad00 | 2616 | "time": "2020-10-02T08:38:15+00:00" |
e11c2145 | 2617 | }, |
08f38358 | 2618 | { |
a6bd22b0 | 2619 | "name": "symfony/config", |
bdc3ad00 | 2620 | "version": "v4.4.15", |
08f38358 AN |
2621 | "source": { |
2622 | "type": "git", | |
a6bd22b0 | 2623 | "url": "https://github.com/symfony/config.git", |
bdc3ad00 | 2624 | "reference": "7c5a1002178a612787c291a4f515f87b19176b61" |
08f38358 AN |
2625 | }, |
2626 | "dist": { | |
2627 | "type": "zip", | |
bdc3ad00 EL |
2628 | "url": "https://api.github.com/repos/symfony/config/zipball/7c5a1002178a612787c291a4f515f87b19176b61", |
2629 | "reference": "7c5a1002178a612787c291a4f515f87b19176b61", | |
08f38358 AN |
2630 | "shasum": "" |
2631 | }, | |
a6bd22b0 | 2632 | "require": { |
e3da0ef7 | 2633 | "php": ">=7.1.3", |
784977de | 2634 | "symfony/filesystem": "^3.4|^4.0|^5.0", |
9a89adcb | 2635 | "symfony/polyfill-ctype": "~1.8" |
a6bd22b0 | 2636 | }, |
6308dad8 | 2637 | "conflict": { |
3373a429 | 2638 | "symfony/finder": "<3.4" |
6308dad8 | 2639 | }, |
ac6cacdf | 2640 | "require-dev": { |
784977de EL |
2641 | "symfony/event-dispatcher": "^3.4|^4.0|^5.0", |
2642 | "symfony/finder": "^3.4|^4.0|^5.0", | |
2643 | "symfony/messenger": "^4.1|^5.0", | |
2644 | "symfony/service-contracts": "^1.1|^2", | |
2645 | "symfony/yaml": "^3.4|^4.0|^5.0" | |
ac6cacdf | 2646 | }, |
e11c2145 RT |
2647 | "suggest": { |
2648 | "symfony/yaml": "To use the yaml reference dumper" | |
2649 | }, | |
08f38358 | 2650 | "type": "library", |
a6bd22b0 T |
2651 | "extra": { |
2652 | "branch-alias": { | |
784977de | 2653 | "dev-master": "4.4-dev" |
a6bd22b0 T |
2654 | } |
2655 | }, | |
08f38358 | 2656 | "autoload": { |
a6bd22b0 T |
2657 | "psr-4": { |
2658 | "Symfony\\Component\\Config\\": "" | |
0583bbd1 RT |
2659 | }, |
2660 | "exclude-from-classmap": [ | |
2661 | "/Tests/" | |
2662 | ] | |
08f38358 AN |
2663 | }, |
2664 | "notification-url": "https://packagist.org/downloads/", | |
2665 | "license": [ | |
2666 | "MIT" | |
2667 | ], | |
2668 | "authors": [ | |
2669 | { | |
a6bd22b0 T |
2670 | "name": "Fabien Potencier", |
2671 | "email": "fabien@symfony.com" | |
2672 | }, | |
2673 | { | |
2674 | "name": "Symfony Community", | |
2675 | "homepage": "https://symfony.com/contributors" | |
08f38358 AN |
2676 | } |
2677 | ], | |
a6bd22b0 T |
2678 | "description": "Symfony Config Component", |
2679 | "homepage": "https://symfony.com", | |
e3da0ef7 EL |
2680 | "funding": [ |
2681 | { | |
2682 | "url": "https://symfony.com/sponsor", | |
2683 | "type": "custom" | |
2684 | }, | |
2685 | { | |
2686 | "url": "https://github.com/fabpot", | |
2687 | "type": "github" | |
2688 | }, | |
2689 | { | |
2690 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
2691 | "type": "tidelift" | |
2692 | } | |
2693 | ], | |
bdc3ad00 | 2694 | "time": "2020-10-02T07:34:48+00:00" |
08f38358 | 2695 | }, |
b80b35d0 | 2696 | { |
a6bd22b0 | 2697 | "name": "symfony/console", |
bdc3ad00 | 2698 | "version": "v5.1.7", |
b80b35d0 TL |
2699 | "source": { |
2700 | "type": "git", | |
a6bd22b0 | 2701 | "url": "https://github.com/symfony/console.git", |
bdc3ad00 | 2702 | "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8" |
b80b35d0 TL |
2703 | }, |
2704 | "dist": { | |
2705 | "type": "zip", | |
bdc3ad00 EL |
2706 | "url": "https://api.github.com/repos/symfony/console/zipball/ae789a8a2ad189ce7e8216942cdb9b77319f5eb8", |
2707 | "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8", | |
b80b35d0 TL |
2708 | "shasum": "" |
2709 | }, | |
2710 | "require": { | |
e3da0ef7 | 2711 | "php": ">=7.2.5", |
98cc4d04 EL |
2712 | "symfony/polyfill-mbstring": "~1.0", |
2713 | "symfony/polyfill-php73": "^1.8", | |
e3da0ef7 EL |
2714 | "symfony/polyfill-php80": "^1.15", |
2715 | "symfony/service-contracts": "^1.1|^2", | |
2716 | "symfony/string": "^5.1" | |
b80b35d0 | 2717 | }, |
6308dad8 | 2718 | "conflict": { |
98cc4d04 | 2719 | "symfony/dependency-injection": "<4.4", |
e3da0ef7 | 2720 | "symfony/dotenv": "<5.1", |
98cc4d04 EL |
2721 | "symfony/event-dispatcher": "<4.4", |
2722 | "symfony/lock": "<4.4", | |
2723 | "symfony/process": "<4.4" | |
2724 | }, | |
2725 | "provide": { | |
2726 | "psr/log-implementation": "1.0" | |
6308dad8 | 2727 | }, |
b80b35d0 | 2728 | "require-dev": { |
a6bd22b0 | 2729 | "psr/log": "~1.0", |
98cc4d04 EL |
2730 | "symfony/config": "^4.4|^5.0", |
2731 | "symfony/dependency-injection": "^4.4|^5.0", | |
2732 | "symfony/event-dispatcher": "^4.4|^5.0", | |
2733 | "symfony/lock": "^4.4|^5.0", | |
2734 | "symfony/process": "^4.4|^5.0", | |
2735 | "symfony/var-dumper": "^4.4|^5.0" | |
a6bd22b0 T |
2736 | }, |
2737 | "suggest": { | |
2738 | "psr/log": "For using the console logger", | |
2739 | "symfony/event-dispatcher": "", | |
98cc4d04 | 2740 | "symfony/lock": "", |
a6bd22b0 | 2741 | "symfony/process": "" |
b80b35d0 TL |
2742 | }, |
2743 | "type": "library", | |
2744 | "extra": { | |
2745 | "branch-alias": { | |
e3da0ef7 | 2746 | "dev-master": "5.1-dev" |
b80b35d0 TL |
2747 | } |
2748 | }, | |
2749 | "autoload": { | |
a6bd22b0 T |
2750 | "psr-4": { |
2751 | "Symfony\\Component\\Console\\": "" | |
0583bbd1 RT |
2752 | }, |
2753 | "exclude-from-classmap": [ | |
2754 | "/Tests/" | |
2755 | ] | |
b80b35d0 TL |
2756 | }, |
2757 | "notification-url": "https://packagist.org/downloads/", | |
2758 | "license": [ | |
a6bd22b0 | 2759 | "MIT" |
b80b35d0 TL |
2760 | ], |
2761 | "authors": [ | |
2762 | { | |
a6bd22b0 T |
2763 | "name": "Fabien Potencier", |
2764 | "email": "fabien@symfony.com" | |
b80b35d0 TL |
2765 | }, |
2766 | { | |
a6bd22b0 T |
2767 | "name": "Symfony Community", |
2768 | "homepage": "https://symfony.com/contributors" | |
2769 | } | |
b80b35d0 | 2770 | ], |
a6bd22b0 T |
2771 | "description": "Symfony Console Component", |
2772 | "homepage": "https://symfony.com", | |
e3da0ef7 EL |
2773 | "funding": [ |
2774 | { | |
2775 | "url": "https://symfony.com/sponsor", | |
2776 | "type": "custom" | |
2777 | }, | |
2778 | { | |
2779 | "url": "https://github.com/fabpot", | |
2780 | "type": "github" | |
2781 | }, | |
2782 | { | |
2783 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
2784 | "type": "tidelift" | |
2785 | } | |
2786 | ], | |
bdc3ad00 | 2787 | "time": "2020-10-07T15:23:00+00:00" |
b80b35d0 TL |
2788 | }, |
2789 | { | |
a6bd22b0 | 2790 | "name": "symfony/css-selector", |
bdc3ad00 | 2791 | "version": "v5.1.7", |
b80b35d0 TL |
2792 | "source": { |
2793 | "type": "git", | |
a6bd22b0 | 2794 | "url": "https://github.com/symfony/css-selector.git", |
e3da0ef7 | 2795 | "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9" |
b80b35d0 TL |
2796 | }, |
2797 | "dist": { | |
2798 | "type": "zip", | |
e3da0ef7 EL |
2799 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9", |
2800 | "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9", | |
b80b35d0 TL |
2801 | "shasum": "" |
2802 | }, | |
2803 | "require": { | |
e3da0ef7 | 2804 | "php": ">=7.2.5" |
b80b35d0 | 2805 | }, |
b80b35d0 TL |
2806 | "type": "library", |
2807 | "extra": { | |
2808 | "branch-alias": { | |
e3da0ef7 | 2809 | "dev-master": "5.1-dev" |
b80b35d0 TL |
2810 | } |
2811 | }, | |
2812 | "autoload": { | |
a6bd22b0 T |
2813 | "psr-4": { |
2814 | "Symfony\\Component\\CssSelector\\": "" | |
e11c2145 RT |
2815 | }, |
2816 | "exclude-from-classmap": [ | |
2817 | "/Tests/" | |
2818 | ] | |
b80b35d0 TL |
2819 | }, |
2820 | "notification-url": "https://packagist.org/downloads/", | |
2821 | "license": [ | |
a6bd22b0 | 2822 | "MIT" |
b80b35d0 TL |
2823 | ], |
2824 | "authors": [ | |
b80b35d0 | 2825 | { |
a6bd22b0 T |
2826 | "name": "Fabien Potencier", |
2827 | "email": "fabien@symfony.com" | |
2828 | }, | |
5a44daad AN |
2829 | { |
2830 | "name": "Jean-François Simon", | |
2831 | "email": "jeanfrancois.simon@sensiolabs.com" | |
2832 | }, | |
a6bd22b0 T |
2833 | { |
2834 | "name": "Symfony Community", | |
2835 | "homepage": "https://symfony.com/contributors" | |
b80b35d0 TL |
2836 | } |
2837 | ], | |
a6bd22b0 T |
2838 | "description": "Symfony CssSelector Component", |
2839 | "homepage": "https://symfony.com", | |
5d0b0465 EL |
2840 | "funding": [ |
2841 | { | |
2842 | "url": "https://symfony.com/sponsor", | |
2843 | "type": "custom" | |
2844 | }, | |
2845 | { | |
2846 | "url": "https://github.com/fabpot", | |
2847 | "type": "github" | |
2848 | }, | |
2849 | { | |
2850 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
2851 | "type": "tidelift" | |
2852 | } | |
2853 | ], | |
e3da0ef7 | 2854 | "time": "2020-05-20T17:43:50+00:00" |
5483ef5c | 2855 | }, |
b80b35d0 | 2856 | { |
a6bd22b0 | 2857 | "name": "symfony/dependency-injection", |
bdc3ad00 | 2858 | "version": "v4.4.15", |
b80b35d0 TL |
2859 | "source": { |
2860 | "type": "git", | |
a6bd22b0 | 2861 | "url": "https://github.com/symfony/dependency-injection.git", |
bdc3ad00 | 2862 | "reference": "89274c8847dff2ed703e481843eb9159ca25cc6e" |
b80b35d0 TL |
2863 | }, |
2864 | "dist": { | |
2865 | "type": "zip", | |
bdc3ad00 EL |
2866 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/89274c8847dff2ed703e481843eb9159ca25cc6e", |
2867 | "reference": "89274c8847dff2ed703e481843eb9159ca25cc6e", | |
b80b35d0 TL |
2868 | "shasum": "" |
2869 | }, | |
2870 | "require": { | |
e3da0ef7 | 2871 | "php": ">=7.1.3", |
98cc4d04 EL |
2872 | "psr/container": "^1.0", |
2873 | "symfony/service-contracts": "^1.1.6|^2" | |
b80b35d0 | 2874 | }, |
ac6cacdf | 2875 | "conflict": { |
98cc4d04 EL |
2876 | "symfony/config": "<4.3|>=5.0", |
2877 | "symfony/finder": "<3.4", | |
2878 | "symfony/proxy-manager-bridge": "<3.4", | |
2879 | "symfony/yaml": "<3.4" | |
6308dad8 EL |
2880 | }, |
2881 | "provide": { | |
98cc4d04 EL |
2882 | "psr/container-implementation": "1.0", |
2883 | "symfony/service-implementation": "1.0" | |
ac6cacdf | 2884 | }, |
b80b35d0 | 2885 | "require-dev": { |
98cc4d04 EL |
2886 | "symfony/config": "^4.3", |
2887 | "symfony/expression-language": "^3.4|^4.0|^5.0", | |
2888 | "symfony/yaml": "^3.4|^4.0|^5.0" | |
a6bd22b0 T |
2889 | }, |
2890 | "suggest": { | |
2891 | "symfony/config": "", | |
ac22c86b | 2892 | "symfony/expression-language": "For using expressions in service container configuration", |
6308dad8 | 2893 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
a6bd22b0 T |
2894 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
2895 | "symfony/yaml": "" | |
b80b35d0 TL |
2896 | }, |
2897 | "type": "library", | |
2898 | "extra": { | |
2899 | "branch-alias": { | |
98cc4d04 | 2900 | "dev-master": "4.4-dev" |
b80b35d0 TL |
2901 | } |
2902 | }, | |
2903 | "autoload": { | |
a6bd22b0 T |
2904 | "psr-4": { |
2905 | "Symfony\\Component\\DependencyInjection\\": "" | |
0583bbd1 RT |
2906 | }, |
2907 | "exclude-from-classmap": [ | |
2908 | "/Tests/" | |
2909 | ] | |
b80b35d0 TL |
2910 | }, |
2911 | "notification-url": "https://packagist.org/downloads/", | |
2912 | "license": [ | |
a6bd22b0 | 2913 | "MIT" |
b80b35d0 TL |
2914 | ], |
2915 | "authors": [ | |
2916 | { | |
a6bd22b0 T |
2917 | "name": "Fabien Potencier", |
2918 | "email": "fabien@symfony.com" | |
2919 | }, | |
2920 | { | |
2921 | "name": "Symfony Community", | |
2922 | "homepage": "https://symfony.com/contributors" | |
b80b35d0 TL |
2923 | } |
2924 | ], | |
a6bd22b0 T |
2925 | "description": "Symfony DependencyInjection Component", |
2926 | "homepage": "https://symfony.com", | |
e3da0ef7 EL |
2927 | "funding": [ |
2928 | { | |
2929 | "url": "https://symfony.com/sponsor", | |
2930 | "type": "custom" | |
2931 | }, | |
2932 | { | |
2933 | "url": "https://github.com/fabpot", | |
2934 | "type": "github" | |
2935 | }, | |
2936 | { | |
2937 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
2938 | "type": "tidelift" | |
2939 | } | |
2940 | ], | |
bdc3ad00 | 2941 | "time": "2020-09-10T10:08:39+00:00" |
e3da0ef7 EL |
2942 | }, |
2943 | { | |
2944 | "name": "symfony/deprecation-contracts", | |
bdc3ad00 | 2945 | "version": "v2.2.0", |
e3da0ef7 EL |
2946 | "source": { |
2947 | "type": "git", | |
2948 | "url": "https://github.com/symfony/deprecation-contracts.git", | |
bdc3ad00 | 2949 | "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665" |
e3da0ef7 EL |
2950 | }, |
2951 | "dist": { | |
2952 | "type": "zip", | |
bdc3ad00 EL |
2953 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665", |
2954 | "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665", | |
e3da0ef7 EL |
2955 | "shasum": "" |
2956 | }, | |
2957 | "require": { | |
2958 | "php": ">=7.1" | |
2959 | }, | |
2960 | "type": "library", | |
2961 | "extra": { | |
2962 | "branch-alias": { | |
bdc3ad00 | 2963 | "dev-master": "2.2-dev" |
e3da0ef7 EL |
2964 | }, |
2965 | "thanks": { | |
2966 | "name": "symfony/contracts", | |
2967 | "url": "https://github.com/symfony/contracts" | |
2968 | } | |
2969 | }, | |
2970 | "autoload": { | |
2971 | "files": [ | |
2972 | "function.php" | |
2973 | ] | |
2974 | }, | |
2975 | "notification-url": "https://packagist.org/downloads/", | |
2976 | "license": [ | |
2977 | "MIT" | |
2978 | ], | |
2979 | "authors": [ | |
2980 | { | |
2981 | "name": "Nicolas Grekas", | |
2982 | "email": "p@tchwork.com" | |
2983 | }, | |
2984 | { | |
2985 | "name": "Symfony Community", | |
2986 | "homepage": "https://symfony.com/contributors" | |
2987 | } | |
2988 | ], | |
2989 | "description": "A generic function and convention to trigger deprecation notices", | |
2990 | "homepage": "https://symfony.com", | |
2991 | "funding": [ | |
2992 | { | |
2993 | "url": "https://symfony.com/sponsor", | |
2994 | "type": "custom" | |
2995 | }, | |
2996 | { | |
2997 | "url": "https://github.com/fabpot", | |
2998 | "type": "github" | |
2999 | }, | |
3000 | { | |
3001 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
3002 | "type": "tidelift" | |
3003 | } | |
3004 | ], | |
bdc3ad00 | 3005 | "time": "2020-09-07T11:33:47+00:00" |
b80b35d0 TL |
3006 | }, |
3007 | { | |
a6bd22b0 | 3008 | "name": "symfony/dom-crawler", |
bdc3ad00 | 3009 | "version": "v4.4.15", |
b80b35d0 TL |
3010 | "source": { |
3011 | "type": "git", | |
a6bd22b0 | 3012 | "url": "https://github.com/symfony/dom-crawler.git", |
bdc3ad00 | 3013 | "reference": "bdcb7633a501770a0daefbf81d2e6b28c3864f2b" |
b80b35d0 TL |
3014 | }, |
3015 | "dist": { | |
3016 | "type": "zip", | |
bdc3ad00 EL |
3017 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bdcb7633a501770a0daefbf81d2e6b28c3864f2b", |
3018 | "reference": "bdcb7633a501770a0daefbf81d2e6b28c3864f2b", | |
b80b35d0 TL |
3019 | "shasum": "" |
3020 | }, | |
3021 | "require": { | |
e3da0ef7 | 3022 | "php": ">=7.1.3", |
9a89adcb | 3023 | "symfony/polyfill-ctype": "~1.8", |
e11c2145 | 3024 | "symfony/polyfill-mbstring": "~1.0" |
b80b35d0 | 3025 | }, |
d8ddd509 EL |
3026 | "conflict": { |
3027 | "masterminds/html5": "<2.6" | |
3028 | }, | |
b80b35d0 | 3029 | "require-dev": { |
d8ddd509 | 3030 | "masterminds/html5": "^2.6", |
784977de | 3031 | "symfony/css-selector": "^3.4|^4.0|^5.0" |
a6bd22b0 T |
3032 | }, |
3033 | "suggest": { | |
3034 | "symfony/css-selector": "" | |
b80b35d0 TL |
3035 | }, |
3036 | "type": "library", | |
3037 | "extra": { | |
3038 | "branch-alias": { | |
784977de | 3039 | "dev-master": "4.4-dev" |
b80b35d0 TL |
3040 | } |
3041 | }, | |
3042 | "autoload": { | |
a6bd22b0 T |
3043 | "psr-4": { |
3044 | "Symfony\\Component\\DomCrawler\\": "" | |
e11c2145 RT |
3045 | }, |
3046 | "exclude-from-classmap": [ | |
3047 | "/Tests/" | |
3048 | ] | |
b80b35d0 TL |
3049 | }, |
3050 | "notification-url": "https://packagist.org/downloads/", | |
3051 | "license": [ | |
a6bd22b0 | 3052 | "MIT" |
b80b35d0 TL |
3053 | ], |
3054 | "authors": [ | |
3055 | { | |
a6bd22b0 T |
3056 | "name": "Fabien Potencier", |
3057 | "email": "fabien@symfony.com" | |
b80b35d0 TL |
3058 | }, |
3059 | { | |
a6bd22b0 T |
3060 | "name": "Symfony Community", |
3061 | "homepage": "https://symfony.com/contributors" | |
b80b35d0 TL |
3062 | } |
3063 | ], | |
a6bd22b0 T |
3064 | "description": "Symfony DomCrawler Component", |
3065 | "homepage": "https://symfony.com", | |
5d0b0465 EL |
3066 | "funding": [ |
3067 | { | |
3068 | "url": "https://symfony.com/sponsor", | |
3069 | "type": "custom" | |
3070 | }, | |
3071 | { | |
3072 | "url": "https://github.com/fabpot", | |
3073 | "type": "github" | |
3074 | }, | |
3075 | { | |
3076 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
3077 | "type": "tidelift" | |
3078 | } | |
3079 | ], | |
bdc3ad00 | 3080 | "time": "2020-10-02T07:34:48+00:00" |
b80b35d0 TL |
3081 | }, |
3082 | { | |
a6bd22b0 | 3083 | "name": "symfony/event-dispatcher", |
bdc3ad00 | 3084 | "version": "v5.1.7", |
b80b35d0 TL |
3085 | "source": { |
3086 | "type": "git", | |
a6bd22b0 | 3087 | "url": "https://github.com/symfony/event-dispatcher.git", |
bdc3ad00 | 3088 | "reference": "d5de97d6af175a9e8131c546db054ca32842dd0f" |
b80b35d0 TL |
3089 | }, |
3090 | "dist": { | |
3091 | "type": "zip", | |
bdc3ad00 EL |
3092 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d5de97d6af175a9e8131c546db054ca32842dd0f", |
3093 | "reference": "d5de97d6af175a9e8131c546db054ca32842dd0f", | |
b80b35d0 TL |
3094 | "shasum": "" |
3095 | }, | |
3096 | "require": { | |
e3da0ef7 EL |
3097 | "php": ">=7.2.5", |
3098 | "symfony/deprecation-contracts": "^2.1", | |
3099 | "symfony/event-dispatcher-contracts": "^2", | |
3100 | "symfony/polyfill-php80": "^1.15" | |
b80b35d0 | 3101 | }, |
6308dad8 | 3102 | "conflict": { |
98cc4d04 EL |
3103 | "symfony/dependency-injection": "<4.4" |
3104 | }, | |
3105 | "provide": { | |
3106 | "psr/event-dispatcher-implementation": "1.0", | |
3107 | "symfony/event-dispatcher-implementation": "2.0" | |
6308dad8 | 3108 | }, |
b80b35d0 | 3109 | "require-dev": { |
a6bd22b0 | 3110 | "psr/log": "~1.0", |
98cc4d04 EL |
3111 | "symfony/config": "^4.4|^5.0", |
3112 | "symfony/dependency-injection": "^4.4|^5.0", | |
bdc3ad00 | 3113 | "symfony/error-handler": "^4.4|^5.0", |
98cc4d04 EL |
3114 | "symfony/expression-language": "^4.4|^5.0", |
3115 | "symfony/http-foundation": "^4.4|^5.0", | |
3116 | "symfony/service-contracts": "^1.1|^2", | |
3117 | "symfony/stopwatch": "^4.4|^5.0" | |
b80b35d0 TL |
3118 | }, |
3119 | "suggest": { | |
a6bd22b0 T |
3120 | "symfony/dependency-injection": "", |
3121 | "symfony/http-kernel": "" | |
b80b35d0 TL |
3122 | }, |
3123 | "type": "library", | |
3124 | "extra": { | |
3125 | "branch-alias": { | |
e3da0ef7 | 3126 | "dev-master": "5.1-dev" |
b80b35d0 TL |
3127 | } |
3128 | }, | |
3129 | "autoload": { | |
a6bd22b0 T |
3130 | "psr-4": { |
3131 | "Symfony\\Component\\EventDispatcher\\": "" | |
0583bbd1 RT |
3132 | }, |
3133 | "exclude-from-classmap": [ | |
3134 | "/Tests/" | |
3135 | ] | |
b80b35d0 TL |
3136 | }, |
3137 | "notification-url": "https://packagist.org/downloads/", | |
3138 | "license": [ | |
a6bd22b0 | 3139 | "MIT" |
b80b35d0 TL |
3140 | ], |
3141 | "authors": [ | |
3142 | { | |
a6bd22b0 T |
3143 | "name": "Fabien Potencier", |
3144 | "email": "fabien@symfony.com" | |
3145 | }, | |
3146 | { | |
3147 | "name": "Symfony Community", | |
3148 | "homepage": "https://symfony.com/contributors" | |
b80b35d0 TL |
3149 | } |
3150 | ], | |
a6bd22b0 T |
3151 | "description": "Symfony EventDispatcher Component", |
3152 | "homepage": "https://symfony.com", | |
5d0b0465 EL |
3153 | "funding": [ |
3154 | { | |
3155 | "url": "https://symfony.com/sponsor", | |
3156 | "type": "custom" | |
3157 | }, | |
3158 | { | |
3159 | "url": "https://github.com/fabpot", | |
3160 | "type": "github" | |
3161 | }, | |
3162 | { | |
3163 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
3164 | "type": "tidelift" | |
3165 | } | |
3166 | ], | |
bdc3ad00 | 3167 | "time": "2020-09-18T14:27:32+00:00" |
98cc4d04 EL |
3168 | }, |
3169 | { | |