]>
Commit | Line | Data |
---|---|---|
1c070fa8 A |
1 | { |
2 | "_readme": [ | |
3 | "This file locks the dependencies of your project to a known state", | |
787faa42 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
1c070fa8 A |
5 | "This file is @generated automatically" |
6 | ], | |
ca5e98da | 7 | "content-hash": "61360efbb2e1ba4c4fe00ce1f7a78ec5", |
1c070fa8 | 8 | "packages": [ |
e85b7a05 A |
9 | { |
10 | "name": "arthurhoaro/web-thumbnailer", | |
d018755b | 11 | "version": "v2.0.3", |
e85b7a05 A |
12 | "source": { |
13 | "type": "git", | |
14 | "url": "https://github.com/ArthurHoaro/web-thumbnailer.git", | |
d018755b | 15 | "reference": "39bfd4f3136d9e6096496b9720e877326cfe4775" |
e85b7a05 A |
16 | }, |
17 | "dist": { | |
18 | "type": "zip", | |
d018755b A |
19 | "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/39bfd4f3136d9e6096496b9720e877326cfe4775", |
20 | "reference": "39bfd4f3136d9e6096496b9720e877326cfe4775", | |
e85b7a05 A |
21 | "shasum": "" |
22 | }, | |
23 | "require": { | |
def39d0d | 24 | "php": ">=7.1", |
d018755b | 25 | "phpunit/php-text-template": "^1.2 || ^2.0" |
e85b7a05 A |
26 | }, |
27 | "require-dev": { | |
d018755b | 28 | "gskema/phpcs-type-sniff": "^0.13.1", |
787faa42 | 29 | "php-coveralls/php-coveralls": "^2.0", |
d018755b A |
30 | "phpstan/phpstan": "^0.12.9", |
31 | "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", | |
def39d0d | 32 | "squizlabs/php_codesniffer": "^3.0" |
e85b7a05 A |
33 | }, |
34 | "type": "library", | |
35 | "autoload": { | |
36 | "psr-0": { | |
37 | "WebThumbnailer\\": [ | |
38 | "src/", | |
39 | "tests/" | |
40 | ] | |
41 | } | |
42 | }, | |
43 | "notification-url": "https://packagist.org/downloads/", | |
44 | "license": [ | |
45 | "MIT" | |
46 | ], | |
47 | "authors": [ | |
48 | { | |
49 | "name": "Arthur Hoaro", | |
50 | "homepage": "http://hoa.ro" | |
51 | } | |
52 | ], | |
787faa42 | 53 | "description": "PHP library which will retrieve a thumbnail for any given URL", |
d018755b A |
54 | "support": { |
55 | "issues": "https://github.com/ArthurHoaro/web-thumbnailer/issues", | |
56 | "source": "https://github.com/ArthurHoaro/web-thumbnailer/tree/v2.0.3" | |
57 | }, | |
58 | "time": "2020-09-29T15:51:03+00:00" | |
1c070fa8 A |
59 | }, |
60 | { | |
61 | "name": "erusev/parsedown", | |
def39d0d | 62 | "version": "1.7.4", |
1c070fa8 A |
63 | "source": { |
64 | "type": "git", | |
65 | "url": "https://github.com/erusev/parsedown.git", | |
def39d0d | 66 | "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" |
1c070fa8 A |
67 | }, |
68 | "dist": { | |
69 | "type": "zip", | |
def39d0d A |
70 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", |
71 | "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", | |
1c070fa8 A |
72 | "shasum": "" |
73 | }, | |
c5ee1318 A |
74 | "require": { |
75 | "ext-mbstring": "*", | |
76 | "php": ">=5.3.0" | |
77 | }, | |
78 | "require-dev": { | |
79 | "phpunit/phpunit": "^4.8.35" | |
80 | }, | |
1c070fa8 A |
81 | "type": "library", |
82 | "autoload": { | |
83 | "psr-0": { | |
84 | "Parsedown": "" | |
85 | } | |
86 | }, | |
87 | "notification-url": "https://packagist.org/downloads/", | |
88 | "license": [ | |
89 | "MIT" | |
90 | ], | |
91 | "authors": [ | |
92 | { | |
93 | "name": "Emanuil Rusev", | |
94 | "email": "hello@erusev.com", | |
95 | "homepage": "http://erusev.com" | |
96 | } | |
97 | ], | |
98 | "description": "Parser for Markdown.", | |
99 | "homepage": "http://parsedown.org", | |
100 | "keywords": [ | |
101 | "markdown", | |
102 | "parser" | |
103 | ], | |
d018755b A |
104 | "support": { |
105 | "issues": "https://github.com/erusev/parsedown/issues", | |
106 | "source": "https://github.com/erusev/parsedown/tree/1.7.x" | |
107 | }, | |
def39d0d | 108 | "time": "2019-12-30T22:54:17+00:00" |
1c070fa8 | 109 | }, |
8fabcd02 A |
110 | { |
111 | "name": "erusev/parsedown-extra", | |
112 | "version": "0.8.1", | |
113 | "source": { | |
114 | "type": "git", | |
115 | "url": "https://github.com/erusev/parsedown-extra.git", | |
116 | "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef" | |
117 | }, | |
118 | "dist": { | |
119 | "type": "zip", | |
120 | "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef", | |
121 | "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef", | |
122 | "shasum": "" | |
123 | }, | |
124 | "require": { | |
125 | "erusev/parsedown": "^1.7.4" | |
126 | }, | |
127 | "require-dev": { | |
128 | "phpunit/phpunit": "^4.8.35" | |
129 | }, | |
130 | "type": "library", | |
131 | "autoload": { | |
132 | "psr-0": { | |
133 | "ParsedownExtra": "" | |
134 | } | |
135 | }, | |
136 | "notification-url": "https://packagist.org/downloads/", | |
137 | "license": [ | |
138 | "MIT" | |
139 | ], | |
140 | "authors": [ | |
141 | { | |
142 | "name": "Emanuil Rusev", | |
143 | "email": "hello@erusev.com", | |
144 | "homepage": "http://erusev.com" | |
145 | } | |
146 | ], | |
147 | "description": "An extension of Parsedown that adds support for Markdown Extra.", | |
148 | "homepage": "https://github.com/erusev/parsedown-extra", | |
149 | "keywords": [ | |
150 | "markdown", | |
151 | "markdown extra", | |
152 | "parsedown", | |
153 | "parser" | |
154 | ], | |
155 | "support": { | |
156 | "issues": "https://github.com/erusev/parsedown-extra/issues", | |
157 | "source": "https://github.com/erusev/parsedown-extra/tree/0.8.x" | |
158 | }, | |
159 | "time": "2019-12-30T23:20:37+00:00" | |
160 | }, | |
12266213 A |
161 | { |
162 | "name": "gettext/gettext", | |
def39d0d | 163 | "version": "v4.8.2", |
12266213 A |
164 | "source": { |
165 | "type": "git", | |
def39d0d A |
166 | "url": "https://github.com/php-gettext/Gettext.git", |
167 | "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a" | |
12266213 A |
168 | }, |
169 | "dist": { | |
170 | "type": "zip", | |
def39d0d A |
171 | "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a", |
172 | "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a", | |
12266213 A |
173 | "shasum": "" |
174 | }, | |
175 | "require": { | |
176 | "gettext/languages": "^2.3", | |
177 | "php": ">=5.4.0" | |
178 | }, | |
179 | "require-dev": { | |
180 | "illuminate/view": "*", | |
fcba541e | 181 | "phpunit/phpunit": "^4.8|^5.7|^6.5", |
12266213 A |
182 | "squizlabs/php_codesniffer": "^3.0", |
183 | "symfony/yaml": "~2", | |
184 | "twig/extensions": "*", | |
185 | "twig/twig": "^1.31|^2.0" | |
186 | }, | |
187 | "suggest": { | |
188 | "illuminate/view": "Is necessary if you want to use the Blade extractor", | |
189 | "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", | |
190 | "twig/extensions": "Is necessary if you want to use the Twig extractor", | |
191 | "twig/twig": "Is necessary if you want to use the Twig extractor" | |
192 | }, | |
193 | "type": "library", | |
194 | "autoload": { | |
195 | "psr-4": { | |
196 | "Gettext\\": "src" | |
197 | } | |
198 | }, | |
199 | "notification-url": "https://packagist.org/downloads/", | |
200 | "license": [ | |
201 | "MIT" | |
202 | ], | |
203 | "authors": [ | |
204 | { | |
205 | "name": "Oscar Otero", | |
206 | "email": "oom@oscarotero.com", | |
207 | "homepage": "http://oscarotero.com", | |
208 | "role": "Developer" | |
209 | } | |
210 | ], | |
211 | "description": "PHP gettext manager", | |
212 | "homepage": "https://github.com/oscarotero/Gettext", | |
213 | "keywords": [ | |
214 | "JS", | |
215 | "gettext", | |
216 | "i18n", | |
217 | "mo", | |
218 | "po", | |
219 | "translation" | |
220 | ], | |
d018755b A |
221 | "support": { |
222 | "email": "oom@oscarotero.com", | |
223 | "issues": "https://github.com/oscarotero/Gettext/issues", | |
224 | "source": "https://github.com/php-gettext/Gettext/tree/v4.8.2" | |
225 | }, | |
def39d0d | 226 | "time": "2019-12-02T10:21:14+00:00" |
12266213 A |
227 | }, |
228 | { | |
229 | "name": "gettext/languages", | |
def39d0d | 230 | "version": "2.6.0", |
12266213 A |
231 | "source": { |
232 | "type": "git", | |
def39d0d A |
233 | "url": "https://github.com/php-gettext/Languages.git", |
234 | "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618" | |
12266213 A |
235 | }, |
236 | "dist": { | |
237 | "type": "zip", | |
def39d0d A |
238 | "url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618", |
239 | "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618", | |
12266213 A |
240 | "shasum": "" |
241 | }, | |
242 | "require": { | |
243 | "php": ">=5.3" | |
244 | }, | |
245 | "require-dev": { | |
def39d0d A |
246 | "friendsofphp/php-cs-fixer": "^2.16.0", |
247 | "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" | |
12266213 A |
248 | }, |
249 | "bin": [ | |
def39d0d | 250 | "bin/export-plural-rules" |
12266213 A |
251 | ], |
252 | "type": "library", | |
253 | "autoload": { | |
254 | "psr-4": { | |
255 | "Gettext\\Languages\\": "src/" | |
256 | } | |
257 | }, | |
258 | "notification-url": "https://packagist.org/downloads/", | |
259 | "license": [ | |
260 | "MIT" | |
261 | ], | |
262 | "authors": [ | |
263 | { | |
264 | "name": "Michele Locati", | |
265 | "email": "mlocati@gmail.com", | |
266 | "role": "Developer" | |
267 | } | |
268 | ], | |
269 | "description": "gettext languages with plural rules", | |
def39d0d | 270 | "homepage": "https://github.com/php-gettext/Languages", |
12266213 A |
271 | "keywords": [ |
272 | "cldr", | |
273 | "i18n", | |
274 | "internationalization", | |
275 | "l10n", | |
276 | "language", | |
277 | "languages", | |
278 | "localization", | |
279 | "php", | |
280 | "plural", | |
281 | "plural rules", | |
282 | "plurals", | |
283 | "translate", | |
284 | "translations", | |
285 | "unicode" | |
286 | ], | |
d018755b A |
287 | "support": { |
288 | "issues": "https://github.com/php-gettext/Languages/issues", | |
289 | "source": "https://github.com/php-gettext/Languages/tree/2.6.0" | |
290 | }, | |
def39d0d | 291 | "time": "2019-11-13T10:30:21+00:00" |
12266213 | 292 | }, |
1c070fa8 A |
293 | { |
294 | "name": "katzgrau/klogger", | |
295 | "version": "1.2.1", | |
296 | "source": { | |
297 | "type": "git", | |
298 | "url": "https://github.com/katzgrau/KLogger.git", | |
299 | "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1" | |
300 | }, | |
301 | "dist": { | |
302 | "type": "zip", | |
303 | "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1", | |
304 | "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1", | |
305 | "shasum": "" | |
306 | }, | |
307 | "require": { | |
308 | "php": ">=5.3", | |
309 | "psr/log": "^1.0.0" | |
310 | }, | |
311 | "require-dev": { | |
312 | "phpunit/phpunit": "4.0.*" | |
313 | }, | |
314 | "type": "library", | |
315 | "autoload": { | |
316 | "psr-4": { | |
317 | "Katzgrau\\KLogger\\": "src/" | |
318 | }, | |
319 | "classmap": [ | |
320 | "src/" | |
321 | ] | |
322 | }, | |
323 | "notification-url": "https://packagist.org/downloads/", | |
324 | "license": [ | |
325 | "MIT" | |
326 | ], | |
327 | "authors": [ | |
328 | { | |
329 | "name": "Kenny Katzgrau", | |
330 | "email": "katzgrau@gmail.com" | |
331 | }, | |
332 | { | |
333 | "name": "Dan Horrigan", | |
334 | "email": "dan@dhorrigan.com" | |
335 | } | |
336 | ], | |
337 | "description": "A Simple Logging Class", | |
338 | "keywords": [ | |
339 | "logging" | |
340 | ], | |
d018755b A |
341 | "support": { |
342 | "issues": "https://github.com/katzgrau/KLogger/issues", | |
343 | "source": "https://github.com/katzgrau/KLogger/tree/master" | |
344 | }, | |
1c070fa8 A |
345 | "time": "2016-11-07T19:29:14+00:00" |
346 | }, | |
fd1ddad9 A |
347 | { |
348 | "name": "malkusch/lock", | |
349 | "version": "v2.1", | |
350 | "source": { | |
351 | "type": "git", | |
352 | "url": "https://github.com/php-lock/lock.git", | |
353 | "reference": "093f389ec2f38fc8686d2f70e23378182fce7714" | |
354 | }, | |
355 | "dist": { | |
356 | "type": "zip", | |
357 | "url": "https://api.github.com/repos/php-lock/lock/zipball/093f389ec2f38fc8686d2f70e23378182fce7714", | |
358 | "reference": "093f389ec2f38fc8686d2f70e23378182fce7714", | |
359 | "shasum": "" | |
360 | }, | |
361 | "require": { | |
362 | "php": ">=7.1", | |
363 | "psr/log": "^1" | |
364 | }, | |
365 | "require-dev": { | |
366 | "eloquent/liberator": "^2.0", | |
367 | "ext-memcached": "*", | |
368 | "ext-pcntl": "*", | |
369 | "ext-pdo_mysql": "*", | |
370 | "ext-pdo_sqlite": "*", | |
371 | "ext-redis": "*", | |
372 | "ext-sysvsem": "*", | |
373 | "johnkary/phpunit-speedtrap": "^3.0", | |
374 | "kriswallsmith/spork": "^0.3", | |
375 | "mikey179/vfsstream": "^1.6", | |
376 | "php-mock/php-mock-phpunit": "^2.1", | |
377 | "phpunit/phpunit": "^7.4", | |
378 | "predis/predis": "^1.1", | |
379 | "squizlabs/php_codesniffer": "^3.3" | |
380 | }, | |
381 | "suggest": { | |
382 | "ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts.", | |
383 | "ext-redis": "To use this library with the PHP Redis extension.", | |
384 | "ext-sysvsem": "Enables locking using semaphores.", | |
385 | "predis/predis": "To use this library with predis." | |
386 | }, | |
387 | "type": "library", | |
388 | "autoload": { | |
389 | "psr-4": { | |
390 | "malkusch\\lock\\": "classes/" | |
391 | } | |
392 | }, | |
393 | "notification-url": "https://packagist.org/downloads/", | |
394 | "license": [ | |
395 | "WTFPL" | |
396 | ], | |
397 | "authors": [ | |
398 | { | |
399 | "name": "Markus Malkusch", | |
400 | "email": "markus@malkusch.de", | |
401 | "homepage": "http://markus.malkusch.de", | |
402 | "role": "Developer" | |
403 | }, | |
404 | { | |
405 | "name": "Willem Stuursma-Ruwen", | |
406 | "email": "willem@stuursma.name", | |
407 | "role": "Developer" | |
408 | } | |
409 | ], | |
410 | "description": "Mutex library for exclusive code execution.", | |
411 | "homepage": "https://github.com/malkusch/lock", | |
412 | "keywords": [ | |
413 | "advisory-locks", | |
414 | "cas", | |
415 | "flock", | |
416 | "lock", | |
417 | "locking", | |
418 | "memcache", | |
419 | "mutex", | |
420 | "mysql", | |
421 | "postgresql", | |
422 | "redis", | |
423 | "redlock", | |
424 | "semaphore" | |
425 | ], | |
426 | "support": { | |
427 | "issues": "https://github.com/php-lock/lock/issues", | |
428 | "source": "https://github.com/php-lock/lock/tree/v2.1" | |
429 | }, | |
430 | "time": "2018-12-12T19:53:29+00:00" | |
431 | }, | |
1c070fa8 A |
432 | { |
433 | "name": "nikic/fast-route", | |
c5ee1318 | 434 | "version": "v1.3.0", |
1c070fa8 A |
435 | "source": { |
436 | "type": "git", | |
437 | "url": "https://github.com/nikic/FastRoute.git", | |
c5ee1318 | 438 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812" |
1c070fa8 A |
439 | }, |
440 | "dist": { | |
441 | "type": "zip", | |
c5ee1318 A |
442 | "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", |
443 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812", | |
1c070fa8 A |
444 | "shasum": "" |
445 | }, | |
446 | "require": { | |
447 | "php": ">=5.4.0" | |
448 | }, | |
c5ee1318 A |
449 | "require-dev": { |
450 | "phpunit/phpunit": "^4.8.35|~5.7" | |
451 | }, | |
1c070fa8 A |
452 | "type": "library", |
453 | "autoload": { | |
454 | "psr-4": { | |
455 | "FastRoute\\": "src/" | |
456 | }, | |
457 | "files": [ | |
458 | "src/functions.php" | |
459 | ] | |
460 | }, | |
461 | "notification-url": "https://packagist.org/downloads/", | |
462 | "license": [ | |
463 | "BSD-3-Clause" | |
464 | ], | |
465 | "authors": [ | |
466 | { | |
467 | "name": "Nikita Popov", | |
468 | "email": "nikic@php.net" | |
469 | } | |
470 | ], | |
471 | "description": "Fast request router for PHP", | |
472 | "keywords": [ | |
473 | "router", | |
474 | "routing" | |
475 | ], | |
d018755b A |
476 | "support": { |
477 | "issues": "https://github.com/nikic/FastRoute/issues", | |
478 | "source": "https://github.com/nikic/FastRoute/tree/master" | |
479 | }, | |
c5ee1318 | 480 | "time": "2018-02-13T20:26:39+00:00" |
1c070fa8 | 481 | }, |
fcba541e A |
482 | { |
483 | "name": "phpunit/php-text-template", | |
484 | "version": "1.2.1", | |
485 | "source": { | |
486 | "type": "git", | |
487 | "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
488 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
489 | }, | |
490 | "dist": { | |
491 | "type": "zip", | |
492 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
493 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
494 | "shasum": "" | |
495 | }, | |
496 | "require": { | |
497 | "php": ">=5.3.3" | |
498 | }, | |
499 | "type": "library", | |
500 | "autoload": { | |
501 | "classmap": [ | |
502 | "src/" | |
503 | ] | |
504 | }, | |
505 | "notification-url": "https://packagist.org/downloads/", | |
506 | "license": [ | |
507 | "BSD-3-Clause" | |
508 | ], | |
509 | "authors": [ | |
510 | { | |
511 | "name": "Sebastian Bergmann", | |
512 | "email": "sebastian@phpunit.de", | |
513 | "role": "lead" | |
514 | } | |
515 | ], | |
516 | "description": "Simple template engine.", | |
517 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
518 | "keywords": [ | |
519 | "template" | |
520 | ], | |
d018755b A |
521 | "support": { |
522 | "issues": "https://github.com/sebastianbergmann/php-text-template/issues", | |
523 | "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" | |
524 | }, | |
fcba541e A |
525 | "time": "2015-06-21T13:50:34+00:00" |
526 | }, | |
1c070fa8 A |
527 | { |
528 | "name": "pimple/pimple", | |
44c818ce | 529 | "version": "v3.2.3", |
1c070fa8 A |
530 | "source": { |
531 | "type": "git", | |
532 | "url": "https://github.com/silexphp/Pimple.git", | |
44c818ce | 533 | "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" |
1c070fa8 A |
534 | }, |
535 | "dist": { | |
536 | "type": "zip", | |
44c818ce A |
537 | "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", |
538 | "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", | |
1c070fa8 A |
539 | "shasum": "" |
540 | }, | |
541 | "require": { | |
89118630 A |
542 | "php": ">=5.3.0", |
543 | "psr/container": "^1.0" | |
544 | }, | |
545 | "require-dev": { | |
546 | "symfony/phpunit-bridge": "^3.2" | |
1c070fa8 A |
547 | }, |
548 | "type": "library", | |
549 | "extra": { | |
550 | "branch-alias": { | |
89118630 | 551 | "dev-master": "3.2.x-dev" |
1c070fa8 A |
552 | } |
553 | }, | |
554 | "autoload": { | |
555 | "psr-0": { | |
556 | "Pimple": "src/" | |
557 | } | |
558 | }, | |
559 | "notification-url": "https://packagist.org/downloads/", | |
560 | "license": [ | |
561 | "MIT" | |
562 | ], | |
563 | "authors": [ | |
564 | { | |
565 | "name": "Fabien Potencier", | |
566 | "email": "fabien@symfony.com" | |
567 | } | |
568 | ], | |
569 | "description": "Pimple, a simple Dependency Injection Container", | |
570 | "homepage": "http://pimple.sensiolabs.org", | |
571 | "keywords": [ | |
572 | "container", | |
573 | "dependency injection" | |
574 | ], | |
d018755b A |
575 | "support": { |
576 | "issues": "https://github.com/silexphp/Pimple/issues", | |
577 | "source": "https://github.com/silexphp/Pimple/tree/master" | |
578 | }, | |
44c818ce | 579 | "time": "2018-01-21T07:42:36+00:00" |
1c070fa8 A |
580 | }, |
581 | { | |
582 | "name": "psr/container", | |
583 | "version": "1.0.0", | |
584 | "source": { | |
585 | "type": "git", | |
586 | "url": "https://github.com/php-fig/container.git", | |
587 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
588 | }, | |
589 | "dist": { | |
590 | "type": "zip", | |
591 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
592 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
593 | "shasum": "" | |
594 | }, | |
595 | "require": { | |
596 | "php": ">=5.3.0" | |
597 | }, | |
598 | "type": "library", | |
599 | "extra": { | |
600 | "branch-alias": { | |
601 | "dev-master": "1.0.x-dev" | |
602 | } | |
603 | }, | |
604 | "autoload": { | |
605 | "psr-4": { | |
606 | "Psr\\Container\\": "src/" | |
607 | } | |
608 | }, | |
609 | "notification-url": "https://packagist.org/downloads/", | |
610 | "license": [ | |
611 | "MIT" | |
612 | ], | |
613 | "authors": [ | |
614 | { | |
615 | "name": "PHP-FIG", | |
616 | "homepage": "http://www.php-fig.org/" | |
617 | } | |
618 | ], | |
619 | "description": "Common Container Interface (PHP FIG PSR-11)", | |
620 | "homepage": "https://github.com/php-fig/container", | |
621 | "keywords": [ | |
622 | "PSR-11", | |
623 | "container", | |
624 | "container-interface", | |
625 | "container-interop", | |
626 | "psr" | |
627 | ], | |
d018755b A |
628 | "support": { |
629 | "issues": "https://github.com/php-fig/container/issues", | |
630 | "source": "https://github.com/php-fig/container/tree/master" | |
631 | }, | |
1c070fa8 A |
632 | "time": "2017-02-14T16:28:37+00:00" |
633 | }, | |
634 | { | |
635 | "name": "psr/http-message", | |
636 | "version": "1.0.1", | |
637 | "source": { | |
638 | "type": "git", | |
639 | "url": "https://github.com/php-fig/http-message.git", | |
640 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
641 | }, | |
642 | "dist": { | |
643 | "type": "zip", | |
644 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
645 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
646 | "shasum": "" | |
647 | }, | |
648 | "require": { | |
649 | "php": ">=5.3.0" | |
650 | }, | |
651 | "type": "library", | |
652 | "extra": { | |
653 | "branch-alias": { | |
654 | "dev-master": "1.0.x-dev" | |
655 | } | |
656 | }, | |
657 | "autoload": { | |
658 | "psr-4": { | |
659 | "Psr\\Http\\Message\\": "src/" | |
660 | } | |
661 | }, | |
662 | "notification-url": "https://packagist.org/downloads/", | |
663 | "license": [ | |
664 | "MIT" | |
665 | ], | |
666 | "authors": [ | |
667 | { | |
668 | "name": "PHP-FIG", | |
669 | "homepage": "http://www.php-fig.org/" | |
670 | } | |
671 | ], | |
672 | "description": "Common interface for HTTP messages", | |
673 | "homepage": "https://github.com/php-fig/http-message", | |
674 | "keywords": [ | |
675 | "http", | |
676 | "http-message", | |
677 | "psr", | |
678 | "psr-7", | |
679 | "request", | |
680 | "response" | |
681 | ], | |
d018755b A |
682 | "support": { |
683 | "source": "https://github.com/php-fig/http-message/tree/master" | |
684 | }, | |
1c070fa8 A |
685 | "time": "2016-08-06T14:39:51+00:00" |
686 | }, | |
687 | { | |
688 | "name": "psr/log", | |
03340c18 | 689 | "version": "1.1.3", |
1c070fa8 A |
690 | "source": { |
691 | "type": "git", | |
692 | "url": "https://github.com/php-fig/log.git", | |
03340c18 | 693 | "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" |
1c070fa8 A |
694 | }, |
695 | "dist": { | |
696 | "type": "zip", | |
03340c18 A |
697 | "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", |
698 | "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", | |
1c070fa8 A |
699 | "shasum": "" |
700 | }, | |
701 | "require": { | |
702 | "php": ">=5.3.0" | |
703 | }, | |
704 | "type": "library", | |
705 | "extra": { | |
706 | "branch-alias": { | |
def39d0d | 707 | "dev-master": "1.1.x-dev" |
1c070fa8 A |
708 | } |
709 | }, | |
710 | "autoload": { | |
711 | "psr-4": { | |
712 | "Psr\\Log\\": "Psr/Log/" | |
713 | } | |
714 | }, | |
715 | "notification-url": "https://packagist.org/downloads/", | |
716 | "license": [ | |
717 | "MIT" | |
718 | ], | |
719 | "authors": [ | |
720 | { | |
721 | "name": "PHP-FIG", | |
722 | "homepage": "http://www.php-fig.org/" | |
723 | } | |
724 | ], | |
725 | "description": "Common interface for logging libraries", | |
726 | "homepage": "https://github.com/php-fig/log", | |
727 | "keywords": [ | |
728 | "log", | |
729 | "psr", | |
730 | "psr-3" | |
731 | ], | |
d018755b A |
732 | "support": { |
733 | "source": "https://github.com/php-fig/log/tree/1.1.3" | |
734 | }, | |
03340c18 | 735 | "time": "2020-03-23T09:12:05+00:00" |
1c070fa8 A |
736 | }, |
737 | { | |
738 | "name": "pubsubhubbub/publisher", | |
739 | "version": "dev-master", | |
740 | "source": { | |
741 | "type": "git", | |
742 | "url": "https://github.com/pubsubhubbub/php-publisher.git", | |
37c9c6b4 | 743 | "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884" |
1c070fa8 A |
744 | }, |
745 | "dist": { | |
746 | "type": "zip", | |
37c9c6b4 V |
747 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/047b0faf6219071527a45942d6fef4dbc6d1d884", |
748 | "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884", | |
1c070fa8 A |
749 | "shasum": "" |
750 | }, | |
751 | "require": { | |
b41c5ab0 | 752 | "ext-curl": "*", |
1c070fa8 A |
753 | "php": "~5.4 || ~7.0" |
754 | }, | |
d018755b | 755 | "default-branch": true, |
1c070fa8 A |
756 | "type": "library", |
757 | "autoload": { | |
758 | "psr-4": { | |
759 | "pubsubhubbub\\publisher\\": "library/" | |
760 | } | |
761 | }, | |
762 | "notification-url": "https://packagist.org/downloads/", | |
763 | "license": [ | |
764 | "Apache-2.0" | |
765 | ], | |
766 | "authors": [ | |
767 | { | |
768 | "name": "pubsubhubbub publisher Contributors", | |
769 | "homepage": "https://github.com/pubsubhubbub/php-publisher/contributors" | |
770 | } | |
771 | ], | |
772 | "description": "pubsubhubbub implementation of publisher.", | |
773 | "homepage": "https://github.com/pubsubhubbub/php-publisher", | |
774 | "keywords": [ | |
775 | "data", | |
776 | "feeds", | |
777 | "publishers", | |
37c9c6b4 V |
778 | "pubsubhubbub", |
779 | "websub" | |
1c070fa8 | 780 | ], |
d018755b A |
781 | "support": { |
782 | "issues": "https://github.com/pubsubhubbub/php-publisher/issues", | |
783 | "source": "https://github.com/pubsubhubbub/php-publisher/tree/master" | |
784 | }, | |
37c9c6b4 | 785 | "time": "2018-10-09T05:20:28+00:00" |
1c070fa8 A |
786 | }, |
787 | { | |
788 | "name": "shaarli/netscape-bookmark-parser", | |
d018755b | 789 | "version": "v2.2.0", |
1c070fa8 A |
790 | "source": { |
791 | "type": "git", | |
792 | "url": "https://github.com/shaarli/netscape-bookmark-parser.git", | |
d018755b | 793 | "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df" |
1c070fa8 A |
794 | }, |
795 | "dist": { | |
796 | "type": "zip", | |
d018755b A |
797 | "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/432a010af2bb1832d6fbc4763e6b0100b980a1df", |
798 | "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df", | |
1c070fa8 A |
799 | "shasum": "" |
800 | }, | |
801 | "require": { | |
802 | "katzgrau/klogger": "~1.0", | |
b41c5ab0 | 803 | "php": ">=5.6" |
1c070fa8 A |
804 | }, |
805 | "require-dev": { | |
b41c5ab0 | 806 | "phpunit/phpunit": "^5.0" |
1c070fa8 A |
807 | }, |
808 | "type": "library", | |
809 | "autoload": { | |
810 | "files": [ | |
811 | "NetscapeBookmarkParser.php" | |
812 | ] | |
813 | }, | |
814 | "notification-url": "https://packagist.org/downloads/", | |
815 | "license": [ | |
816 | "MIT" | |
817 | ], | |
818 | "authors": [ | |
819 | { | |
820 | "name": "Kafene", | |
821 | "email": "io@kafene.org", | |
822 | "homepage": "https://github.com/kafene", | |
823 | "role": "Developer" | |
824 | }, | |
825 | { | |
826 | "name": "VirtualTam", | |
827 | "email": "virtualtam@flibidi.net", | |
828 | "homepage": "https://github.com/virtualtam", | |
829 | "role": "Developer" | |
830 | } | |
831 | ], | |
832 | "description": "Generic Netscape bookmark parser", | |
833 | "homepage": "https://github.com/shaarli/netscape-bookmark-parser", | |
834 | "keywords": [ | |
835 | "bookmark", | |
836 | "link", | |
837 | "netscape", | |
d018755b | 838 | "parse" |
1c070fa8 | 839 | ], |
d018755b A |
840 | "support": { |
841 | "issues": "https://github.com/shaarli/netscape-bookmark-parser/issues", | |
842 | "source": "https://github.com/shaarli/netscape-bookmark-parser/tree/v2.2.0" | |
843 | }, | |
844 | "time": "2020-06-06T15:53:53+00:00" | |
1c070fa8 A |
845 | }, |
846 | { | |
847 | "name": "slim/slim", | |
def39d0d | 848 | "version": "3.12.3", |
1c070fa8 A |
849 | "source": { |
850 | "type": "git", | |
851 | "url": "https://github.com/slimphp/Slim.git", | |
def39d0d | 852 | "reference": "1c9318a84ffb890900901136d620b4f03a59da38" |
1c070fa8 A |
853 | }, |
854 | "dist": { | |
855 | "type": "zip", | |
def39d0d A |
856 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38", |
857 | "reference": "1c9318a84ffb890900901136d620b4f03a59da38", | |
1c070fa8 A |
858 | "shasum": "" |
859 | }, | |
860 | "require": { | |
def39d0d A |
861 | "ext-json": "*", |
862 | "ext-libxml": "*", | |
863 | "ext-simplexml": "*", | |
1c070fa8 A |
864 | "nikic/fast-route": "^1.0", |
865 | "php": ">=5.5.0", | |
866 | "pimple/pimple": "^3.0", | |
867 | "psr/container": "^1.0", | |
868 | "psr/http-message": "^1.0" | |
869 | }, | |
870 | "provide": { | |
871 | "psr/http-message-implementation": "1.0" | |
872 | }, | |
873 | "require-dev": { | |
874 | "phpunit/phpunit": "^4.0", | |
875 | "squizlabs/php_codesniffer": "^2.5" | |
876 | }, | |
877 | "type": "library", | |
878 | "autoload": { | |
879 | "psr-4": { | |
880 | "Slim\\": "Slim" | |
881 | } | |
882 | }, | |
883 | "notification-url": "https://packagist.org/downloads/", | |
884 | "license": [ | |
885 | "MIT" | |
886 | ], | |
887 | "authors": [ | |
1c070fa8 A |
888 | { |
889 | "name": "Josh Lockhart", | |
890 | "email": "hello@joshlockhart.com", | |
891 | "homepage": "https://joshlockhart.com" | |
892 | }, | |
1c070fa8 A |
893 | { |
894 | "name": "Andrew Smith", | |
895 | "email": "a.smith@silentworks.co.uk", | |
896 | "homepage": "http://silentworks.co.uk" | |
def39d0d A |
897 | }, |
898 | { | |
899 | "name": "Rob Allen", | |
900 | "email": "rob@akrabat.com", | |
901 | "homepage": "http://akrabat.com" | |
902 | }, | |
903 | { | |
904 | "name": "Gabriel Manricks", | |
905 | "email": "gmanricks@me.com", | |
906 | "homepage": "http://gabrielmanricks.com" | |
1c070fa8 A |
907 | } |
908 | ], | |
909 | "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", | |
910 | "homepage": "https://slimframework.com", | |
911 | "keywords": [ | |
912 | "api", | |
913 | "framework", | |
914 | "micro", | |
915 | "router" | |
916 | ], | |
d018755b A |
917 | "support": { |
918 | "issues": "https://github.com/slimphp/Slim/issues", | |
919 | "source": "https://github.com/slimphp/Slim/tree/3.x" | |
920 | }, | |
def39d0d | 921 | "time": "2019-11-28T17:40:33+00:00" |
1c070fa8 A |
922 | } |
923 | ], | |
924 | "packages-dev": [ | |
925 | { | |
926 | "name": "doctrine/instantiator", | |
d018755b | 927 | "version": "1.3.1", |
1c070fa8 A |
928 | "source": { |
929 | "type": "git", | |
930 | "url": "https://github.com/doctrine/instantiator.git", | |
d018755b | 931 | "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" |
1c070fa8 A |
932 | }, |
933 | "dist": { | |
934 | "type": "zip", | |
d018755b A |
935 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", |
936 | "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", | |
1c070fa8 A |
937 | "shasum": "" |
938 | }, | |
939 | "require": { | |
d018755b | 940 | "php": "^7.1 || ^8.0" |
1c070fa8 A |
941 | }, |
942 | "require-dev": { | |
df408797 | 943 | "doctrine/coding-standard": "^6.0", |
1c070fa8 A |
944 | "ext-pdo": "*", |
945 | "ext-phar": "*", | |
df408797 A |
946 | "phpbench/phpbench": "^0.13", |
947 | "phpstan/phpstan-phpunit": "^0.11", | |
948 | "phpstan/phpstan-shim": "^0.11", | |
949 | "phpunit/phpunit": "^7.0" | |
1c070fa8 A |
950 | }, |
951 | "type": "library", | |
952 | "extra": { | |
953 | "branch-alias": { | |
df408797 | 954 | "dev-master": "1.2.x-dev" |
1c070fa8 A |
955 | } |
956 | }, | |
957 | "autoload": { | |
958 | "psr-4": { | |
959 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
960 | } | |
961 | }, | |
962 | "notification-url": "https://packagist.org/downloads/", | |
963 | "license": [ | |
964 | "MIT" | |
965 | ], | |
966 | "authors": [ | |
967 | { | |
968 | "name": "Marco Pivetta", | |
969 | "email": "ocramius@gmail.com", | |
970 | "homepage": "http://ocramius.github.com/" | |
971 | } | |
972 | ], | |
973 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
df408797 | 974 | "homepage": "https://www.doctrine-project.org/projects/instantiator.html", |
1c070fa8 A |
975 | "keywords": [ |
976 | "constructor", | |
977 | "instantiate" | |
978 | ], | |
d018755b A |
979 | "support": { |
980 | "issues": "https://github.com/doctrine/instantiator/issues", | |
981 | "source": "https://github.com/doctrine/instantiator/tree/1.3.x" | |
982 | }, | |
983 | "funding": [ | |
984 | { | |
985 | "url": "https://www.doctrine-project.org/sponsorship.html", | |
986 | "type": "custom" | |
987 | }, | |
988 | { | |
989 | "url": "https://www.patreon.com/phpdoctrine", | |
990 | "type": "patreon" | |
991 | }, | |
992 | { | |
993 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", | |
994 | "type": "tidelift" | |
995 | } | |
996 | ], | |
997 | "time": "2020-05-29T17:27:14+00:00" | |
1c070fa8 | 998 | }, |
5617dcf9 A |
999 | { |
1000 | "name": "myclabs/deep-copy", | |
d018755b | 1001 | "version": "1.10.1", |
5617dcf9 A |
1002 | "source": { |
1003 | "type": "git", | |
1004 | "url": "https://github.com/myclabs/DeepCopy.git", | |
d018755b | 1005 | "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" |
5617dcf9 A |
1006 | }, |
1007 | "dist": { | |
1008 | "type": "zip", | |
d018755b A |
1009 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", |
1010 | "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", | |
5617dcf9 A |
1011 | "shasum": "" |
1012 | }, | |
1013 | "require": { | |
d018755b | 1014 | "php": "^7.1 || ^8.0" |
df408797 A |
1015 | }, |
1016 | "replace": { | |
1017 | "myclabs/deep-copy": "self.version" | |
5617dcf9 A |
1018 | }, |
1019 | "require-dev": { | |
1020 | "doctrine/collections": "^1.0", | |
1021 | "doctrine/common": "^2.6", | |
df408797 | 1022 | "phpunit/phpunit": "^7.1" |
5617dcf9 A |
1023 | }, |
1024 | "type": "library", | |
1025 | "autoload": { | |
1026 | "psr-4": { | |
1027 | "DeepCopy\\": "src/DeepCopy/" | |
1028 | }, | |
1029 | "files": [ | |
1030 | "src/DeepCopy/deep_copy.php" | |
1031 | ] | |
1032 | }, | |
1033 | "notification-url": "https://packagist.org/downloads/", | |
1034 | "license": [ | |
1035 | "MIT" | |
1036 | ], | |
1037 | "description": "Create deep copies (clones) of your objects", | |
1038 | "keywords": [ | |
1039 | "clone", | |
1040 | "copy", | |
1041 | "duplicate", | |
1042 | "object", | |
1043 | "object graph" | |
1044 | ], | |
d018755b A |
1045 | "support": { |
1046 | "issues": "https://github.com/myclabs/DeepCopy/issues", | |
1047 | "source": "https://github.com/myclabs/DeepCopy/tree/1.x" | |
1048 | }, | |
1049 | "funding": [ | |
1050 | { | |
1051 | "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", | |
1052 | "type": "tidelift" | |
1053 | } | |
1054 | ], | |
1055 | "time": "2020-06-29T13:22:24+00:00" | |
def39d0d A |
1056 | }, |
1057 | { | |
1058 | "name": "phar-io/manifest", | |
1059 | "version": "1.0.3", | |
1060 | "source": { | |
1061 | "type": "git", | |
1062 | "url": "https://github.com/phar-io/manifest.git", | |
1063 | "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" | |
1064 | }, | |
1065 | "dist": { | |
1066 | "type": "zip", | |
1067 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | |
1068 | "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | |
1069 | "shasum": "" | |
1070 | }, | |
1071 | "require": { | |
1072 | "ext-dom": "*", | |
1073 | "ext-phar": "*", | |
1074 | "phar-io/version": "^2.0", | |
1075 | "php": "^5.6 || ^7.0" | |
1076 | }, | |
1077 | "type": "library", | |
1078 | "extra": { | |
1079 | "branch-alias": { | |
1080 | "dev-master": "1.0.x-dev" | |
1081 | } | |
1082 | }, | |
1083 | "autoload": { | |
1084 | "classmap": [ | |
1085 | "src/" | |
1086 | ] | |
1087 | }, | |
1088 | "notification-url": "https://packagist.org/downloads/", | |
1089 | "license": [ | |
1090 | "BSD-3-Clause" | |
1091 | ], | |
1092 | "authors": [ | |
1093 | { | |
1094 | "name": "Arne Blankerts", | |
1095 | "email": "arne@blankerts.de", | |
1096 | "role": "Developer" | |
1097 | }, | |
1098 | { | |
1099 | "name": "Sebastian Heuer", | |
1100 | "email": "sebastian@phpeople.de", | |
1101 | "role": "Developer" | |
1102 | }, | |
1103 | { | |
1104 | "name": "Sebastian Bergmann", | |
1105 | "email": "sebastian@phpunit.de", | |
1106 | "role": "Developer" | |
1107 | } | |
1108 | ], | |
1109 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", | |
d018755b A |
1110 | "support": { |
1111 | "issues": "https://github.com/phar-io/manifest/issues", | |
1112 | "source": "https://github.com/phar-io/manifest/tree/master" | |
1113 | }, | |
def39d0d A |
1114 | "time": "2018-07-08T19:23:20+00:00" |
1115 | }, | |
1116 | { | |
1117 | "name": "phar-io/version", | |
1118 | "version": "2.0.1", | |
1119 | "source": { | |
1120 | "type": "git", | |
1121 | "url": "https://github.com/phar-io/version.git", | |
1122 | "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" | |
1123 | }, | |
1124 | "dist": { | |
1125 | "type": "zip", | |
1126 | "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", | |
1127 | "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", | |
1128 | "shasum": "" | |
1129 | }, | |
1130 | "require": { | |
1131 | "php": "^5.6 || ^7.0" | |
1132 | }, | |
1133 | "type": "library", | |
1134 | "autoload": { | |
1135 | "classmap": [ | |
1136 | "src/" | |
1137 | ] | |
1138 | }, | |
1139 | "notification-url": "https://packagist.org/downloads/", | |
1140 | "license": [ | |
1141 | "BSD-3-Clause" | |
1142 | ], | |
1143 | "authors": [ | |
1144 | { | |
1145 | "name": "Arne Blankerts", | |
1146 | "email": "arne@blankerts.de", | |
1147 | "role": "Developer" | |
1148 | }, | |
1149 | { | |
1150 | "name": "Sebastian Heuer", | |
1151 | "email": "sebastian@phpeople.de", | |
1152 | "role": "Developer" | |
1153 | }, | |
1154 | { | |
1155 | "name": "Sebastian Bergmann", | |
1156 | "email": "sebastian@phpunit.de", | |
1157 | "role": "Developer" | |
1158 | } | |
1159 | ], | |
1160 | "description": "Library for handling version information and constraints", | |
d018755b A |
1161 | "support": { |
1162 | "issues": "https://github.com/phar-io/version/issues", | |
1163 | "source": "https://github.com/phar-io/version/tree/master" | |
1164 | }, | |
def39d0d | 1165 | "time": "2018-07-08T19:19:57+00:00" |
5617dcf9 | 1166 | }, |
1c070fa8 A |
1167 | { |
1168 | "name": "phpdocumentor/reflection-common", | |
03340c18 | 1169 | "version": "2.1.0", |
1c070fa8 A |
1170 | "source": { |
1171 | "type": "git", | |
1172 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
03340c18 | 1173 | "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" |
1c070fa8 A |
1174 | }, |
1175 | "dist": { | |
1176 | "type": "zip", | |
03340c18 A |
1177 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", |
1178 | "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", | |
1c070fa8 A |
1179 | "shasum": "" |
1180 | }, | |
1181 | "require": { | |
def39d0d | 1182 | "php": ">=7.1" |
1c070fa8 | 1183 | }, |
1c070fa8 A |
1184 | "type": "library", |
1185 | "extra": { | |
1186 | "branch-alias": { | |
def39d0d | 1187 | "dev-master": "2.x-dev" |
1c070fa8 A |
1188 | } |
1189 | }, | |
1190 | "autoload": { | |
1191 | "psr-4": { | |
def39d0d | 1192 | "phpDocumentor\\Reflection\\": "src/" |
1c070fa8 A |
1193 | } |
1194 | }, | |
1195 | "notification-url": "https://packagist.org/downloads/", | |
1196 | "license": [ | |
1197 | "MIT" | |
1198 | ], | |
1199 | "authors": [ | |
1200 | { | |
1201 | "name": "Jaap van Otterdijk", | |
1202 | "email": "opensource@ijaap.nl" | |
1203 | } | |
1204 | ], | |
1205 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
1206 | "homepage": "http://www.phpdoc.org", | |
1207 | "keywords": [ | |
1208 | "FQSEN", | |
1209 | "phpDocumentor", | |
1210 | "phpdoc", | |
1211 | "reflection", | |
1212 | "static analysis" | |
1213 | ], | |
d018755b A |
1214 | "support": { |
1215 | "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", | |
1216 | "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master" | |
1217 | }, | |
03340c18 | 1218 | "time": "2020-04-27T09:25:28+00:00" |
1c070fa8 A |
1219 | }, |
1220 | { | |
1221 | "name": "phpdocumentor/reflection-docblock", | |
def39d0d | 1222 | "version": "4.3.4", |
1c070fa8 A |
1223 | "source": { |
1224 | "type": "git", | |
1225 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
def39d0d | 1226 | "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" |
1c070fa8 A |
1227 | }, |
1228 | "dist": { | |
1229 | "type": "zip", | |
def39d0d A |
1230 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", |
1231 | "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", | |
1c070fa8 A |
1232 | "shasum": "" |
1233 | }, | |
1234 | "require": { | |
df408797 | 1235 | "php": "^7.0", |
def39d0d A |
1236 | "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", |
1237 | "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", | |
1c070fa8 A |
1238 | "webmozart/assert": "^1.0" |
1239 | }, | |
1240 | "require-dev": { | |
def39d0d | 1241 | "doctrine/instantiator": "^1.0.5", |
df408797 | 1242 | "mockery/mockery": "^1.0", |
def39d0d | 1243 | "phpdocumentor/type-resolver": "0.4.*", |
df408797 | 1244 | "phpunit/phpunit": "^6.4" |
1c070fa8 A |
1245 | }, |
1246 | "type": "library", | |
df408797 A |
1247 | "extra": { |
1248 | "branch-alias": { | |
1249 | "dev-master": "4.x-dev" | |
1250 | } | |
1251 | }, | |
1c070fa8 A |
1252 | "autoload": { |
1253 | "psr-4": { | |
1254 | "phpDocumentor\\Reflection\\": [ | |
1255 | "src/" | |
1256 | ] | |
1257 | } | |
1258 | }, | |
1259 | "notification-url": "https://packagist.org/downloads/", | |
1260 | "license": [ | |
1261 | "MIT" | |
1262 | ], | |
1263 | "authors": [ | |
1264 | { | |
1265 | "name": "Mike van Riel", | |
1266 | "email": "me@mikevanriel.com" | |
1267 | } | |
1268 | ], | |
1269 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
d018755b A |
1270 | "support": { |
1271 | "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", | |
1272 | "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x" | |
1273 | }, | |
def39d0d | 1274 | "time": "2019-12-28T18:55:12+00:00" |
1c070fa8 A |
1275 | }, |
1276 | { | |
1277 | "name": "phpdocumentor/type-resolver", | |
def39d0d | 1278 | "version": "1.0.1", |
1c070fa8 A |
1279 | "source": { |
1280 | "type": "git", | |
1281 | "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
def39d0d | 1282 | "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" |
1c070fa8 A |
1283 | }, |
1284 | "dist": { | |
1285 | "type": "zip", | |
def39d0d A |
1286 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", |
1287 | "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", | |
1c070fa8 A |
1288 | "shasum": "" |
1289 | }, | |
1290 | "require": { | |
def39d0d A |
1291 | "php": "^7.1", |
1292 | "phpdocumentor/reflection-common": "^2.0" | |
1c070fa8 A |
1293 | }, |
1294 | "require-dev": { | |
def39d0d A |
1295 | "ext-tokenizer": "^7.1", |
1296 | "mockery/mockery": "~1", | |
1297 | "phpunit/phpunit": "^7.0" | |
1c070fa8 A |
1298 | }, |
1299 | "type": "library", | |
1300 | "extra": { | |
1301 | "branch-alias": { | |
def39d0d | 1302 | "dev-master": "1.x-dev" |
1c070fa8 A |
1303 | } |
1304 | }, | |
1305 | "autoload": { | |
1306 | "psr-4": { | |
def39d0d | 1307 | "phpDocumentor\\Reflection\\": "src" |
1c070fa8 A |
1308 | } |
1309 | }, | |
1310 | "notification-url": "https://packagist.org/downloads/", | |
1311 | "license": [ | |
1312 | "MIT" | |
1313 | ], | |
1314 | "authors": [ | |
1315 | { | |
1316 | "name": "Mike van Riel", | |
1317 | "email": "me@mikevanriel.com" | |
1318 | } | |
1319 | ], | |
def39d0d | 1320 | "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", |
d018755b A |
1321 | "support": { |
1322 | "issues": "https://github.com/phpDocumentor/TypeResolver/issues", | |
1323 | "source": "https://github.com/phpDocumentor/TypeResolver/tree/0.7.2" | |
1324 | }, | |
def39d0d | 1325 | "time": "2019-08-22T18:11:29+00:00" |
1c070fa8 | 1326 | }, |
1c070fa8 A |
1327 | { |
1328 | "name": "phpspec/prophecy", | |
03340c18 | 1329 | "version": "v1.10.3", |
1c070fa8 A |
1330 | "source": { |
1331 | "type": "git", | |
1332 | "url": "https://github.com/phpspec/prophecy.git", | |
03340c18 | 1333 | "reference": "451c3cd1418cf640de218914901e51b064abb093" |
1c070fa8 A |
1334 | }, |
1335 | "dist": { | |
1336 | "type": "zip", | |
03340c18 A |
1337 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", |
1338 | "reference": "451c3cd1418cf640de218914901e51b064abb093", | |
1c070fa8 A |
1339 | "shasum": "" |
1340 | }, | |
1341 | "require": { | |
1342 | "doctrine/instantiator": "^1.0.2", | |
1343 | "php": "^5.3|^7.0", | |
def39d0d | 1344 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", |
03340c18 A |
1345 | "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", |
1346 | "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" | |
1c070fa8 A |
1347 | }, |
1348 | "require-dev": { | |
def39d0d | 1349 | "phpspec/phpspec": "^2.5 || ^3.2", |
62f5a758 | 1350 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" |
1c070fa8 A |
1351 | }, |
1352 | "type": "library", | |
1353 | "extra": { | |
1354 | "branch-alias": { | |
def39d0d | 1355 | "dev-master": "1.10.x-dev" |
1c070fa8 A |
1356 | } |
1357 | }, | |
1358 | "autoload": { | |
df408797 A |
1359 | "psr-4": { |
1360 | "Prophecy\\": "src/Prophecy" | |
1c070fa8 A |
1361 | } |
1362 | }, | |
1363 | "notification-url": "https://packagist.org/downloads/", | |
1364 | "license": [ | |
1365 | "MIT" | |
1366 | ], | |
1367 | "authors": [ | |
1368 | { | |
1369 | "name": "Konstantin Kudryashov", | |
1370 | "email": "ever.zet@gmail.com", | |
1371 | "homepage": "http://everzet.com" | |
1372 | }, | |
1373 | { | |
1374 | "name": "Marcello Duarte", | |
1375 | "email": "marcello.duarte@gmail.com" | |
1376 | } | |
1377 | ], | |
1378 | "description": "Highly opinionated mocking framework for PHP 5.3+", | |
1379 | "homepage": "https://github.com/phpspec/prophecy", | |
1380 | "keywords": [ | |
1381 | "Double", | |
1382 | "Dummy", | |
1383 | "fake", | |
1384 | "mock", | |
1385 | "spy", | |
1386 | "stub" | |
1387 | ], | |
d018755b A |
1388 | "support": { |
1389 | "issues": "https://github.com/phpspec/prophecy/issues", | |
1390 | "source": "https://github.com/phpspec/prophecy/tree/v1.10.3" | |
1391 | }, | |
03340c18 | 1392 | "time": "2020-03-05T15:02:03+00:00" |
1c070fa8 A |
1393 | }, |
1394 | { | |
1395 | "name": "phpunit/php-code-coverage", | |
def39d0d | 1396 | "version": "6.1.4", |
1c070fa8 A |
1397 | "source": { |
1398 | "type": "git", | |
1399 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
def39d0d | 1400 | "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" |
1c070fa8 A |
1401 | }, |
1402 | "dist": { | |
1403 | "type": "zip", | |
def39d0d A |
1404 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", |
1405 | "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", | |
1c070fa8 A |
1406 | "shasum": "" |
1407 | }, | |
1408 | "require": { | |
5617dcf9 A |
1409 | "ext-dom": "*", |
1410 | "ext-xmlwriter": "*", | |
def39d0d A |
1411 | "php": "^7.1", |
1412 | "phpunit/php-file-iterator": "^2.0", | |
1413 | "phpunit/php-text-template": "^1.2.1", | |
1414 | "phpunit/php-token-stream": "^3.0", | |
1415 | "sebastian/code-unit-reverse-lookup": "^1.0.1", | |
1416 | "sebastian/environment": "^3.1 || ^4.0", | |
1417 | "sebastian/version": "^2.0.1", | |
1418 | "theseer/tokenizer": "^1.1" | |
1c070fa8 A |
1419 | }, |
1420 | "require-dev": { | |
def39d0d | 1421 | "phpunit/phpunit": "^7.0" |
1c070fa8 A |
1422 | }, |
1423 | "suggest": { | |
def39d0d | 1424 | "ext-xdebug": "^2.6.0" |
1c070fa8 A |
1425 | }, |
1426 | "type": "library", | |
1427 | "extra": { | |
1428 | "branch-alias": { | |
def39d0d | 1429 | "dev-master": "6.1-dev" |
1c070fa8 A |
1430 | } |
1431 | }, | |
1432 | "autoload": { | |
1433 | "classmap": [ | |
1434 | "src/" | |
1435 | ] | |
1436 | }, | |
1437 | "notification-url": "https://packagist.org/downloads/", | |
1438 | "license": [ | |
1439 | "BSD-3-Clause" | |
1440 | ], | |
1441 | "authors": [ | |
1442 | { | |
1443 | "name": "Sebastian Bergmann", | |
def39d0d | 1444 | "email": "sebastian@phpunit.de", |
1c070fa8 A |
1445 | "role": "lead" |
1446 | } | |
1447 | ], | |
1448 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
1449 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
1450 | "keywords": [ | |
1451 | "coverage", | |
1452 | "testing", | |
1453 | "xunit" | |
1454 | ], | |
d018755b A |
1455 | "support": { |
1456 | "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", | |
1457 | "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master" | |
1458 | }, | |
def39d0d | 1459 | "time": "2018-10-31T16:06:48+00:00" |
1c070fa8 A |
1460 | }, |
1461 | { | |
1462 | "name": "phpunit/php-file-iterator", | |
def39d0d | 1463 | "version": "2.0.2", |
1c070fa8 A |
1464 | "source": { |
1465 | "type": "git", | |
1466 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
def39d0d | 1467 | "reference": "050bedf145a257b1ff02746c31894800e5122946" |
1c070fa8 A |
1468 | }, |
1469 | "dist": { | |
1470 | "type": "zip", | |
def39d0d A |
1471 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", |
1472 | "reference": "050bedf145a257b1ff02746c31894800e5122946", | |
1c070fa8 A |
1473 | "shasum": "" |
1474 | }, | |
1475 | "require": { | |
def39d0d A |
1476 | "php": "^7.1" |
1477 | }, | |
1478 | "require-dev": { | |
1479 | "phpunit/phpunit": "^7.1" | |
1c070fa8 A |
1480 | }, |
1481 | "type": "library", | |
1482 | "extra": { | |
1483 | "branch-alias": { | |
def39d0d | 1484 | "dev-master": "2.0.x-dev" |
1c070fa8 A |
1485 | } |
1486 | }, | |
1487 | "autoload": { | |
1488 | "classmap": [ | |
1489 | "src/" | |
1490 | ] | |
1491 | }, | |
1492 | "notification-url": "https://packagist.org/downloads/", | |
1493 | "license": [ | |
1494 | "BSD-3-Clause" | |
1495 | ], | |
1496 | "authors": [ | |
1497 | { | |
1498 | "name": "Sebastian Bergmann", | |
def39d0d | 1499 | "email": "sebastian@phpunit.de", |
1c070fa8 A |
1500 | "role": "lead" |
1501 | } | |
1502 | ], | |
1503 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
1504 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
1505 | "keywords": [ | |
1506 | "filesystem", | |
1507 | "iterator" | |
1508 | ], | |
d018755b A |
1509 | "support": { |
1510 | "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", | |
1511 | "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.2" | |
1512 | }, | |
def39d0d | 1513 | "time": "2018-09-13T20:33:42+00:00" |
1c070fa8 | 1514 | }, |
1c070fa8 A |
1515 | { |
1516 | "name": "phpunit/php-timer", | |
def39d0d | 1517 | "version": "2.1.2", |
1c070fa8 A |
1518 | "source": { |
1519 | "type": "git", | |
1520 | "url": "https://github.com/sebastianbergmann/php-timer.git", | |
def39d0d | 1521 | "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" |
1c070fa8 A |
1522 | }, |
1523 | "dist": { | |
1524 | "type": "zip", | |
def39d0d A |
1525 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", |
1526 | "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", | |
1c070fa8 A |
1527 | "shasum": "" |
1528 | }, | |
1529 | "require": { | |
def39d0d | 1530 | "php": "^7.1" |
1c070fa8 A |
1531 | }, |
1532 | "require-dev": { | |
def39d0d | 1533 | "phpunit/phpunit": "^7.0" |
1c070fa8 A |
1534 | }, |
1535 | "type": "library", | |
1536 | "extra": { | |
1537 | "branch-alias": { | |
def39d0d | 1538 | "dev-master": "2.1-dev" |
1c070fa8 A |
1539 | } |
1540 | }, | |
1541 | "autoload": { | |
1542 | "classmap": [ | |
1543 | "src/" | |
1544 | ] | |
1545 | }, | |
1546 | "notification-url": "https://packagist.org/downloads/", | |
1547 | "license": [ | |
1548 | "BSD-3-Clause" | |
1549 | ], | |
1550 | "authors": [ | |
1551 | { | |
1552 | "name": "Sebastian Bergmann", | |
def39d0d | 1553 | "email": "sebastian@phpunit.de", |
1c070fa8 A |
1554 | "role": "lead" |
1555 | } | |
1556 | ], | |
1557 | "description": "Utility class for timing", | |
1558 | "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
1559 | "keywords": [ | |
1560 | "timer" | |
1561 | ], | |
d018755b A |
1562 | "support": { |
1563 | "issues": "https://github.com/sebastianbergmann/php-timer/issues", | |
1564 | "source": "https://github.com/sebastianbergmann/php-timer/tree/master" | |
1565 | }, | |
def39d0d | 1566 | "time": "2019-06-07T04:22:29+00:00" |
1c070fa8 A |
1567 | }, |
1568 | { | |
1569 | "name": "phpunit/php-token-stream", | |
def39d0d | 1570 | "version": "3.1.1", |
1c070fa8 A |
1571 | "source": { |
1572 | "type": "git", | |
1573 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
def39d0d | 1574 | "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" |
1c070fa8 A |
1575 | }, |
1576 | "dist": { | |
1577 | "type": "zip", | |
def39d0d A |
1578 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", |
1579 | "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", | |
1c070fa8 A |
1580 | "shasum": "" |
1581 | }, | |
1582 | "require": { | |
1583 | "ext-tokenizer": "*", | |
def39d0d | 1584 | "php": "^7.1" |
1c070fa8 A |
1585 | }, |
1586 | "require-dev": { | |
def39d0d | 1587 | "phpunit/phpunit": "^7.0" |
1c070fa8 A |
1588 | }, |
1589 | "type": "library", | |
1590 | "extra": { | |
1591 | "branch-alias": { | |
def39d0d | 1592 | "dev-master": "3.1-dev" |
1c070fa8 A |
1593 | } |
1594 | }, | |
1595 | "autoload": { | |
1596 | "classmap": [ | |
1597 | "src/" | |
1598 | ] | |
1599 | }, | |
1600 | "notification-url": "https://packagist.org/downloads/", | |
1601 | "license": [ | |
1602 | "BSD-3-Clause" | |
1603 | ], | |
1604 | "authors": [ | |
1605 | { | |
1606 | "name": "Sebastian Bergmann", | |
1607 | "email": "sebastian@phpunit.de" | |
1608 | } | |
1609 | ], | |
1610 | "description": "Wrapper around PHP's tokenizer extension.", | |
1611 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
1612 | "keywords": [ | |
1613 | "tokenizer" | |
1614 | ], | |
d018755b A |
1615 | "support": { |
1616 | "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", | |
1617 | "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.1" | |
1c070fa8 | 1618 | }, |
d018755b A |
1619 | "abandoned": true, |
1620 | "time": "2019-09-17T06:23:10+00:00" | |
1c070fa8 A |
1621 | }, |
1622 | { | |
1623 | "name": "phpunit/phpunit", | |
def39d0d | 1624 | "version": "7.5.20", |
1c070fa8 A |
1625 | "source": { |
1626 | "type": "git", | |
1627 | "url": "https://github.com/sebastianbergmann/phpunit.git", | |
def39d0d | 1628 | "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" |
1c070fa8 A |
1629 | }, |
1630 | "dist": { | |
1631 | "type": "zip", | |
def39d0d A |
1632 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", |
1633 | "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", | |
1c070fa8 A |
1634 | "shasum": "" |
1635 | }, | |
1636 | "require": { | |
def39d0d | 1637 | "doctrine/instantiator": "^1.1", |
1c070fa8 A |
1638 | "ext-dom": "*", |
1639 | "ext-json": "*", | |
5617dcf9 A |
1640 | "ext-libxml": "*", |
1641 | "ext-mbstring": "*", | |
1642 | "ext-xml": "*", | |
def39d0d A |
1643 | "myclabs/deep-copy": "^1.7", |
1644 | "phar-io/manifest": "^1.0.2", | |
1645 | "phar-io/version": "^2.0", | |
1646 | "php": "^7.1", | |
1647 | "phpspec/prophecy": "^1.7", | |
1648 | "phpunit/php-code-coverage": "^6.0.7", | |
1649 | "phpunit/php-file-iterator": "^2.0.1", | |
1650 | "phpunit/php-text-template": "^1.2.1", | |
1651 | "phpunit/php-timer": "^2.1", | |
1652 | "sebastian/comparator": "^3.0", | |
1653 | "sebastian/diff": "^3.0", | |
1654 | "sebastian/environment": "^4.0", | |
1655 | "sebastian/exporter": "^3.1", | |
1656 | "sebastian/global-state": "^2.0", | |
1657 | "sebastian/object-enumerator": "^3.0.3", | |
1658 | "sebastian/resource-operations": "^2.0", | |
1659 | "sebastian/version": "^2.0.1" | |
5617dcf9 A |
1660 | }, |
1661 | "conflict": { | |
def39d0d | 1662 | "phpunit/phpunit-mock-objects": "*" |
5617dcf9 A |
1663 | }, |
1664 | "require-dev": { | |
1665 | "ext-pdo": "*" | |
1c070fa8 A |
1666 | }, |
1667 | "suggest": { | |
def39d0d | 1668 | "ext-soap": "*", |
5617dcf9 | 1669 | "ext-xdebug": "*", |
def39d0d | 1670 | "phpunit/php-invoker": "^2.0" |
1c070fa8 A |
1671 | }, |
1672 | "bin": [ | |
1673 | "phpunit" | |
1674 | ], | |
1675 | "type": "library", | |
1676 | "extra": { | |
1677 | "branch-alias": { | |
def39d0d | 1678 | "dev-master": "7.5-dev" |
1c070fa8 A |
1679 | } |
1680 | }, | |
1681 | "autoload": { | |
1682 | "classmap": [ | |
1683 | "src/" | |
1684 | ] | |
1685 | }, | |
1686 | "notification-url": "https://packagist.org/downloads/", | |
1687 | "license": [ | |
1688 | "BSD-3-Clause" | |
1689 | ], | |
1690 | "authors": [ | |
1691 | { | |
1692 | "name": "Sebastian Bergmann", | |
1693 | "email": "sebastian@phpunit.de", | |
1694 | "role": "lead" | |
1695 | } | |
1696 | ], | |
1697 | "description": "The PHP Unit Testing framework.", | |
1698 | "homepage": "https://phpunit.de/", | |
1699 | "keywords": [ | |
1700 | "phpunit", | |
1701 | "testing", | |
1702 | "xunit" | |
1703 | ], | |
d018755b A |
1704 | "support": { |
1705 | "issues": "https://github.com/sebastianbergmann/phpunit/issues", | |
1706 | "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20" | |
1707 | }, | |
def39d0d | 1708 | "time": "2020-01-08T08:45:45+00:00" |
5617dcf9 | 1709 | }, |
8f4e9624 V |
1710 | { |
1711 | "name": "roave/security-advisories", | |
1712 | "version": "dev-master", | |
1713 | "source": { | |
1714 | "type": "git", | |
1715 | "url": "https://github.com/Roave/SecurityAdvisories.git", | |
8fabcd02 | 1716 | "reference": "ba5d234b3a1559321b816b64aafc2ce6728799ff" |
8f4e9624 V |
1717 | }, |
1718 | "dist": { | |
1719 | "type": "zip", | |
8fabcd02 A |
1720 | "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ba5d234b3a1559321b816b64aafc2ce6728799ff", |
1721 | "reference": "ba5d234b3a1559321b816b64aafc2ce6728799ff", | |
8f4e9624 V |
1722 | "shasum": "" |
1723 | }, | |
1724 | "conflict": { | |
1725 | "3f/pygmentize": "<1.2", | |
1726 | "adodb/adodb-php": "<5.20.12", | |
1727 | "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", | |
1728 | "amphp/artax": "<1.0.6|>=2,<2.0.6", | |
1729 | "amphp/http": "<1.0.1", | |
d018755b | 1730 | "amphp/http-client": ">=4,<4.4", |
8f4e9624 V |
1731 | "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", |
1732 | "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", | |
1733 | "aws/aws-sdk-php": ">=3,<3.2.1", | |
03340c18 | 1734 | "bagisto/bagisto": "<0.1.5", |
d018755b A |
1735 | "barrelstrength/sprout-base-email": "<1.2.7", |
1736 | "barrelstrength/sprout-forms": "<3.9", | |
1737 | "baserproject/basercms": ">=4,<=4.3.6", | |
1738 | "bolt/bolt": "<3.7.1", | |
8f4e9624 | 1739 | "brightlocal/phpwhois": "<=4.2.5", |
03340c18 | 1740 | "buddypress/buddypress": "<5.1.2", |
8f4e9624 | 1741 | "bugsnag/bugsnag-laravel": ">=2,<2.0.2", |
df408797 | 1742 | "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7", |
8f4e9624 V |
1743 | "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", |
1744 | "cartalyst/sentry": "<=2.1.6", | |
03340c18 A |
1745 | "centreon/centreon": "<18.10.8|>=19,<19.4.5", |
1746 | "cesnet/simplesamlphp-module-proxystatistics": "<3.1", | |
8f4e9624 | 1747 | "codeigniter/framework": "<=3.0.6", |
df408797 | 1748 | "composer/composer": "<=1-alpha.11", |
8f4e9624 | 1749 | "contao-components/mediaelement": ">=2.14.2,<2.21.1", |
df408797 | 1750 | "contao/core": ">=2,<3.5.39", |
d018755b | 1751 | "contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0", |
8f4e9624 | 1752 | "contao/listing-bundle": ">=4,<4.4.8", |
def39d0d | 1753 | "datadog/dd-trace": ">=0.30,<0.30.2", |
8f4e9624 | 1754 | "david-garcia/phpwhois": "<=4.3.1", |
d018755b | 1755 | "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1", |
8f4e9624 V |
1756 | "doctrine/annotations": ">=1,<1.2.7", |
1757 | "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", | |
1758 | "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", | |
1759 | "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2", | |
1760 | "doctrine/doctrine-bundle": "<1.5.2", | |
1761 | "doctrine/doctrine-module": "<=0.7.1", | |
1762 | "doctrine/mongodb-odm": ">=1,<1.0.2", | |
1763 | "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", | |
1764 | "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", | |
d018755b | 1765 | "dolibarr/dolibarr": "<11.0.4", |
8f4e9624 | 1766 | "dompdf/dompdf": ">=0.6,<0.6.2", |
d018755b A |
1767 | "drupal/core": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6", |
1768 | "drupal/drupal": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6", | |
def39d0d | 1769 | "endroid/qr-code-bundle": "<3.4.2", |
03340c18 | 1770 | "enshrined/svg-sanitize": "<0.13.1", |
df408797 | 1771 | "erusev/parsedown": "<1.7.2", |
03340c18 A |
1772 | "ezsystems/demobundle": ">=5.4,<5.4.6.1", |
1773 | "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", | |
1774 | "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", | |
1775 | "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", | |
1776 | "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", | |
d018755b A |
1777 | "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", |
1778 | "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1", | |
03340c18 | 1779 | "ezsystems/ezplatform-user": ">=1,<1.0.1", |
d018755b | 1780 | "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1", |
8fabcd02 | 1781 | "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1", |
d018755b | 1782 | "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", |
8f4e9624 V |
1783 | "ezsystems/repository-forms": ">=2.3,<2.3.2.1", |
1784 | "ezyang/htmlpurifier": "<4.1.1", | |
1785 | "firebase/php-jwt": "<2", | |
1786 | "fooman/tcpdf": "<6.2.22", | |
1787 | "fossar/tcpdf-parser": "<6.2.22", | |
03340c18 | 1788 | "friendsofsymfony/oauth2-php": "<1.3", |
8f4e9624 V |
1789 | "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", |
1790 | "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", | |
d018755b | 1791 | "friendsoftypo3/mediace": ">=7.6.2,<7.6.5", |
8f4e9624 | 1792 | "fuel/core": "<1.8.1", |
03340c18 | 1793 | "getgrav/grav": "<1.7-beta.8", |
d018755b | 1794 | "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", |
8f4e9624 V |
1795 | "gree/jose": "<=2.2", |
1796 | "gregwar/rst": "<1.0.3", | |
df408797 | 1797 | "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1", |
8f4e9624 | 1798 | "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", |
d018755b A |
1799 | "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4", |
1800 | "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29|>=5.5,<=5.5.44|>=6,<6.18.34|>=7,<7.23.2", | |
8f4e9624 | 1801 | "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", |
03340c18 | 1802 | "illuminate/view": ">=7,<7.1.2", |
8f4e9624 V |
1803 | "ivankristianto/phpwhois": "<=4.3", |
1804 | "james-heinrich/getid3": "<1.9.9", | |
1805 | "joomla/session": "<1.3.1", | |
1806 | "jsmitty12/phpwhois": "<5.1", | |
1807 | "kazist/phpwhois": "<=4.2.6", | |
d018755b | 1808 | "kitodo/presentation": "<3.1.2", |
8f4e9624 V |
1809 | "kreait/firebase-php": ">=3.2,<3.8.1", |
1810 | "la-haute-societe/tcpdf": "<6.2.22", | |
d018755b | 1811 | "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.34|>=7,<7.23.2", |
8f4e9624 | 1812 | "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", |
df408797 | 1813 | "league/commonmark": "<0.18.3", |
03340c18 | 1814 | "librenms/librenms": "<1.53", |
d018755b | 1815 | "livewire/livewire": ">2.2.4,<2.2.6", |
03340c18 | 1816 | "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", |
def39d0d A |
1817 | "magento/magento1ce": "<1.9.4.3", |
1818 | "magento/magento1ee": ">=1,<1.14.4.3", | |
1819 | "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", | |
d018755b A |
1820 | "marcwillmann/turn": "<0.3.3", |
1821 | "mittwald/typo3_forum": "<1.2.1", | |
8f4e9624 V |
1822 | "monolog/monolog": ">=1.8,<1.12", |
1823 | "namshi/jose": "<2.2", | |
8fabcd02 A |
1824 | "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", |
1825 | "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", | |
d018755b | 1826 | "nystudio107/craft-seomatic": "<3.3", |
03340c18 | 1827 | "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", |
d018755b A |
1828 | "october/backend": ">=1.0.319,<1.0.467", |
1829 | "october/cms": ">=1.0.319,<1.0.466", | |
1830 | "october/october": ">=1.0.319,<1.0.466", | |
1831 | "october/rain": ">=1.0.319,<1.0.468", | |
8f4e9624 | 1832 | "onelogin/php-saml": "<2.10.4", |
03340c18 | 1833 | "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", |
8f4e9624 | 1834 | "openid/php-openid": "<2.3", |
d018755b | 1835 | "openmage/magento-lts": "<19.4.6|>=20,<20.0.2", |
8f4e9624 V |
1836 | "oro/crm": ">=1.7,<1.7.4", |
1837 | "oro/platform": ">=1.7,<1.7.4", | |
1838 | "padraic/humbug_get_contents": "<1.1.2", | |
1839 | "pagarme/pagarme-php": ">=0,<3", | |
1840 | "paragonie/random_compat": "<2", | |
1841 | "paypal/merchant-sdk-php": "<3.12", | |
1842 | "pear/archive_tar": "<1.4.4", | |
d018755b | 1843 | "personnummer/personnummer": "<3.0.2", |
03340c18 | 1844 | "phpfastcache/phpfastcache": ">=5,<5.0.13", |
d018755b A |
1845 | "phpmailer/phpmailer": "<6.1.6", |
1846 | "phpmussel/phpmussel": ">=1,<1.6", | |
03340c18 A |
1847 | "phpmyadmin/phpmyadmin": "<4.9.2", |
1848 | "phpoffice/phpexcel": "<1.8.2", | |
1849 | "phpoffice/phpspreadsheet": "<1.8", | |
8f4e9624 V |
1850 | "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", |
1851 | "phpwhois/phpwhois": "<=4.2.5", | |
1852 | "phpxmlrpc/extras": "<0.6.1", | |
03340c18 A |
1853 | "pimcore/pimcore": "<6.3", |
1854 | "prestashop/autoupgrade": ">=4,<4.10.1", | |
d018755b | 1855 | "prestashop/contactform": ">1.0.1,<4.3", |
03340c18 A |
1856 | "prestashop/gamification": "<2.3.2", |
1857 | "prestashop/ps_facetedsearch": "<3.4.1", | |
1858 | "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2", | |
df408797 | 1859 | "propel/propel": ">=2-alpha.1,<=2-alpha.7", |
8f4e9624 | 1860 | "propel/propel1": ">=1,<=1.7.1", |
8fabcd02 | 1861 | "pterodactyl/panel": "<0.7.19|>=1-rc.0,<=1-rc.6", |
8f4e9624 | 1862 | "pusher/pusher-php-server": "<2.2.1", |
d018755b | 1863 | "rainlab/debugbar-plugin": "<3.1", |
03340c18 | 1864 | "robrichards/xmlseclibs": "<3.0.4", |
d018755b | 1865 | "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", |
8f4e9624 | 1866 | "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", |
def39d0d | 1867 | "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", |
8f4e9624 V |
1868 | "sensiolabs/connect": "<4.2.3", |
1869 | "serluck/phpwhois": "<=4.2.6", | |
d018755b A |
1870 | "shopware/core": "<=6.3.1", |
1871 | "shopware/platform": "<=6.3.1", | |
8f4e9624 | 1872 | "shopware/shopware": "<5.3.7", |
03340c18 A |
1873 | "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1", |
1874 | "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2", | |
1875 | "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4", | |
1876 | "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", | |
8f4e9624 | 1877 | "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", |
d018755b A |
1878 | "silverstripe/framework": "<4.4.7|>=4.5,<4.5.4", |
1879 | "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4", | |
df408797 A |
1880 | "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", |
1881 | "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", | |
03340c18 A |
1882 | "silverstripe/subsites": ">=2,<2.1.1", |
1883 | "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", | |
8f4e9624 V |
1884 | "silverstripe/userforms": "<3", |
1885 | "simple-updates/phpwhois": "<=1", | |
1886 | "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", | |
03340c18 | 1887 | "simplesamlphp/simplesamlphp": "<1.18.6", |
8f4e9624 | 1888 | "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", |
03340c18 | 1889 | "simplito/elliptic-php": "<1.0.6", |
8f4e9624 V |
1890 | "slim/slim": "<2.6", |
1891 | "smarty/smarty": "<3.1.33", | |
1892 | "socalnick/scn-social-auth": "<1.15.2", | |
1893 | "spoonity/tcpdf": "<6.2.22", | |
1894 | "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", | |
03340c18 | 1895 | "ssddanbrown/bookstack": "<0.29.2", |
8f4e9624 | 1896 | "stormpath/sdk": ">=0,<9.9.99", |
03340c18 | 1897 | "studio-42/elfinder": "<2.1.49", |
d018755b | 1898 | "sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1", |
8f4e9624 V |
1899 | "swiftmailer/swiftmailer": ">=4,<5.4.5", |
1900 | "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", | |
df408797 A |
1901 | "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", |
1902 | "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", | |
d018755b | 1903 | "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", |
03340c18 A |
1904 | "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5", |
1905 | "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", | |
1906 | "symbiote/silverstripe-versionedfiles": "<=2.0.3", | |
def39d0d | 1907 | "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", |
df408797 | 1908 | "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
03340c18 | 1909 | "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", |
8f4e9624 | 1910 | "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", |
df408797 | 1911 | "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
03340c18 | 1912 | "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", |
d018755b | 1913 | "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", |
8f4e9624 | 1914 | "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", |
def39d0d | 1915 | "symfony/mime": ">=4.3,<4.3.8", |
df408797 | 1916 | "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
8f4e9624 V |
1917 | "symfony/polyfill": ">=1,<1.10", |
1918 | "symfony/polyfill-php55": ">=1,<1.10", | |
df408797 | 1919 | "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
8f4e9624 | 1920 | "symfony/routing": ">=2,<2.0.19", |
03340c18 | 1921 | "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7", |
8f4e9624 V |
1922 | "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", |
1923 | "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7", | |
1924 | "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", | |
1925 | "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", | |
03340c18 | 1926 | "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", |
8f4e9624 | 1927 | "symfony/serializer": ">=2,<2.0.11", |
d018755b | 1928 | "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", |
8f4e9624 V |
1929 | "symfony/translation": ">=2,<2.0.17", |
1930 | "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", | |
def39d0d | 1931 | "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", |
8f4e9624 V |
1932 | "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", |
1933 | "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", | |
d018755b | 1934 | "t3g/svg-sanitizer": "<1.0.3", |
8f4e9624 V |
1935 | "tecnickcom/tcpdf": "<6.2.22", |
1936 | "thelia/backoffice-default-template": ">=2.1,<2.1.2", | |
df408797 | 1937 | "thelia/thelia": ">=2.1-beta.1,<2.1.3", |
8f4e9624 V |
1938 | "theonedemon/phpwhois": "<=4.2.5", |
1939 | "titon/framework": ">=0,<9.9.99", | |
1940 | "truckersmp/phpwhois": "<=4.3.1", | |
df408797 | 1941 | "twig/twig": "<1.38|>=2,<2.7", |
d018755b A |
1942 | "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6", |
1943 | "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6", | |
8f4e9624 V |
1944 | "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", |
1945 | "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", | |
df408797 | 1946 | "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", |
8fabcd02 | 1947 | "typo3fluid/fluid": ">=2,<2.0.5|>=2.1,<2.1.4|>=2.2,<2.2.1|>=2.3,<2.3.5|>=2.4,<2.4.1|>=2.5,<2.5.5|>=2.6,<2.6.1", |
8f4e9624 | 1948 | "ua-parser/uap-php": "<3.8", |
03340c18 A |
1949 | "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", |
1950 | "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", | |
8f4e9624 V |
1951 | "wallabag/tcpdf": "<6.2.22", |
1952 | "willdurand/js-translation-bundle": "<2.1.1", | |
03340c18 | 1953 | "yii2mod/yii2-cms": "<1.9.2", |
8f4e9624 | 1954 | "yiisoft/yii": ">=1.1.14,<1.1.15", |
d018755b | 1955 | "yiisoft/yii2": "<2.0.38", |
8f4e9624 V |
1956 | "yiisoft/yii2-bootstrap": "<2.0.4", |
1957 | "yiisoft/yii2-dev": "<2.0.15", | |
1958 | "yiisoft/yii2-elasticsearch": "<2.0.5", | |
1959 | "yiisoft/yii2-gii": "<2.0.4", | |
1960 | "yiisoft/yii2-jui": "<2.0.4", | |
1961 | "yiisoft/yii2-redis": "<2.0.8", | |
03340c18 | 1962 | "yourls/yourls": "<1.7.4", |
8f4e9624 V |
1963 | "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", |
1964 | "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", | |
1965 | "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", | |
1966 | "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", | |
df408797 | 1967 | "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3", |
8f4e9624 V |
1968 | "zendframework/zend-diactoros": ">=1,<1.8.4", |
1969 | "zendframework/zend-feed": ">=1,<2.10.3", | |
1970 | "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", | |
1971 | "zendframework/zend-http": ">=1,<2.8.1", | |
1972 | "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", | |
1973 | "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", | |
1974 | "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", | |
1975 | "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", | |
1976 | "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", | |
1977 | "zendframework/zend-validator": ">=2.3,<2.3.6", | |
1978 | "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", | |
1979 | "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", | |
1980 | "zendframework/zendframework": "<2.5.1", | |
1981 | "zendframework/zendframework1": "<1.12.20", | |
1982 | "zendframework/zendopenid": ">=2,<2.0.2", | |
1983 | "zendframework/zendxml": ">=1,<1.0.1", | |
1984 | "zetacomponents/mail": "<1.8.2", | |
1985 | "zf-commons/zfc-user": "<1.2.2", | |
1986 | "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", | |
1987 | "zfr/zfr-oauth2-server-module": "<0.1.2" | |
1988 | }, | |
1989 | "type": "metapackage", | |
1990 | "notification-url": "https://packagist.org/downloads/", | |
1991 | "license": [ | |
1992 | "MIT" | |
1993 | ], | |
1994 | "authors": [ | |
1995 | { | |
1996 | "name": "Marco Pivetta", | |
1997 | "email": "ocramius@gmail.com", | |
1998 | "role": "maintainer" | |
03340c18 A |
1999 | }, |
2000 | { | |
2001 | "name": "Ilya Tribusean", | |
2002 | "email": "slash3b@gmail.com", | |
2003 | "role": "maintainer" | |
8f4e9624 V |
2004 | } |
2005 | ], | |
2006 | "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", | |
d018755b A |
2007 | "support": { |
2008 | "issues": "https://github.com/Roave/SecurityAdvisories/issues", | |
2009 | "source": "https://github.com/Roave/SecurityAdvisories/tree/latest" | |
2010 | }, | |
2011 | "funding": [ | |
2012 | { | |
2013 | "url": "https://github.com/Ocramius", | |
2014 | "type": "github" | |
2015 | }, | |
2016 | { | |
2017 | "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories", | |
2018 | "type": "tidelift" | |
2019 | } | |
2020 | ], | |
8fabcd02 | 2021 | "time": "2020-10-08T21:02:27+00:00" |
8f4e9624 | 2022 | }, |
5617dcf9 A |
2023 | { |
2024 | "name": "sebastian/code-unit-reverse-lookup", | |
2025 | "version": "1.0.1", | |
2026 | "source": { | |
2027 | "type": "git", | |
2028 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
2029 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | |
2030 | }, | |
2031 | "dist": { | |
2032 | "type": "zip", | |
2033 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
2034 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
2035 | "shasum": "" | |
2036 | }, | |
2037 | "require": { | |
2038 | "php": "^5.6 || ^7.0" | |
2039 | }, | |
2040 | "require-dev": { | |
2041 | "phpunit/phpunit": "^5.7 || ^6.0" | |
2042 | }, | |
2043 | "type": "library", | |
2044 | "extra": { | |
2045 | "branch-alias": { | |
2046 | "dev-master": "1.0.x-dev" | |
2047 | } | |
2048 | }, | |
2049 | "autoload": { | |
2050 | "classmap": [ | |
2051 | "src/" | |
2052 | ] | |
2053 | }, | |
2054 | "notification-url": "https://packagist.org/downloads/", | |
2055 | "license": [ | |
2056 | "BSD-3-Clause" | |
2057 | ], | |
2058 | "authors": [ | |
2059 | { | |
2060 | "name": "Sebastian Bergmann", | |
2061 | "email": "sebastian@phpunit.de" | |
2062 | } | |
2063 | ], | |
2064 | "description": "Looks up which function or method a line of code belongs to", | |
2065 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | |
d018755b A |
2066 | "support": { |
2067 | "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", | |
2068 | "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/master" | |
2069 | }, | |
5617dcf9 | 2070 | "time": "2017-03-04T06:30:41+00:00" |
1c070fa8 A |
2071 | }, |
2072 | { | |
2073 | "name": "sebastian/comparator", | |
def39d0d | 2074 | "version": "3.0.2", |
1c070fa8 A |
2075 | "source": { |
2076 | "type": "git", | |
2077 | "url": "https://github.com/sebastianbergmann/comparator.git", | |
def39d0d | 2078 | "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" |
1c070fa8 A |
2079 | }, |
2080 | "dist": { | |
2081 | "type": "zip", | |
def39d0d A |
2082 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", |
2083 | "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", | |
1c070fa8 A |
2084 | "shasum": "" |
2085 | }, | |
2086 | "require": { | |
def39d0d A |
2087 | "php": "^7.1", |
2088 | "sebastian/diff": "^3.0", | |
2089 | "sebastian/exporter": "^3.1" | |
1c070fa8 A |
2090 | }, |
2091 | "require-dev": { | |
def39d0d | 2092 | "phpunit/phpunit": "^7.1" |
1c070fa8 A |
2093 | }, |
2094 | "type": "library", | |
2095 | "extra": { | |
2096 | "branch-alias": { | |
def39d0d | 2097 | "dev-master": "3.0-dev" |
1c070fa8 A |
2098 | } |
2099 | }, | |
2100 | "autoload": { | |
2101 | "classmap": [ | |
2102 | "src/" | |
2103 | ] | |
2104 | }, | |
2105 | "notification-url": "https://packagist.org/downloads/", | |
2106 | "license": [ | |
2107 | "BSD-3-Clause" | |
2108 | ], | |
2109 | "authors": [ | |
2110 | { | |
2111 | "name": "Jeff Welch", | |
2112 | "email": "whatthejeff@gmail.com" | |
2113 | }, | |
2114 | { | |
2115 | "name": "Volker Dusch", | |
2116 | "email": "github@wallbash.com" | |
2117 | }, | |
2118 | { | |
2119 | "name": "Bernhard Schussek", | |
2120 | "email": "bschussek@2bepublished.at" | |
2121 | }, | |
2122 | { | |
2123 | "name": "Sebastian Bergmann", | |
2124 | "email": "sebastian@phpunit.de" | |
2125 | } | |
2126 | ], | |
2127 | "description": "Provides the functionality to compare PHP values for equality", | |
def39d0d | 2128 | "homepage": "https://github.com/sebastianbergmann/comparator", |
1c070fa8 A |
2129 | "keywords": [ |
2130 | "comparator", | |
2131 | "compare", | |
2132 | "equality" | |
2133 | ], | |
d018755b A |
2134 | "support": { |
2135 | "issues": "https://github.com/sebastianbergmann/comparator/issues", | |
2136 | "source": "https://github.com/sebastianbergmann/comparator/tree/master" | |
2137 | }, | |
def39d0d | 2138 | "time": "2018-07-12T15:12:46+00:00" |
1c070fa8 A |
2139 | }, |
2140 | { | |
2141 | "name": "sebastian/diff", | |
def39d0d | 2142 | "version": "3.0.2", |
1c070fa8 A |
2143 | "source": { |
2144 | "type": "git", | |
2145 | "url": "https://github.com/sebastianbergmann/diff.git", | |
def39d0d | 2146 | "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" |
1c070fa8 A |
2147 | }, |
2148 | "dist": { | |
2149 | "type": "zip", | |
def39d0d A |
2150 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", |
2151 | "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", | |
1c070fa8 A |
2152 | "shasum": "" |
2153 | }, | |
2154 | "require": { | |
def39d0d | 2155 | "php": "^7.1" |
1c070fa8 A |
2156 | }, |
2157 | "require-dev": { | |
def39d0d A |
2158 | "phpunit/phpunit": "^7.5 || ^8.0", |
2159 | "symfony/process": "^2 || ^3.3 || ^4" | |
1c070fa8 A |
2160 | }, |
2161 | "type": "library", | |
2162 | "extra": { | |
2163 | "branch-alias": { | |
def39d0d | 2164 | "dev-master": "3.0-dev" |
1c070fa8 A |
2165 | } |
2166 | }, | |
2167 | "autoload": { | |
2168 | "classmap": [ | |
2169 | "src/" | |
2170 | ] | |
2171 | }, | |
2172 | "notification-url": "https://packagist.org/downloads/", | |
2173 | "license": [ | |
2174 | "BSD-3-Clause" | |
2175 | ], | |
2176 | "authors": [ | |
2177 | { | |
2178 | "name": "Kore Nordmann", | |
2179 | "email": "mail@kore-nordmann.de" | |
2180 | }, | |
2181 | { | |
2182 | "name": "Sebastian Bergmann", | |
2183 | "email": "sebastian@phpunit.de" | |
2184 | } | |
2185 | ], | |
2186 | "description": "Diff implementation", | |
2187 | "homepage": "https://github.com/sebastianbergmann/diff", | |
2188 | "keywords": [ | |
def39d0d A |
2189 | "diff", |
2190 | "udiff", | |
2191 | "unidiff", | |
2192 | "unified diff" | |
1c070fa8 | 2193 | ], |
d018755b A |
2194 | "support": { |
2195 | "issues": "https://github.com/sebastianbergmann/diff/issues", | |
2196 | "source": "https://github.com/sebastianbergmann/diff/tree/master" | |
2197 | }, | |
def39d0d | 2198 | "time": "2019-02-04T06:01:07+00:00" |
1c070fa8 A |
2199 | }, |
2200 | { | |
2201 | "name": "sebastian/environment", | |
def39d0d | 2202 | "version": "4.2.3", |
1c070fa8 A |
2203 | "source": { |
2204 | "type": "git", | |
2205 | "url": "https://github.com/sebastianbergmann/environment.git", | |
def39d0d | 2206 | "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" |
1c070fa8 A |
2207 | }, |
2208 | "dist": { | |
2209 | "type": "zip", | |
def39d0d A |
2210 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", |
2211 | "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", | |
1c070fa8 A |
2212 | "shasum": "" |
2213 | }, | |
2214 | "require": { | |
def39d0d | 2215 | "php": "^7.1" |
1c070fa8 A |
2216 | }, |
2217 | "require-dev": { | |
def39d0d A |
2218 | "phpunit/phpunit": "^7.5" |
2219 | }, | |
2220 | "suggest": { | |
2221 | "ext-posix": "*" | |
1c070fa8 A |
2222 | }, |
2223 | "type": "library", | |
2224 | "extra": { | |
2225 | "branch-alias": { | |
def39d0d | 2226 | "dev-master": "4.2-dev" |
1c070fa8 A |
2227 | } |
2228 | }, | |
2229 | "autoload": { | |
2230 | "classmap": [ | |
2231 | "src/" | |
2232 | ] | |
2233 | }, | |
2234 | "notification-url": "https://packagist.org/downloads/", | |
2235 | "license": [ | |
2236 | "BSD-3-Clause" | |
2237 | ], | |
2238 | "authors": [ | |
2239 | { | |
2240 | "name": "Sebastian Bergmann", | |
2241 | "email": "sebastian@phpunit.de" | |
2242 | } | |
2243 | ], | |
2244 | "description": "Provides functionality to handle HHVM/PHP environments", | |
2245 | "homepage": "http://www.github.com/sebastianbergmann/environment", | |
2246 | "keywords": [ | |
2247 | "Xdebug", | |
2248 | "environment", | |
2249 | "hhvm" | |
2250 | ], | |
d018755b A |
2251 | "support": { |
2252 | "issues": "https://github.com/sebastianbergmann/environment/issues", | |
2253 | "source": "https://github.com/sebastianbergmann/environment/tree/4.2.3" | |
2254 | }, | |
def39d0d | 2255 | "time": "2019-11-20T08:46:58+00:00" |
1c070fa8 A |
2256 | }, |
2257 | { | |
2258 | "name": "sebastian/exporter", | |
def39d0d | 2259 | "version": "3.1.2", |
1c070fa8 A |
2260 | "source": { |
2261 | "type": "git", | |
2262 | "url": "https://github.com/sebastianbergmann/exporter.git", | |
def39d0d | 2263 | "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" |
1c070fa8 A |
2264 | }, |
2265 | "dist": { | |
2266 | "type": "zip", | |
def39d0d A |
2267 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", |
2268 | "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", | |
1c070fa8 A |
2269 | "shasum": "" |
2270 | }, | |
2271 | "require": { | |
def39d0d A |
2272 | "php": "^7.0", |
2273 | "sebastian/recursion-context": "^3.0" | |
1c070fa8 A |
2274 | }, |
2275 | "require-dev": { | |
2276 | "ext-mbstring": "*", | |
def39d0d | 2277 | "phpunit/phpunit": "^6.0" |
1c070fa8 A |
2278 | }, |
2279 | "type": "library", | |
2280 | "extra": { | |
2281 | "branch-alias": { | |
def39d0d | 2282 | "dev-master": "3.1.x-dev" |
1c070fa8 A |
2283 | } |
2284 | }, | |
2285 | "autoload": { | |
2286 | "classmap": [ | |
2287 | "src/" | |
2288 | ] | |
2289 | }, | |
2290 | "notification-url": "https://packagist.org/downloads/", | |
2291 | "license": [ | |
2292 | "BSD-3-Clause" | |
2293 | ], | |
2294 | "authors": [ | |
def39d0d A |
2295 | { |
2296 | "name": "Sebastian Bergmann", | |
2297 | "email": "sebastian@phpunit.de" | |
2298 | }, | |
1c070fa8 A |
2299 | { |
2300 | "name": "Jeff Welch", | |
2301 | "email": "whatthejeff@gmail.com" | |
2302 | }, | |
2303 | { | |
2304 | "name": "Volker Dusch", | |
2305 | "email": "github@wallbash.com" | |
2306 | }, | |
1c070fa8 A |
2307 | { |
2308 | "name": "Adam Harvey", | |
2309 | "email": "aharvey@php.net" | |
def39d0d A |
2310 | }, |
2311 | { | |
2312 | "name": "Bernhard Schussek", | |
2313 | "email": "bschussek@gmail.com" | |
1c070fa8 A |
2314 | } |
2315 | ], | |
2316 | "description": "Provides the functionality to export PHP variables for visualization", | |
2317 | "homepage": "http://www.github.com/sebastianbergmann/exporter", | |
2318 | "keywords": [ | |
2319 | "export", | |
2320 | "exporter" | |
2321 | ], | |
d018755b A |
2322 | "support": { |
2323 | "issues": "https://github.com/sebastianbergmann/exporter/issues", | |
2324 | "source": "https://github.com/sebastianbergmann/exporter/tree/master" | |
1c070fa8 | 2325 | }, |
d018755b | 2326 | "time": "2019-09-14T09:02:43+00:00" |
1c070fa8 A |
2327 | }, |
2328 | { | |
2329 | "name": "sebastian/global-state", | |
def39d0d | 2330 | "version": "2.0.0", |
1c070fa8 A |
2331 | "source": { |
2332 | "type": "git", | |
2333 | "url": "https://github.com/sebastianbergmann/global-state.git", | |
def39d0d | 2334 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
1c070fa8 A |
2335 | }, |
2336 | "dist": { | |
2337 | "type": "zip", | |
def39d0d A |
2338 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
2339 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", | |
1c070fa8 A |
2340 | "shasum": "" |
2341 | }, | |
2342 | "require": { | |
def39d0d | 2343 | "php": "^7.0" |
1c070fa8 A |
2344 | }, |
2345 | "require-dev": { | |
def39d0d | 2346 | "phpunit/phpunit": "^6.0" |
1c070fa8 A |
2347 | }, |
2348 | "suggest": { | |
2349 | "ext-uopz": "*" | |
2350 | }, | |
2351 | "type": "library", | |
2352 | "extra": { | |
2353 | "branch-alias": { | |
def39d0d | 2354 | "dev-master": "2.0-dev" |
1c070fa8 A |
2355 | } |
2356 | }, | |
2357 | "autoload": { | |
2358 | "classmap": [ | |
2359 | "src/" | |
2360 | ] | |
2361 | }, | |
2362 | "notification-url": "https://packagist.org/downloads/", | |
2363 | "license": [ | |
2364 | "BSD-3-Clause" | |
2365 | ], | |
2366 | "authors": [ | |
2367 | { | |
2368 | "name": "Sebastian Bergmann", | |
2369 | "email": "sebastian@phpunit.de" | |
2370 | } | |
2371 | ], | |
2372 | "description": "Snapshotting of global state", | |
2373 | "homepage": "http://www.github.com/sebastianbergmann/global-state", | |
2374 | "keywords": [ | |
2375 | "global state" | |
2376 | ], | |
d018755b A |
2377 | "support": { |
2378 | "issues": "https://github.com/sebastianbergmann/global-state/issues", | |
2379 | "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0" | |
2380 | }, | |
def39d0d | 2381 | "time": "2017-04-27T15:39:26+00:00" |
1c070fa8 | 2382 | }, |
5617dcf9 A |
2383 | { |
2384 | "name": "sebastian/object-enumerator", | |
def39d0d | 2385 | "version": "3.0.3", |
5617dcf9 A |
2386 | "source": { |
2387 | "type": "git", | |
2388 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
def39d0d | 2389 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
5617dcf9 A |
2390 | }, |
2391 | "dist": { | |
2392 | "type": "zip", | |
def39d0d A |
2393 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
2394 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
5617dcf9 A |
2395 | "shasum": "" |
2396 | }, | |
2397 | "require": { | |
def39d0d A |
2398 | "php": "^7.0", |
2399 | "sebastian/object-reflector": "^1.1.1", | |
2400 | "sebastian/recursion-context": "^3.0" | |
5617dcf9 A |
2401 | }, |
2402 | "require-dev": { | |
def39d0d | 2403 | "phpunit/phpunit": "^6.0" |
5617dcf9 A |
2404 | }, |
2405 | "type": "library", | |
2406 | "extra": { | |
2407 | "branch-alias": { | |
def39d0d | 2408 | "dev-master": "3.0.x-dev" |
5617dcf9 A |
2409 | } |
2410 | }, | |
2411 | "autoload": { | |
2412 | "classmap": [ | |
2413 | "src/" | |
2414 | ] | |
2415 | }, | |
2416 | "notification-url": "https://packagist.org/downloads/", | |
2417 | "license": [ | |
2418 | "BSD-3-Clause" | |
2419 | ], | |
2420 | "authors": [ | |
2421 | { | |
2422 | "name": "Sebastian Bergmann", | |
2423 | "email": "sebastian@phpunit.de" | |
2424 | } | |
2425 | ], | |
2426 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", | |
2427 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | |
d018755b A |
2428 | "support": { |
2429 | "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", | |
2430 | "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master" | |
2431 | }, | |
def39d0d A |
2432 | "time": "2017-08-03T12:35:26+00:00" |
2433 | }, | |
2434 | { | |
2435 | "name": "sebastian/object-reflector", | |
2436 | "version": "1.1.1", | |
2437 | "source": { | |
2438 | "type": "git", | |
2439 | "url": "https://github.com/sebastianbergmann/object-reflector.git", | |
2440 | "reference": "773f97c67f28de00d397be301821b06708fca0be" | |
2441 | }, | |
2442 | "dist": { | |
2443 | "type": "zip", | |
2444 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", | |
2445 | "reference": "773f97c67f28de00d397be301821b06708fca0be", | |
2446 | "shasum": "" | |
2447 | }, | |
2448 | "require": { | |
2449 | "php": "^7.0" | |
2450 | }, | |
2451 | "require-dev": { | |
2452 | "phpunit/phpunit": "^6.0" | |
2453 | }, | |
2454 | "type": "library", | |
2455 | "extra": { | |
2456 | "branch-alias": { | |
2457 | "dev-master": "1.1-dev" | |
2458 | } | |
2459 | }, | |
2460 | "autoload": { | |
2461 | "classmap": [ | |
2462 | "src/" | |
2463 | ] | |
2464 | }, | |
2465 | "notification-url": "https://packagist.org/downloads/", | |
2466 | "license": [ | |
2467 | "BSD-3-Clause" | |
2468 | ], | |
2469 | "authors": [ | |
2470 | { | |
2471 | "name": "Sebastian Bergmann", | |
2472 | "email": "sebastian@phpunit.de" | |
2473 | } | |
2474 | ], | |
2475 | "description": "Allows reflection of object attributes, including inherited and non-public ones", | |
2476 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", | |
d018755b A |
2477 | "support": { |
2478 | "issues": "https://github.com/sebastianbergmann/object-reflector/issues", | |
2479 | "source": "https://github.com/sebastianbergmann/object-reflector/tree/master" | |
2480 | }, | |
def39d0d | 2481 | "time": "2017-03-29T09:07:27+00:00" |
5617dcf9 | 2482 | }, |
1c070fa8 A |
2483 | { |
2484 | "name": "sebastian/recursion-context", | |
def39d0d | 2485 | "version": "3.0.0", |
1c070fa8 A |
2486 | "source": { |
2487 | "type": "git", | |
2488 | "url": "https://github.com/sebastianbergmann/recursion-context.git", | |
def39d0d | 2489 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
1c070fa8 A |
2490 | }, |
2491 | "dist": { | |
2492 | "type": "zip", | |
def39d0d A |
2493 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
2494 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
1c070fa8 A |
2495 | "shasum": "" |
2496 | }, | |
2497 | "require": { | |
def39d0d | 2498 | "php": "^7.0" |
1c070fa8 A |
2499 | }, |
2500 | "require-dev": { | |
def39d0d | 2501 | "phpunit/phpunit": "^6.0" |
1c070fa8 A |
2502 | }, |
2503 | "type": "library", | |
2504 | "extra": { | |
2505 | "branch-alias": { | |
def39d0d | 2506 | "dev-master": "3.0.x-dev" |
1c070fa8 A |
2507 | } |
2508 | }, | |
2509 | "autoload": { | |
2510 | "classmap": [ | |
2511 | "src/" | |
2512 | ] | |
2513 | }, | |
2514 | "notification-url": "https://packagist.org/downloads/", | |
2515 | "license": [ | |
2516 | "BSD-3-Clause" | |
2517 | ], | |
2518 | "authors": [ | |
2519 | { | |
2520 | "name": "Jeff Welch", | |
2521 | "email": "whatthejeff@gmail.com" | |
2522 | }, | |
2523 | { | |
2524 | "name": "Sebastian Bergmann", | |
2525 | "email": "sebastian@phpunit.de" | |
2526 | }, | |
2527 | { | |
2528 | "name": "Adam Harvey", | |
2529 | "email": "aharvey@php.net" | |
2530 | } | |
2531 | ], | |
2532 | "description": "Provides functionality to recursively process PHP variables", | |
2533 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | |
d018755b A |
2534 | "support": { |
2535 | "issues": "https://github.com/sebastianbergmann/recursion-context/issues", | |
2536 | "source": "https://github.com/sebastianbergmann/recursion-context/tree/master" | |
2537 | }, | |
def39d0d | 2538 | "time": "2017-03-03T06:23:57+00:00" |
5617dcf9 A |
2539 | }, |
2540 | { | |
2541 | "name": "sebastian/resource-operations", | |
def39d0d | 2542 | "version": "2.0.1", |
5617dcf9 A |
2543 | "source": { |
2544 | "type": "git", | |
2545 | "url": "https://github.com/sebastianbergmann/resource-operations.git", | |
def39d0d | 2546 | "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" |
5617dcf9 A |
2547 | }, |
2548 | "dist": { | |
2549 | "type": "zip", | |
def39d0d A |
2550 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", |
2551 | "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", | |
5617dcf9 A |
2552 | "shasum": "" |
2553 | }, | |
2554 | "require": { | |
def39d0d | 2555 | "php": "^7.1" |
5617dcf9 A |
2556 | }, |
2557 | "type": "library", | |
2558 | "extra": { | |
2559 | "branch-alias": { | |
def39d0d | 2560 | "dev-master": "2.0-dev" |
5617dcf9 A |
2561 | } |
2562 | }, | |
2563 | "autoload": { | |
2564 | "classmap": [ | |
2565 | "src/" | |
2566 | ] | |
2567 | }, | |
2568 | "notification-url": "https://packagist.org/downloads/", | |
2569 | "license": [ | |
2570 | "BSD-3-Clause" | |
2571 | ], | |
2572 | "authors": [ | |
2573 | { | |
2574 | "name": "Sebastian Bergmann", | |
2575 | "email": "sebastian@phpunit.de" | |
2576 | } | |
2577 | ], | |
2578 | "description": "Provides a list of PHP built-in functions that operate on resources", | |
2579 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | |
d018755b A |
2580 | "support": { |
2581 | "issues": "https://github.com/sebastianbergmann/resource-operations/issues", | |
2582 | "source": "https://github.com/sebastianbergmann/resource-operations/tree/master" | |
2583 | }, | |
def39d0d | 2584 | "time": "2018-10-04T04:07:39+00:00" |
1c070fa8 A |
2585 | }, |
2586 | { | |
2587 | "name": "sebastian/version", | |
5617dcf9 | 2588 | "version": "2.0.1", |
1c070fa8 A |
2589 | "source": { |
2590 | "type": "git", | |
2591 | "url": "https://github.com/sebastianbergmann/version.git", | |
5617dcf9 | 2592 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
1c070fa8 A |
2593 | }, |
2594 | "dist": { | |
2595 | "type": "zip", | |
5617dcf9 A |
2596 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
2597 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
1c070fa8 A |
2598 | "shasum": "" |
2599 | }, | |
5617dcf9 A |
2600 | "require": { |
2601 | "php": ">=5.6" | |
2602 | }, | |
1c070fa8 | 2603 | "type": "library", |
5617dcf9 A |
2604 | "extra": { |
2605 | "branch-alias": { | |
2606 | "dev-master": "2.0.x-dev" | |
2607 | } | |
2608 | }, | |
1c070fa8 A |
2609 | "autoload": { |
2610 | "classmap": [ | |
2611 | "src/" | |
2612 | ] | |
2613 | }, | |
2614 | "notification-url": "https://packagist.org/downloads/", | |
2615 | "license": [ | |
2616 | "BSD-3-Clause" | |
2617 | ], | |
2618 | "authors": [ | |
2619 | { | |
2620 | "name": "Sebastian Bergmann", | |
2621 | "email": "sebastian@phpunit.de", | |
2622 | "role": "lead" | |
2623 | } | |
2624 | ], | |
2625 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", | |
2626 | "homepage": "https://github.com/sebastianbergmann/version", | |
d018755b A |
2627 | "support": { |
2628 | "issues": "https://github.com/sebastianbergmann/version/issues", | |
2629 | "source": "https://github.com/sebastianbergmann/version/tree/master" | |
2630 | }, | |
5617dcf9 | 2631 | "time": "2016-10-03T07:35:21+00:00" |
1c070fa8 A |
2632 | }, |
2633 | { | |
2634 | "name": "squizlabs/php_codesniffer", | |
d018755b | 2635 | "version": "3.5.6", |
1c070fa8 A |
2636 | "source": { |
2637 | "type": "git", | |
2638 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", | |
d018755b | 2639 | "reference": "e97627871a7eab2f70e59166072a6b767d5834e0" |
1c070fa8 A |
2640 | }, |
2641 | "dist": { | |
2642 | "type": "zip", | |
d018755b A |
2643 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0", |
2644 | "reference": "e97627871a7eab2f70e59166072a6b767d5834e0", | |
1c070fa8 A |
2645 | "shasum": "" |
2646 | }, | |
2647 | "require": { | |
2648 | "ext-simplexml": "*", | |
2649 | "ext-tokenizer": "*", | |
2650 | "ext-xmlwriter": "*", | |
def39d0d | 2651 | "php": ">=5.4.0" |
1c070fa8 A |
2652 | }, |
2653 | "require-dev": { | |
def39d0d | 2654 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
1c070fa8 A |
2655 | }, |
2656 | "bin": [ | |
def39d0d A |
2657 | "bin/phpcs", |
2658 | "bin/phpcbf" | |
1c070fa8 A |
2659 | ], |
2660 | "type": "library", | |
2661 | "extra": { | |
2662 | "branch-alias": { | |
def39d0d | 2663 | "dev-master": "3.x-dev" |
1c070fa8 A |
2664 | } |
2665 | }, | |
1c070fa8 A |
2666 | "notification-url": "https://packagist.org/downloads/", |
2667 | "license": [ | |
2668 | "BSD-3-Clause" | |
2669 | ], | |
2670 | "authors": [ | |
2671 | { | |
2672 | "name": "Greg Sherwood", | |
2673 | "role": "lead" | |
2674 | } | |
2675 | ], | |
2676 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", | |
def39d0d | 2677 | "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
1c070fa8 A |
2678 | "keywords": [ |
2679 | "phpcs", | |
2680 | "standards" | |
2681 | ], | |
d018755b A |
2682 | "support": { |
2683 | "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", | |
2684 | "source": "https://github.com/squizlabs/PHP_CodeSniffer", | |
2685 | "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" | |
1c070fa8 | 2686 | }, |
d018755b | 2687 | "time": "2020-08-10T04:50:15+00:00" |
1c070fa8 | 2688 | }, |
1c070fa8 | 2689 | { |
def39d0d | 2690 | "name": "symfony/polyfill-ctype", |
d018755b | 2691 | "version": "v1.18.1", |
1c070fa8 A |
2692 | "source": { |
2693 | "type": "git", | |
def39d0d | 2694 | "url": "https://github.com/symfony/polyfill-ctype.git", |
d018755b | 2695 | "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" |
1c070fa8 A |
2696 | }, |
2697 | "dist": { | |
2698 | "type": "zip", | |
d018755b A |
2699 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", |
2700 | "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", | |
1c070fa8 A |
2701 | "shasum": "" |
2702 | }, | |
2703 | "require": { | |
def39d0d A |
2704 | "php": ">=5.3.3" |
2705 | }, | |
2706 | "suggest": { | |
2707 | "ext-ctype": "For best performance" | |
1c070fa8 A |
2708 | }, |
2709 | "type": "library", | |
2710 | "extra": { | |
2711 | "branch-alias": { | |
d018755b A |
2712 | "dev-master": "1.18-dev" |
2713 | }, | |
2714 | "thanks": { | |
2715 | "name": "symfony/polyfill", | |
2716 | "url": "https://github.com/symfony/polyfill" | |
1c070fa8 A |
2717 | } |
2718 | }, | |
2719 | "autoload": { | |
2720 | "psr-4": { | |
def39d0d | 2721 | "Symfony\\Polyfill\\Ctype\\": "" |
1c070fa8 | 2722 | }, |
def39d0d A |
2723 | "files": [ |
2724 | "bootstrap.php" | |
1c070fa8 A |
2725 | ] |
2726 | }, | |
2727 | "notification-url": "https://packagist.org/downloads/", | |
2728 | "license": [ | |
2729 | "MIT" | |
2730 | ], | |
2731 | "authors": [ | |
2732 | { | |
def39d0d A |
2733 | "name": "Gert de Pagter", |
2734 | "email": "BackEndTea@gmail.com" | |
1c070fa8 A |
2735 | }, |
2736 | { | |
2737 | "name": "Symfony Community", | |
2738 | "homepage": "https://symfony.com/contributors" | |
2739 | } | |
2740 | ], | |
def39d0d | 2741 | "description": "Symfony polyfill for ctype functions", |
1c070fa8 | 2742 | "homepage": "https://symfony.com", |
def39d0d A |
2743 | "keywords": [ |
2744 | "compatibility", | |
2745 | "ctype", | |
2746 | "polyfill", | |
2747 | "portable" | |
2748 | ], | |
d018755b A |
2749 | "support": { |
2750 | "source": "https://github.com/symfony/polyfill-ctype/tree/v1.18.0" | |
28f26524 | 2751 | }, |
d018755b | 2752 | "funding": [ |
28f26524 | 2753 | { |
d018755b A |
2754 | "url": "https://symfony.com/sponsor", |
2755 | "type": "custom" | |
28f26524 A |
2756 | }, |
2757 | { | |
d018755b A |
2758 | "url": "https://github.com/fabpot", |
2759 | "type": "github" | |
1c070fa8 | 2760 | }, |
1c070fa8 | 2761 | { |
d018755b A |
2762 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
2763 | "type": "tidelift" | |
1c070fa8 A |
2764 | } |
2765 | ], | |
d018755b | 2766 | "time": "2020-07-14T12:35:20+00:00" |
1c070fa8 | 2767 | }, |
def39d0d A |
2768 | { |
2769 | "name": "theseer/tokenizer", | |
2770 | "version": "1.1.3", | |
2771 | "source": { | |
2772 | "type": "git", | |
2773 | "url": "https://github.com/theseer/tokenizer.git", | |
2774 | "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" | |
2775 | }, | |
2776 | "dist": { | |
2777 | "type": "zip", | |
2778 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", | |
2779 | "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", | |
2780 | "shasum": "" | |
2781 | }, | |
2782 | "require": { | |
2783 | "ext-dom": "*", | |
2784 | "ext-tokenizer": "*", | |
2785 | "ext-xmlwriter": "*", | |
2786 | "php": "^7.0" | |
2787 | }, | |
2788 | "type": "library", | |
2789 | "autoload": { | |
2790 | "classmap": [ | |
2791 | "src/" | |
2792 | ] | |
2793 | }, | |
2794 | "notification-url": "https://packagist.org/downloads/", | |
2795 | "license": [ | |
2796 | "BSD-3-Clause" | |
2797 | ], | |
2798 | "authors": [ | |
2799 | { | |
2800 | "name": "Arne Blankerts", | |
2801 | "email": "arne@blankerts.de", | |
2802 | "role": "Developer" | |
2803 | } | |
2804 | ], | |
2805 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", | |
d018755b A |
2806 | "support": { |
2807 | "issues": "https://github.com/theseer/tokenizer/issues", | |
2808 | "source": "https://github.com/theseer/tokenizer/tree/master" | |
2809 | }, | |
def39d0d A |
2810 | "time": "2019-06-13T22:48:21+00:00" |
2811 | }, | |
1c070fa8 A |
2812 | { |
2813 | "name": "webmozart/assert", | |
d018755b | 2814 | "version": "1.9.1", |
1c070fa8 A |
2815 | "source": { |
2816 | "type": "git", | |
2817 | "url": "https://github.com/webmozart/assert.git", | |
d018755b | 2818 | "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" |
1c070fa8 A |
2819 | }, |
2820 | "dist": { | |
2821 | "type": "zip", | |
d018755b A |
2822 | "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", |
2823 | "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", | |
1c070fa8 A |
2824 | "shasum": "" |
2825 | }, | |
2826 | "require": { | |
d018755b | 2827 | "php": "^5.3.3 || ^7.0 || ^8.0", |
1a55fc8d | 2828 | "symfony/polyfill-ctype": "^1.8" |
1c070fa8 | 2829 | }, |
def39d0d | 2830 | "conflict": { |
d018755b | 2831 | "phpstan/phpstan": "<0.12.20", |
03340c18 | 2832 | "vimeo/psalm": "<3.9.1" |
def39d0d | 2833 | }, |
1c070fa8 | 2834 | "require-dev": { |
def39d0d | 2835 | "phpunit/phpunit": "^4.8.36 || ^7.5.13" |
1c070fa8 A |
2836 | }, |
2837 | "type": "library", | |
1c070fa8 A |
2838 | "autoload": { |
2839 | "psr-4": { | |
2840 | "Webmozart\\Assert\\": "src/" | |
2841 | } | |
2842 | }, | |
2843 | "notification-url": "https://packagist.org/downloads/", | |
2844 | "license": [ | |
2845 | "MIT" | |
2846 | ], | |
2847 | "authors": [ | |
2848 | { | |
2849 | "name": "Bernhard Schussek", | |
2850 | "email": "bschussek@gmail.com" | |
2851 | } | |
2852 | ], | |
2853 | "description": "Assertions to validate method input/output with nice error messages.", | |
2854 | "keywords": [ | |
2855 | "assert", | |
2856 | "check", | |
2857 | "validate" | |
2858 | ], | |
d018755b A |
2859 | "support": { |
2860 | "issues": "https://github.com/webmozart/assert/issues", | |
2861 | "source": "https://github.com/webmozart/assert/tree/master" | |
2862 | }, | |
2863 | "time": "2020-07-08T17:02:28+00:00" | |
1c070fa8 A |
2864 | } |
2865 | ], | |
2866 | "aliases": [], | |
2867 | "minimum-stability": "stable", | |
2868 | "stability-flags": { | |
8f4e9624 V |
2869 | "pubsubhubbub/publisher": 20, |
2870 | "roave/security-advisories": 20 | |
1c070fa8 A |
2871 | }, |
2872 | "prefer-stable": false, | |
2873 | "prefer-lowest": false, | |
2874 | "platform": { | |
df408797 | 2875 | "php": ">=7.1", |
1a55fc8d | 2876 | "ext-json": "*", |
92c6439d | 2877 | "ext-zlib": "*" |
1c070fa8 | 2878 | }, |
89118630 A |
2879 | "platform-dev": [], |
2880 | "platform-overrides": { | |
df408797 | 2881 | "php": "7.1.29" |
d018755b A |
2882 | }, |
2883 | "plugin-api-version": "2.0.0" | |
1c070fa8 | 2884 | } |