Blame view

api/composer.lock 290 KB
0d8c0f816   Thanasis Naskos   initial commit
1
2
3
4
5
6
  {
      "_readme": [
          "This file locks the dependencies of your project to a known state",
          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
          "This file is @generated automatically"
      ],
25df08e6c   Chris Bellas   Merged changes fr...
7
      "content-hash": "b034e0e21e9de9d9a6ad3229d7dc5787",
0d8c0f816   Thanasis Naskos   initial commit
8
9
10
      "packages": [
          {
              "name": "asm89/stack-cors",
25df08e6c   Chris Bellas   Merged changes fr...
11
              "version": "v2.0.2",
0d8c0f816   Thanasis Naskos   initial commit
12
13
14
              "source": {
                  "type": "git",
                  "url": "https://github.com/asm89/stack-cors.git",
25df08e6c   Chris Bellas   Merged changes fr...
15
                  "reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa"
0d8c0f816   Thanasis Naskos   initial commit
16
17
18
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
19
20
                  "url": "https://api.github.com/repos/asm89/stack-cors/zipball/8d8f88b3b3830916be94292c1fbce84433efb1aa",
                  "reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa",
0d8c0f816   Thanasis Naskos   initial commit
21
22
23
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
24
                  "php": "^7.0|^8.0",
0d8c0f816   Thanasis Naskos   initial commit
25
26
27
28
                  "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
                  "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
29
30
                  "phpunit/phpunit": "^6|^7|^8|^9",
                  "squizlabs/php_codesniffer": "^3.5"
0d8c0f816   Thanasis Naskos   initial commit
31
32
33
34
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
35
                      "dev-master": "2.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
36
37
38
39
                  }
              },
              "autoload": {
                  "psr-4": {
25df08e6c   Chris Bellas   Merged changes fr...
40
                      "Asm89\\Stack\\": "src/"
0d8c0f816   Thanasis Naskos   initial commit
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Alexander",
                      "email": "iam.asm89@gmail.com"
                  }
              ],
              "description": "Cross-origin resource sharing library and stack middleware",
              "homepage": "https://github.com/asm89/stack-cors",
              "keywords": [
                  "cors",
                  "stack"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
59
60
61
62
63
              "support": {
                  "issues": "https://github.com/asm89/stack-cors/issues",
                  "source": "https://github.com/asm89/stack-cors/tree/v2.0.2"
              },
              "time": "2020-10-29T16:03:21+00:00"
0d8c0f816   Thanasis Naskos   initial commit
64
65
66
          },
          {
              "name": "brick/math",
25df08e6c   Chris Bellas   Merged changes fr...
67
              "version": "0.9.2",
0d8c0f816   Thanasis Naskos   initial commit
68
69
70
              "source": {
                  "type": "git",
                  "url": "https://github.com/brick/math.git",
25df08e6c   Chris Bellas   Merged changes fr...
71
                  "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
0d8c0f816   Thanasis Naskos   initial commit
72
73
74
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
75
76
                  "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
                  "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
0d8c0f816   Thanasis Naskos   initial commit
77
78
79
80
                  "shasum": ""
              },
              "require": {
                  "ext-json": "*",
25df08e6c   Chris Bellas   Merged changes fr...
81
                  "php": "^7.1 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
82
83
84
              },
              "require-dev": {
                  "php-coveralls/php-coveralls": "^2.2",
25df08e6c   Chris Bellas   Merged changes fr...
85
86
                  "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
                  "vimeo/psalm": "4.3.2"
0d8c0f816   Thanasis Naskos   initial commit
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "Brick\\Math\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "description": "Arbitrary-precision arithmetic library",
              "keywords": [
                  "Arbitrary-precision",
                  "BigInteger",
                  "BigRational",
                  "arithmetic",
                  "bigdecimal",
                  "bignum",
                  "brick",
                  "math"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
109
110
111
112
113
114
115
116
117
118
119
              "support": {
                  "issues": "https://github.com/brick/math/issues",
                  "source": "https://github.com/brick/math/tree/0.9.2"
              },
              "funding": [
                  {
                      "url": "https://tidelift.com/funding/github/packagist/brick/math",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-20T22:51:39+00:00"
0d8c0f816   Thanasis Naskos   initial commit
120
121
122
          },
          {
              "name": "cviebrock/laravel-elasticsearch",
25df08e6c   Chris Bellas   Merged changes fr...
123
              "version": "8.0.3",
0d8c0f816   Thanasis Naskos   initial commit
124
125
126
              "source": {
                  "type": "git",
                  "url": "https://github.com/cviebrock/laravel-elasticsearch.git",
25df08e6c   Chris Bellas   Merged changes fr...
127
                  "reference": "32ad18b0ad2315b3f0c3438a2c455e6cf383738a"
0d8c0f816   Thanasis Naskos   initial commit
128
129
130
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
131
132
                  "url": "https://api.github.com/repos/cviebrock/laravel-elasticsearch/zipball/32ad18b0ad2315b3f0c3438a2c455e6cf383738a",
                  "reference": "32ad18b0ad2315b3f0c3438a2c455e6cf383738a",
0d8c0f816   Thanasis Naskos   initial commit
133
134
135
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
136
137
138
139
140
141
142
                  "elasticsearch/elasticsearch": "^7.10",
                  "ext-json": "*",
                  "guzzlehttp/psr7": "^1.7",
                  "illuminate/contracts": "^8.0",
                  "illuminate/support": "^8.0",
                  "php": "^7.3",
                  "psr/http-message": "^1.0"
0d8c0f816   Thanasis Naskos   initial commit
143
144
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
145
146
147
                  "limedeck/phpunit-detailed-printer": "^6.0",
                  "orchestra/testbench": "^6.5",
                  "phpunit/phpunit": "^9.4"
0d8c0f816   Thanasis Naskos   initial commit
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
              },
              "suggest": {
                  "aws/aws-sdk-php": "Required to connect to an Elasticsearch host on AWS (^3.80)"
              },
              "type": "library",
              "extra": {
                  "laravel": {
                      "providers": [
                          "Cviebrock\\LaravelElasticsearch\\ServiceProvider"
                      ],
                      "aliases": {
                          "Elasticsearch": "Cviebrock\\LaravelElasticsearch\\Facade"
                      }
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Cviebrock\\LaravelElasticsearch\\": "src"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Colin Viebrock",
                      "email": "colin@viebrock.ca"
                  }
              ],
              "description": "An easy way to use the official PHP ElasticSearch client in your Laravel applications.",
              "homepage": "https://github.com/cviebrock/laravel-elasticsearch",
              "keywords": [
                  "client",
                  "elasticsearch",
                  "laravel",
                  "search"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
186
187
188
189
190
              "support": {
                  "issues": "https://github.com/cviebrock/laravel-elasticsearch/issues",
                  "source": "https://github.com/cviebrock/laravel-elasticsearch/tree/8.0.3"
              },
              "time": "2020-12-28T18:49:27+00:00"
0d8c0f816   Thanasis Naskos   initial commit
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
          },
          {
              "name": "dnoegel/php-xdg-base-dir",
              "version": "v0.1.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
                  "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
                  "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.3.2"
              },
              "require-dev": {
                  "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "XdgBaseDir\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "description": "implementation of xdg base directory specification for php",
25df08e6c   Chris Bellas   Merged changes fr...
223
224
225
226
              "support": {
                  "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
                  "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
              },
0d8c0f816   Thanasis Naskos   initial commit
227
228
229
230
              "time": "2019-12-04T15:06:13+00:00"
          },
          {
              "name": "doctrine/inflector",
25df08e6c   Chris Bellas   Merged changes fr...
231
              "version": "2.0.3",
0d8c0f816   Thanasis Naskos   initial commit
232
233
234
              "source": {
                  "type": "git",
                  "url": "https://github.com/doctrine/inflector.git",
25df08e6c   Chris Bellas   Merged changes fr...
235
                  "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
0d8c0f816   Thanasis Naskos   initial commit
236
237
238
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
239
240
                  "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
                  "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
0d8c0f816   Thanasis Naskos   initial commit
241
242
243
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
244
                  "php": "^7.2 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
245
246
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
247
248
249
250
251
                  "doctrine/coding-standard": "^7.0",
                  "phpstan/phpstan": "^0.11",
                  "phpstan/phpstan-phpunit": "^0.11",
                  "phpstan/phpstan-strict-rules": "^0.11",
                  "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
0d8c0f816   Thanasis Naskos   initial commit
252
253
254
255
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
256
                      "dev-master": "2.0.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
257
258
259
260
                  }
              },
              "autoload": {
                  "psr-4": {
25df08e6c   Chris Bellas   Merged changes fr...
261
                      "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
0d8c0f816   Thanasis Naskos   initial commit
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Guilherme Blanco",
                      "email": "guilhermeblanco@gmail.com"
                  },
                  {
                      "name": "Roman Borschel",
                      "email": "roman@code-factory.org"
                  },
                  {
                      "name": "Benjamin Eberlei",
                      "email": "kontakt@beberlei.de"
                  },
                  {
                      "name": "Jonathan Wage",
                      "email": "jonwage@gmail.com"
                  },
                  {
                      "name": "Johannes Schmitt",
                      "email": "schmittjoh@gmail.com"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
290
291
              "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
              "homepage": "https://www.doctrine-project.org/projects/inflector.html",
0d8c0f816   Thanasis Naskos   initial commit
292
293
              "keywords": [
                  "inflection",
25df08e6c   Chris Bellas   Merged changes fr...
294
295
296
297
298
299
300
301
302
                  "inflector",
                  "lowercase",
                  "manipulation",
                  "php",
                  "plural",
                  "singular",
                  "strings",
                  "uppercase",
                  "words"
0d8c0f816   Thanasis Naskos   initial commit
303
              ],
25df08e6c   Chris Bellas   Merged changes fr...
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
              "support": {
                  "issues": "https://github.com/doctrine/inflector/issues",
                  "source": "https://github.com/doctrine/inflector/tree/2.0.x"
              },
              "funding": [
                  {
                      "url": "https://www.doctrine-project.org/sponsorship.html",
                      "type": "custom"
                  },
                  {
                      "url": "https://www.patreon.com/phpdoctrine",
                      "type": "patreon"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-05-29T15:13:26+00:00"
0d8c0f816   Thanasis Naskos   initial commit
323
324
325
          },
          {
              "name": "doctrine/lexer",
25df08e6c   Chris Bellas   Merged changes fr...
326
              "version": "1.2.1",
0d8c0f816   Thanasis Naskos   initial commit
327
328
329
              "source": {
                  "type": "git",
                  "url": "https://github.com/doctrine/lexer.git",
25df08e6c   Chris Bellas   Merged changes fr...
330
                  "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
0d8c0f816   Thanasis Naskos   initial commit
331
332
333
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
334
335
                  "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
                  "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
0d8c0f816   Thanasis Naskos   initial commit
336
337
338
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
339
                  "php": "^7.2 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
              },
              "require-dev": {
                  "doctrine/coding-standard": "^6.0",
                  "phpstan/phpstan": "^0.11.8",
                  "phpunit/phpunit": "^8.2"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.2.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Guilherme Blanco",
                      "email": "guilhermeblanco@gmail.com"
                  },
                  {
                      "name": "Roman Borschel",
                      "email": "roman@code-factory.org"
                  },
                  {
                      "name": "Johannes Schmitt",
                      "email": "schmittjoh@gmail.com"
                  }
              ],
              "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
              "homepage": "https://www.doctrine-project.org/projects/lexer.html",
              "keywords": [
                  "annotations",
                  "docblock",
                  "lexer",
                  "parser",
                  "php"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
              "support": {
                  "issues": "https://github.com/doctrine/lexer/issues",
                  "source": "https://github.com/doctrine/lexer/tree/1.2.1"
              },
              "funding": [
                  {
                      "url": "https://www.doctrine-project.org/sponsorship.html",
                      "type": "custom"
                  },
                  {
                      "url": "https://www.patreon.com/phpdoctrine",
                      "type": "patreon"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-05-25T17:44:05+00:00"
0d8c0f816   Thanasis Naskos   initial commit
403
404
405
          },
          {
              "name": "dragonmantank/cron-expression",
25df08e6c   Chris Bellas   Merged changes fr...
406
              "version": "v3.1.0",
0d8c0f816   Thanasis Naskos   initial commit
407
408
409
              "source": {
                  "type": "git",
                  "url": "https://github.com/dragonmantank/cron-expression.git",
25df08e6c   Chris Bellas   Merged changes fr...
410
                  "reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c"
0d8c0f816   Thanasis Naskos   initial commit
411
412
413
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
414
415
                  "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
                  "reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
0d8c0f816   Thanasis Naskos   initial commit
416
417
418
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
419
420
421
422
423
                  "php": "^7.2|^8.0",
                  "webmozart/assert": "^1.7.0"
              },
              "replace": {
                  "mtdowling/cron-expression": "^1.0"
0d8c0f816   Thanasis Naskos   initial commit
424
425
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
426
427
428
429
                  "phpstan/extension-installer": "^1.0",
                  "phpstan/phpstan": "^0.12",
                  "phpstan/phpstan-webmozart-assert": "^0.12.7",
                  "phpunit/phpunit": "^7.0|^8.0|^9.0"
0d8c0f816   Thanasis Naskos   initial commit
430
431
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
432
433
434
435
436
437
438
439
440
441
442
              "autoload": {
                  "psr-4": {
                      "Cron\\": "src/Cron/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
0d8c0f816   Thanasis Naskos   initial commit
443
444
445
446
447
448
449
450
451
452
                      "name": "Chris Tankersley",
                      "email": "chris@ctankersley.com",
                      "homepage": "https://github.com/dragonmantank"
                  }
              ],
              "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
              "keywords": [
                  "cron",
                  "schedule"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
453
454
455
456
457
458
459
460
461
462
463
              "support": {
                  "issues": "https://github.com/dragonmantank/cron-expression/issues",
                  "source": "https://github.com/dragonmantank/cron-expression/tree/v3.1.0"
              },
              "funding": [
                  {
                      "url": "https://github.com/dragonmantank",
                      "type": "github"
                  }
              ],
              "time": "2020-11-24T19:55:57+00:00"
0d8c0f816   Thanasis Naskos   initial commit
464
465
466
          },
          {
              "name": "egulias/email-validator",
25df08e6c   Chris Bellas   Merged changes fr...
467
              "version": "2.1.25",
0d8c0f816   Thanasis Naskos   initial commit
468
469
470
              "source": {
                  "type": "git",
                  "url": "https://github.com/egulias/EmailValidator.git",
25df08e6c   Chris Bellas   Merged changes fr...
471
                  "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
0d8c0f816   Thanasis Naskos   initial commit
472
473
474
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
475
476
                  "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
                  "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
0d8c0f816   Thanasis Naskos   initial commit
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
                  "shasum": ""
              },
              "require": {
                  "doctrine/lexer": "^1.0.1",
                  "php": ">=5.5",
                  "symfony/polyfill-intl-idn": "^1.10"
              },
              "require-dev": {
                  "dominicsayers/isemail": "^3.0.7",
                  "phpunit/phpunit": "^4.8.36|^7.5.15",
                  "satooshi/php-coveralls": "^1.0.1"
              },
              "suggest": {
                  "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.1.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
25df08e6c   Chris Bellas   Merged changes fr...
500
                      "Egulias\\EmailValidator\\": "src"
0d8c0f816   Thanasis Naskos   initial commit
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Eduardo Gulias Davis"
                  }
              ],
              "description": "A library for validating emails against several RFCs",
              "homepage": "https://github.com/egulias/EmailValidator",
              "keywords": [
                  "email",
                  "emailvalidation",
                  "emailvalidator",
                  "validation",
                  "validator"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
521
522
523
524
525
526
527
528
529
530
531
              "support": {
                  "issues": "https://github.com/egulias/EmailValidator/issues",
                  "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
              },
              "funding": [
                  {
                      "url": "https://github.com/egulias",
                      "type": "github"
                  }
              ],
              "time": "2020-12-29T14:50:06+00:00"
0d8c0f816   Thanasis Naskos   initial commit
532
533
534
          },
          {
              "name": "elasticsearch/elasticsearch",
25df08e6c   Chris Bellas   Merged changes fr...
535
              "version": "v7.11.0",
0d8c0f816   Thanasis Naskos   initial commit
536
537
538
              "source": {
                  "type": "git",
                  "url": "https://github.com/elastic/elasticsearch-php.git",
25df08e6c   Chris Bellas   Merged changes fr...
539
                  "reference": "277cd5e182827c59c23e146a836a30470c0f879d"
0d8c0f816   Thanasis Naskos   initial commit
540
541
542
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
543
544
                  "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/277cd5e182827c59c23e146a836a30470c0f879d",
                  "reference": "277cd5e182827c59c23e146a836a30470c0f879d",
0d8c0f816   Thanasis Naskos   initial commit
545
546
547
548
549
                  "shasum": ""
              },
              "require": {
                  "ext-json": ">=1.3.7",
                  "ezimuel/ringphp": "^1.1.2",
25df08e6c   Chris Bellas   Merged changes fr...
550
                  "php": "^7.1 || ^8.0",
0d8c0f816   Thanasis Naskos   initial commit
551
552
553
                  "psr/log": "~1.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
554
                  "cpliakas/git-wrapper": "~2.0 || ~3.0",
0d8c0f816   Thanasis Naskos   initial commit
555
                  "doctrine/inflector": "^1.3",
25df08e6c   Chris Bellas   Merged changes fr...
556
557
                  "ext-yaml": "*",
                  "ext-zip": "*",
0d8c0f816   Thanasis Naskos   initial commit
558
559
                  "mockery/mockery": "^1.2",
                  "phpstan/phpstan": "^0.12",
25df08e6c   Chris Bellas   Merged changes fr...
560
                  "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
0d8c0f816   Thanasis Naskos   initial commit
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
                  "squizlabs/php_codesniffer": "^3.4",
                  "symfony/finder": "~4.0",
                  "symfony/yaml": "~4.0"
              },
              "suggest": {
                  "ext-curl": "*",
                  "monolog/monolog": "Allows for client-level logging and tracing"
              },
              "type": "library",
              "autoload": {
                  "files": [
                      "src/autoload.php"
                  ],
                  "psr-4": {
                      "Elasticsearch\\": "src/Elasticsearch/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "Apache-2.0"
              ],
              "authors": [
                  {
                      "name": "Zachary Tong"
                  },
                  {
                      "name": "Enrico Zimuel"
                  }
              ],
              "description": "PHP Client for Elasticsearch",
              "keywords": [
                  "client",
                  "elasticsearch",
                  "search"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
596
597
598
599
600
              "support": {
                  "issues": "https://github.com/elastic/elasticsearch-php/issues",
                  "source": "https://github.com/elastic/elasticsearch-php/tree/v7.11.0"
              },
              "time": "2021-02-11T11:04:51+00:00"
0d8c0f816   Thanasis Naskos   initial commit
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
          },
          {
              "name": "ezimuel/guzzlestreams",
              "version": "3.0.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/ezimuel/guzzlestreams.git",
                  "reference": "abe3791d231167f14eb80d413420d1eab91163a8"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/abe3791d231167f14eb80d413420d1eab91163a8",
                  "reference": "abe3791d231167f14eb80d413420d1eab91163a8",
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.4.0"
              },
              "require-dev": {
                  "phpunit/phpunit": "~4.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "3.0-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "GuzzleHttp\\Stream\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Michael Dowling",
                      "email": "mtdowling@gmail.com",
                      "homepage": "https://github.com/mtdowling"
                  }
              ],
              "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
              "homepage": "http://guzzlephp.org/",
              "keywords": [
                  "Guzzle",
                  "stream"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
650
651
652
              "support": {
                  "source": "https://github.com/ezimuel/guzzlestreams/tree/3.0.1"
              },
0d8c0f816   Thanasis Naskos   initial commit
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
              "time": "2020-02-14T23:11:50+00:00"
          },
          {
              "name": "ezimuel/ringphp",
              "version": "1.1.2",
              "source": {
                  "type": "git",
                  "url": "https://github.com/ezimuel/ringphp.git",
                  "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/0b78f89d8e0bb9e380046c31adfa40347e9f663b",
                  "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b",
                  "shasum": ""
              },
              "require": {
                  "ezimuel/guzzlestreams": "^3.0.1",
                  "php": ">=5.4.0",
                  "react/promise": "~2.0"
              },
              "require-dev": {
                  "ext-curl": "*",
                  "phpunit/phpunit": "~4.0"
              },
              "suggest": {
                  "ext-curl": "Guzzle will use specific adapters if cURL is present"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.1-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "GuzzleHttp\\Ring\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Michael Dowling",
                      "email": "mtdowling@gmail.com",
                      "homepage": "https://github.com/mtdowling"
                  }
              ],
              "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
25df08e6c   Chris Bellas   Merged changes fr...
704
705
706
              "support": {
                  "source": "https://github.com/ezimuel/ringphp/tree/1.1.2"
              },
0d8c0f816   Thanasis Naskos   initial commit
707
708
709
710
              "time": "2020-02-14T23:51:21+00:00"
          },
          {
              "name": "fideloper/proxy",
25df08e6c   Chris Bellas   Merged changes fr...
711
              "version": "4.4.1",
0d8c0f816   Thanasis Naskos   initial commit
712
713
714
              "source": {
                  "type": "git",
                  "url": "https://github.com/fideloper/TrustedProxy.git",
25df08e6c   Chris Bellas   Merged changes fr...
715
                  "reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0"
0d8c0f816   Thanasis Naskos   initial commit
716
717
718
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
719
720
                  "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/c073b2bd04d1c90e04dc1b787662b558dd65ade0",
                  "reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0",
0d8c0f816   Thanasis Naskos   initial commit
721
722
723
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
724
                  "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
0d8c0f816   Thanasis Naskos   initial commit
725
726
727
                  "php": ">=5.4.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
728
                  "illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0",
0d8c0f816   Thanasis Naskos   initial commit
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
                  "mockery/mockery": "^1.0",
                  "phpunit/phpunit": "^6.0"
              },
              "type": "library",
              "extra": {
                  "laravel": {
                      "providers": [
                          "Fideloper\\Proxy\\TrustedProxyServiceProvider"
                      ]
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Fideloper\\Proxy\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Chris Fidao",
                      "email": "fideloper@gmail.com"
                  }
              ],
              "description": "Set trusted proxies for Laravel",
              "keywords": [
                  "load balancing",
                  "proxy",
                  "trusted proxy"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
              "support": {
                  "issues": "https://github.com/fideloper/TrustedProxy/issues",
                  "source": "https://github.com/fideloper/TrustedProxy/tree/4.4.1"
              },
              "time": "2020-10-22T13:48:01+00:00"
          },
          {
              "name": "firebase/php-jwt",
              "version": "v5.2.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/firebase/php-jwt.git",
                  "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
                  "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.3.0"
              },
              "require-dev": {
                  "phpunit/phpunit": ">=4.8 <=9"
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "Firebase\\JWT\\": "src"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Neuman Vong",
                      "email": "neuman+pear@twilio.com",
                      "role": "Developer"
                  },
                  {
                      "name": "Anant Narayanan",
                      "email": "anant@php.net",
                      "role": "Developer"
                  }
              ],
              "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
              "homepage": "https://github.com/firebase/php-jwt",
              "keywords": [
                  "jwt",
                  "php"
              ],
              "support": {
                  "issues": "https://github.com/firebase/php-jwt/issues",
                  "source": "https://github.com/firebase/php-jwt/tree/v5.2.1"
              },
              "time": "2021-02-12T00:02:00+00:00"
0d8c0f816   Thanasis Naskos   initial commit
820
821
822
          },
          {
              "name": "fruitcake/laravel-cors",
25df08e6c   Chris Bellas   Merged changes fr...
823
              "version": "v2.0.3",
0d8c0f816   Thanasis Naskos   initial commit
824
825
826
              "source": {
                  "type": "git",
                  "url": "https://github.com/fruitcake/laravel-cors.git",
25df08e6c   Chris Bellas   Merged changes fr...
827
                  "reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a"
0d8c0f816   Thanasis Naskos   initial commit
828
829
830
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
831
832
                  "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
                  "reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
0d8c0f816   Thanasis Naskos   initial commit
833
834
835
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
836
837
838
839
840
841
                  "asm89/stack-cors": "^2.0.1",
                  "illuminate/contracts": "^6|^7|^8|^9",
                  "illuminate/support": "^6|^7|^8|^9",
                  "php": ">=7.2",
                  "symfony/http-foundation": "^4|^5",
                  "symfony/http-kernel": "^4.3.4|^5"
0d8c0f816   Thanasis Naskos   initial commit
842
843
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
844
845
846
                  "laravel/framework": "^6|^7|^8",
                  "orchestra/testbench-dusk": "^4|^5|^6",
                  "phpunit/phpunit": "^6|^7|^8",
0d8c0f816   Thanasis Naskos   initial commit
847
848
849
850
851
                  "squizlabs/php_codesniffer": "^3.5"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
852
                      "dev-master": "2.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
                  },
                  "laravel": {
                      "providers": [
                          "Fruitcake\\Cors\\CorsServiceProvider"
                      ]
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Fruitcake\\Cors\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fruitcake",
                      "homepage": "https://fruitcake.nl"
                  },
                  {
                      "name": "Barry vd. Heuvel",
                      "email": "barryvdh@gmail.com"
                  }
              ],
              "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
              "keywords": [
                  "api",
                  "cors",
                  "crossdomain",
                  "laravel"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
              "support": {
                  "issues": "https://github.com/fruitcake/laravel-cors/issues",
                  "source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.3"
              },
              "funding": [
                  {
                      "url": "https://github.com/barryvdh",
                      "type": "github"
                  }
              ],
              "time": "2020-10-22T13:57:20+00:00"
          },
          {
              "name": "graham-campbell/result-type",
              "version": "v1.0.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/GrahamCampbell/Result-Type.git",
                  "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
                  "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
                  "shasum": ""
              },
              "require": {
                  "php": "^7.0|^8.0",
                  "phpoption/phpoption": "^1.7.3"
              },
              "require-dev": {
                  "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "GrahamCampbell\\ResultType\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Graham Campbell",
                      "email": "graham@alt-three.com"
                  }
              ],
              "description": "An Implementation Of The Result Type",
              "keywords": [
                  "Graham Campbell",
                  "GrahamCampbell",
                  "Result Type",
                  "Result-Type",
                  "result"
              ],
              "support": {
                  "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
                  "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.1"
              },
              "funding": [
                  {
                      "url": "https://github.com/GrahamCampbell",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-04-13T13:17:36+00:00"
0d8c0f816   Thanasis Naskos   initial commit
963
964
965
          },
          {
              "name": "guzzlehttp/guzzle",
25df08e6c   Chris Bellas   Merged changes fr...
966
              "version": "7.2.0",
0d8c0f816   Thanasis Naskos   initial commit
967
968
969
              "source": {
                  "type": "git",
                  "url": "https://github.com/guzzle/guzzle.git",
25df08e6c   Chris Bellas   Merged changes fr...
970
                  "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
0d8c0f816   Thanasis Naskos   initial commit
971
972
973
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
974
975
                  "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
                  "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
0d8c0f816   Thanasis Naskos   initial commit
976
977
978
979
                  "shasum": ""
              },
              "require": {
                  "ext-json": "*",
25df08e6c   Chris Bellas   Merged changes fr...
980
981
982
983
984
985
986
                  "guzzlehttp/promises": "^1.4",
                  "guzzlehttp/psr7": "^1.7",
                  "php": "^7.2.5 || ^8.0",
                  "psr/http-client": "^1.0"
              },
              "provide": {
                  "psr/http-client-implementation": "1.0"
0d8c0f816   Thanasis Naskos   initial commit
987
988
989
              },
              "require-dev": {
                  "ext-curl": "*",
25df08e6c   Chris Bellas   Merged changes fr...
990
991
                  "php-http/client-integration-tests": "^3.0",
                  "phpunit/phpunit": "^8.5.5 || ^9.3.5",
0d8c0f816   Thanasis Naskos   initial commit
992
993
994
                  "psr/log": "^1.1"
              },
              "suggest": {
25df08e6c   Chris Bellas   Merged changes fr...
995
996
                  "ext-curl": "Required for CURL handler support",
                  "ext-intl": "Required for Internationalized Domain Name (IDN) support",
0d8c0f816   Thanasis Naskos   initial commit
997
998
999
1000
1001
                  "psr/log": "Required for using the Log middleware"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
1002
                      "dev-master": "7.1-dev"
0d8c0f816   Thanasis Naskos   initial commit
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
                  }
              },
              "autoload": {
                  "psr-4": {
                      "GuzzleHttp\\": "src/"
                  },
                  "files": [
                      "src/functions_include.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Michael Dowling",
                      "email": "mtdowling@gmail.com",
                      "homepage": "https://github.com/mtdowling"
25df08e6c   Chris Bellas   Merged changes fr...
1022
1023
1024
1025
1026
                  },
                  {
                      "name": "Márk Sági-Kazár",
                      "email": "mark.sagikazar@gmail.com",
                      "homepage": "https://sagikazarmark.hu"
0d8c0f816   Thanasis Naskos   initial commit
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
                  }
              ],
              "description": "Guzzle is a PHP HTTP client library",
              "homepage": "http://guzzlephp.org/",
              "keywords": [
                  "client",
                  "curl",
                  "framework",
                  "http",
                  "http client",
25df08e6c   Chris Bellas   Merged changes fr...
1037
1038
                  "psr-18",
                  "psr-7",
0d8c0f816   Thanasis Naskos   initial commit
1039
1040
1041
                  "rest",
                  "web service"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
              "support": {
                  "issues": "https://github.com/guzzle/guzzle/issues",
                  "source": "https://github.com/guzzle/guzzle/tree/7.2.0"
              },
              "funding": [
                  {
                      "url": "https://github.com/GrahamCampbell",
                      "type": "github"
                  },
                  {
                      "url": "https://github.com/Nyholm",
                      "type": "github"
                  },
                  {
                      "url": "https://github.com/alexeyshockov",
                      "type": "github"
                  },
                  {
                      "url": "https://github.com/gmponos",
                      "type": "github"
                  }
              ],
              "time": "2020-10-10T11:47:56+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1065
1066
1067
          },
          {
              "name": "guzzlehttp/promises",
25df08e6c   Chris Bellas   Merged changes fr...
1068
              "version": "1.4.0",
0d8c0f816   Thanasis Naskos   initial commit
1069
1070
1071
              "source": {
                  "type": "git",
                  "url": "https://github.com/guzzle/promises.git",
25df08e6c   Chris Bellas   Merged changes fr...
1072
                  "reference": "60d379c243457e073cff02bc323a2a86cb355631"
0d8c0f816   Thanasis Naskos   initial commit
1073
1074
1075
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1076
1077
                  "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
                  "reference": "60d379c243457e073cff02bc323a2a86cb355631",
0d8c0f816   Thanasis Naskos   initial commit
1078
1079
1080
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
1081
                  "php": ">=5.5"
0d8c0f816   Thanasis Naskos   initial commit
1082
1083
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
1084
                  "symfony/phpunit-bridge": "^4.4 || ^5.1"
0d8c0f816   Thanasis Naskos   initial commit
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.4-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "GuzzleHttp\\Promise\\": "src/"
                  },
                  "files": [
                      "src/functions_include.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Michael Dowling",
                      "email": "mtdowling@gmail.com",
                      "homepage": "https://github.com/mtdowling"
                  }
              ],
              "description": "Guzzle promises library",
              "keywords": [
                  "promise"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1115
1116
1117
1118
1119
              "support": {
                  "issues": "https://github.com/guzzle/promises/issues",
                  "source": "https://github.com/guzzle/promises/tree/1.4.0"
              },
              "time": "2020-09-30T07:37:28+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1120
1121
1122
          },
          {
              "name": "guzzlehttp/psr7",
25df08e6c   Chris Bellas   Merged changes fr...
1123
              "version": "1.7.0",
0d8c0f816   Thanasis Naskos   initial commit
1124
1125
1126
              "source": {
                  "type": "git",
                  "url": "https://github.com/guzzle/psr7.git",
25df08e6c   Chris Bellas   Merged changes fr...
1127
                  "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
0d8c0f816   Thanasis Naskos   initial commit
1128
1129
1130
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1131
1132
                  "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
                  "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
0d8c0f816   Thanasis Naskos   initial commit
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.4.0",
                  "psr/http-message": "~1.0",
                  "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
              },
              "provide": {
                  "psr/http-message-implementation": "1.0"
              },
              "require-dev": {
                  "ext-zlib": "*",
25df08e6c   Chris Bellas   Merged changes fr...
1145
                  "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
0d8c0f816   Thanasis Naskos   initial commit
1146
1147
              },
              "suggest": {
25df08e6c   Chris Bellas   Merged changes fr...
1148
                  "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
0d8c0f816   Thanasis Naskos   initial commit
1149
1150
1151
1152
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
1153
                      "dev-master": "1.7-dev"
0d8c0f816   Thanasis Naskos   initial commit
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
                  }
              },
              "autoload": {
                  "psr-4": {
                      "GuzzleHttp\\Psr7\\": "src/"
                  },
                  "files": [
                      "src/functions_include.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Michael Dowling",
                      "email": "mtdowling@gmail.com",
                      "homepage": "https://github.com/mtdowling"
                  },
                  {
                      "name": "Tobias Schultze",
                      "homepage": "https://github.com/Tobion"
                  }
              ],
              "description": "PSR-7 message implementation that also provides common utility methods",
              "keywords": [
                  "http",
                  "message",
                  "psr-7",
                  "request",
                  "response",
                  "stream",
                  "uri",
                  "url"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1190
1191
1192
1193
1194
              "support": {
                  "issues": "https://github.com/guzzle/psr7/issues",
                  "source": "https://github.com/guzzle/psr7/tree/1.7.0"
              },
              "time": "2020-09-30T07:37:11+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1195
1196
1197
          },
          {
              "name": "laravel/framework",
25df08e6c   Chris Bellas   Merged changes fr...
1198
              "version": "v8.29.0",
0d8c0f816   Thanasis Naskos   initial commit
1199
1200
1201
              "source": {
                  "type": "git",
                  "url": "https://github.com/laravel/framework.git",
25df08e6c   Chris Bellas   Merged changes fr...
1202
                  "reference": "d2eba352b3b3a3c515b18c5726b373fe5026733e"
0d8c0f816   Thanasis Naskos   initial commit
1203
1204
1205
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1206
1207
                  "url": "https://api.github.com/repos/laravel/framework/zipball/d2eba352b3b3a3c515b18c5726b373fe5026733e",
                  "reference": "d2eba352b3b3a3c515b18c5726b373fe5026733e",
0d8c0f816   Thanasis Naskos   initial commit
1208
1209
1210
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
1211
1212
                  "doctrine/inflector": "^1.4|^2.0",
                  "dragonmantank/cron-expression": "^3.0.2",
0d8c0f816   Thanasis Naskos   initial commit
1213
1214
1215
1216
1217
                  "egulias/email-validator": "^2.1.10",
                  "ext-json": "*",
                  "ext-mbstring": "*",
                  "ext-openssl": "*",
                  "league/commonmark": "^1.3",
25df08e6c   Chris Bellas   Merged changes fr...
1218
                  "league/flysystem": "^1.1",
0d8c0f816   Thanasis Naskos   initial commit
1219
                  "monolog/monolog": "^2.0",
25df08e6c   Chris Bellas   Merged changes fr...
1220
1221
1222
                  "nesbot/carbon": "^2.31",
                  "opis/closure": "^3.6",
                  "php": "^7.3|^8.0",
0d8c0f816   Thanasis Naskos   initial commit
1223
1224
                  "psr/container": "^1.0",
                  "psr/simple-cache": "^1.0",
25df08e6c   Chris Bellas   Merged changes fr...
1225
                  "ramsey/uuid": "^4.0",
0d8c0f816   Thanasis Naskos   initial commit
1226
                  "swiftmailer/swiftmailer": "^6.0",
25df08e6c   Chris Bellas   Merged changes fr...
1227
1228
1229
1230
1231
1232
1233
1234
1235
                  "symfony/console": "^5.1.4",
                  "symfony/error-handler": "^5.1.4",
                  "symfony/finder": "^5.1.4",
                  "symfony/http-foundation": "^5.1.4",
                  "symfony/http-kernel": "^5.1.4",
                  "symfony/mime": "^5.1.4",
                  "symfony/process": "^5.1.4",
                  "symfony/routing": "^5.1.4",
                  "symfony/var-dumper": "^5.1.4",
0d8c0f816   Thanasis Naskos   initial commit
1236
                  "tijsverkoyen/css-to-inline-styles": "^2.2.2",
25df08e6c   Chris Bellas   Merged changes fr...
1237
                  "vlucas/phpdotenv": "^5.2",
0d8c0f816   Thanasis Naskos   initial commit
1238
1239
1240
1241
1242
                  "voku/portable-ascii": "^1.4.8"
              },
              "conflict": {
                  "tightenco/collect": "<5.5.33"
              },
25df08e6c   Chris Bellas   Merged changes fr...
1243
1244
1245
              "provide": {
                  "psr/container-implementation": "1.0"
              },
0d8c0f816   Thanasis Naskos   initial commit
1246
1247
1248
1249
1250
              "replace": {
                  "illuminate/auth": "self.version",
                  "illuminate/broadcasting": "self.version",
                  "illuminate/bus": "self.version",
                  "illuminate/cache": "self.version",
25df08e6c   Chris Bellas   Merged changes fr...
1251
                  "illuminate/collections": "self.version",
0d8c0f816   Thanasis Naskos   initial commit
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
                  "illuminate/config": "self.version",
                  "illuminate/console": "self.version",
                  "illuminate/container": "self.version",
                  "illuminate/contracts": "self.version",
                  "illuminate/cookie": "self.version",
                  "illuminate/database": "self.version",
                  "illuminate/encryption": "self.version",
                  "illuminate/events": "self.version",
                  "illuminate/filesystem": "self.version",
                  "illuminate/hashing": "self.version",
                  "illuminate/http": "self.version",
                  "illuminate/log": "self.version",
25df08e6c   Chris Bellas   Merged changes fr...
1264
                  "illuminate/macroable": "self.version",
0d8c0f816   Thanasis Naskos   initial commit
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
                  "illuminate/mail": "self.version",
                  "illuminate/notifications": "self.version",
                  "illuminate/pagination": "self.version",
                  "illuminate/pipeline": "self.version",
                  "illuminate/queue": "self.version",
                  "illuminate/redis": "self.version",
                  "illuminate/routing": "self.version",
                  "illuminate/session": "self.version",
                  "illuminate/support": "self.version",
                  "illuminate/testing": "self.version",
                  "illuminate/translation": "self.version",
                  "illuminate/validation": "self.version",
                  "illuminate/view": "self.version"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
1280
1281
1282
1283
                  "aws/aws-sdk-php": "^3.155",
                  "doctrine/dbal": "^2.6|^3.0",
                  "filp/whoops": "^2.8",
                  "guzzlehttp/guzzle": "^6.5.5|^7.0.1",
0d8c0f816   Thanasis Naskos   initial commit
1284
                  "league/flysystem-cached-adapter": "^1.0",
25df08e6c   Chris Bellas   Merged changes fr...
1285
1286
                  "mockery/mockery": "^1.4.2",
                  "orchestra/testbench-core": "^6.8",
0d8c0f816   Thanasis Naskos   initial commit
1287
                  "pda/pheanstalk": "^4.0",
25df08e6c   Chris Bellas   Merged changes fr...
1288
                  "phpunit/phpunit": "^8.5.8|^9.3.3",
0d8c0f816   Thanasis Naskos   initial commit
1289
                  "predis/predis": "^1.1.1",
25df08e6c   Chris Bellas   Merged changes fr...
1290
                  "symfony/cache": "^5.1.4"
0d8c0f816   Thanasis Naskos   initial commit
1291
1292
              },
              "suggest": {
25df08e6c   Chris Bellas   Merged changes fr...
1293
1294
1295
1296
                  "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).",
                  "brianium/paratest": "Required to run tests in parallel (^6.0).",
                  "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
                  "ext-ftp": "Required to use the Flysystem FTP driver.",
0d8c0f816   Thanasis Naskos   initial commit
1297
1298
1299
1300
1301
                  "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
                  "ext-memcached": "Required to use the memcache cache driver.",
                  "ext-pcntl": "Required to use all features of the queue worker.",
                  "ext-posix": "Required to use all features of the queue worker.",
                  "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
25df08e6c   Chris Bellas   Merged changes fr...
1302
1303
1304
                  "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
                  "filp/whoops": "Required for friendly error pages in development (^2.8).",
                  "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",
0d8c0f816   Thanasis Naskos   initial commit
1305
1306
1307
1308
                  "laravel/tinker": "Required to use the tinker console command (^2.0).",
                  "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
                  "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
                  "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
25df08e6c   Chris Bellas   Merged changes fr...
1309
                  "mockery/mockery": "Required to use mocking (^1.4.2).",
0d8c0f816   Thanasis Naskos   initial commit
1310
1311
                  "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
                  "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
25df08e6c   Chris Bellas   Merged changes fr...
1312
1313
                  "phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).",
                  "predis/predis": "Required to use the predis connector (^1.1.2).",
0d8c0f816   Thanasis Naskos   initial commit
1314
                  "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
25df08e6c   Chris Bellas   Merged changes fr...
1315
1316
1317
                  "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0).",
                  "symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).",
                  "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",
0d8c0f816   Thanasis Naskos   initial commit
1318
1319
1320
1321
1322
1323
                  "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
                  "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
1324
                      "dev-master": "8.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
1325
1326
1327
1328
                  }
              },
              "autoload": {
                  "files": [
25df08e6c   Chris Bellas   Merged changes fr...
1329
1330
                      "src/Illuminate/Collections/helpers.php",
                      "src/Illuminate/Events/functions.php",
0d8c0f816   Thanasis Naskos   initial commit
1331
1332
1333
1334
                      "src/Illuminate/Foundation/helpers.php",
                      "src/Illuminate/Support/helpers.php"
                  ],
                  "psr-4": {
25df08e6c   Chris Bellas   Merged changes fr...
1335
1336
1337
1338
1339
                      "Illuminate\\": "src/Illuminate/",
                      "Illuminate\\Support\\": [
                          "src/Illuminate/Macroable/",
                          "src/Illuminate/Collections/"
                      ]
0d8c0f816   Thanasis Naskos   initial commit
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Taylor Otwell",
                      "email": "taylor@laravel.com"
                  }
              ],
              "description": "The Laravel Framework.",
              "homepage": "https://laravel.com",
              "keywords": [
                  "framework",
                  "laravel"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1358
1359
1360
1361
1362
              "support": {
                  "issues": "https://github.com/laravel/framework/issues",
                  "source": "https://github.com/laravel/framework"
              },
              "time": "2021-02-23T14:27:41+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1363
1364
1365
          },
          {
              "name": "laravel/tinker",
25df08e6c   Chris Bellas   Merged changes fr...
1366
              "version": "v2.6.0",
0d8c0f816   Thanasis Naskos   initial commit
1367
1368
1369
              "source": {
                  "type": "git",
                  "url": "https://github.com/laravel/tinker.git",
25df08e6c   Chris Bellas   Merged changes fr...
1370
                  "reference": "daae1c43f1300fe88c05d83db6f3d8f76677ad88"
0d8c0f816   Thanasis Naskos   initial commit
1371
1372
1373
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1374
1375
                  "url": "https://api.github.com/repos/laravel/tinker/zipball/daae1c43f1300fe88c05d83db6f3d8f76677ad88",
                  "reference": "daae1c43f1300fe88c05d83db6f3d8f76677ad88",
0d8c0f816   Thanasis Naskos   initial commit
1376
1377
1378
1379
1380
1381
                  "shasum": ""
              },
              "require": {
                  "illuminate/console": "^6.0|^7.0|^8.0",
                  "illuminate/contracts": "^6.0|^7.0|^8.0",
                  "illuminate/support": "^6.0|^7.0|^8.0",
25df08e6c   Chris Bellas   Merged changes fr...
1382
1383
1384
                  "php": "^7.2.5|^8.0",
                  "psy/psysh": "^0.10.4",
                  "symfony/var-dumper": "^4.3.4|^5.0"
0d8c0f816   Thanasis Naskos   initial commit
1385
1386
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
1387
1388
                  "mockery/mockery": "~1.3.3|^1.4.2",
                  "phpunit/phpunit": "^8.5.8|^9.3.3"
0d8c0f816   Thanasis Naskos   initial commit
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
              },
              "suggest": {
                  "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.x-dev"
                  },
                  "laravel": {
                      "providers": [
                          "Laravel\\Tinker\\TinkerServiceProvider"
                      ]
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Laravel\\Tinker\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Taylor Otwell",
                      "email": "taylor@laravel.com"
                  }
              ],
              "description": "Powerful REPL for the Laravel framework.",
              "keywords": [
                  "REPL",
                  "Tinker",
                  "laravel",
                  "psysh"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1426
1427
1428
1429
1430
              "support": {
                  "issues": "https://github.com/laravel/tinker/issues",
                  "source": "https://github.com/laravel/tinker/tree/v2.6.0"
              },
              "time": "2021-01-26T20:35:18+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1431
1432
1433
          },
          {
              "name": "laravel/ui",
25df08e6c   Chris Bellas   Merged changes fr...
1434
              "version": "v3.2.0",
0d8c0f816   Thanasis Naskos   initial commit
1435
1436
1437
              "source": {
                  "type": "git",
                  "url": "https://github.com/laravel/ui.git",
25df08e6c   Chris Bellas   Merged changes fr...
1438
                  "reference": "a1f82c6283c8373ea1958b8a27c3d5c98cade351"
0d8c0f816   Thanasis Naskos   initial commit
1439
1440
1441
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1442
1443
                  "url": "https://api.github.com/repos/laravel/ui/zipball/a1f82c6283c8373ea1958b8a27c3d5c98cade351",
                  "reference": "a1f82c6283c8373ea1958b8a27c3d5c98cade351",
0d8c0f816   Thanasis Naskos   initial commit
1444
1445
1446
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
1447
1448
1449
1450
                  "illuminate/console": "^8.0",
                  "illuminate/filesystem": "^8.0",
                  "illuminate/support": "^8.0",
                  "php": "^7.3|^8.0"
0d8c0f816   Thanasis Naskos   initial commit
1451
1452
1453
              },
              "type": "library",
              "extra": {
25df08e6c   Chris Bellas   Merged changes fr...
1454
1455
1456
                  "branch-alias": {
                      "dev-master": "3.x-dev"
                  },
0d8c0f816   Thanasis Naskos   initial commit
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
                  "laravel": {
                      "providers": [
                          "Laravel\\Ui\\UiServiceProvider"
                      ]
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Laravel\\Ui\\": "src/",
                      "Illuminate\\Foundation\\Auth\\": "auth-backend/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Taylor Otwell",
                      "email": "taylor@laravel.com"
                  }
              ],
              "description": "Laravel UI utilities and presets.",
              "keywords": [
                  "laravel",
                  "ui"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1484
1485
1486
1487
1488
              "support": {
                  "issues": "https://github.com/laravel/ui/issues",
                  "source": "https://github.com/laravel/ui/tree/v3.2.0"
              },
              "time": "2021-01-06T19:20:22+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1489
1490
1491
          },
          {
              "name": "lcobucci/jwt",
25df08e6c   Chris Bellas   Merged changes fr...
1492
              "version": "3.3.3",
0d8c0f816   Thanasis Naskos   initial commit
1493
1494
1495
              "source": {
                  "type": "git",
                  "url": "https://github.com/lcobucci/jwt.git",
25df08e6c   Chris Bellas   Merged changes fr...
1496
                  "reference": "c1123697f6a2ec29162b82f170dd4a491f524773"
0d8c0f816   Thanasis Naskos   initial commit
1497
1498
1499
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1500
1501
                  "url": "https://api.github.com/repos/lcobucci/jwt/zipball/c1123697f6a2ec29162b82f170dd4a491f524773",
                  "reference": "c1123697f6a2ec29162b82f170dd4a491f524773",
0d8c0f816   Thanasis Naskos   initial commit
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
                  "shasum": ""
              },
              "require": {
                  "ext-mbstring": "*",
                  "ext-openssl": "*",
                  "php": "^5.6 || ^7.0"
              },
              "require-dev": {
                  "mikey179/vfsstream": "~1.5",
                  "phpmd/phpmd": "~2.2",
                  "phpunit/php-invoker": "~1.1",
                  "phpunit/phpunit": "^5.7 || ^7.3",
                  "squizlabs/php_codesniffer": "~2.3"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "3.1-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Lcobucci\\JWT\\": "src"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Luís Otávio Cobucci Oblonczyk",
                      "email": "lcobucci@gmail.com",
                      "role": "Developer"
                  }
              ],
              "description": "A simple library to work with JSON Web Token and JSON Web Signature",
              "keywords": [
                  "JWS",
                  "jwt"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
              "support": {
                  "issues": "https://github.com/lcobucci/jwt/issues",
                  "source": "https://github.com/lcobucci/jwt/tree/3.3.3"
              },
              "funding": [
                  {
                      "url": "https://github.com/lcobucci",
                      "type": "github"
                  },
                  {
                      "url": "https://www.patreon.com/lcobucci",
                      "type": "patreon"
                  }
              ],
              "time": "2020-08-20T13:22:28+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1558
1559
1560
          },
          {
              "name": "league/commonmark",
25df08e6c   Chris Bellas   Merged changes fr...
1561
              "version": "1.5.7",
0d8c0f816   Thanasis Naskos   initial commit
1562
1563
1564
              "source": {
                  "type": "git",
                  "url": "https://github.com/thephpleague/commonmark.git",
25df08e6c   Chris Bellas   Merged changes fr...
1565
                  "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54"
0d8c0f816   Thanasis Naskos   initial commit
1566
1567
1568
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1569
1570
                  "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/11df9b36fd4f1d2b727a73bf14931d81373b9a54",
                  "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54",
0d8c0f816   Thanasis Naskos   initial commit
1571
1572
1573
1574
                  "shasum": ""
              },
              "require": {
                  "ext-mbstring": "*",
25df08e6c   Chris Bellas   Merged changes fr...
1575
                  "php": "^7.1 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
1576
1577
1578
1579
1580
1581
              },
              "conflict": {
                  "scrutinizer/ocular": "1.7.*"
              },
              "require-dev": {
                  "cebe/markdown": "~1.0",
25df08e6c   Chris Bellas   Merged changes fr...
1582
                  "commonmark/commonmark.js": "0.29.2",
0d8c0f816   Thanasis Naskos   initial commit
1583
1584
1585
1586
1587
1588
                  "erusev/parsedown": "~1.0",
                  "ext-json": "*",
                  "github/gfm": "0.29.0",
                  "michelf/php-markdown": "~1.4",
                  "mikehaertl/php-shellcommand": "^1.4",
                  "phpstan/phpstan": "^0.12",
25df08e6c   Chris Bellas   Merged changes fr...
1589
                  "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
0d8c0f816   Thanasis Naskos   initial commit
1590
1591
1592
1593
1594
1595
1596
                  "scrutinizer/ocular": "^1.5",
                  "symfony/finder": "^4.2"
              },
              "bin": [
                  "bin/commonmark"
              ],
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
              "autoload": {
                  "psr-4": {
                      "League\\CommonMark\\": "src"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Colin O'Dell",
                      "email": "colinodell@gmail.com",
                      "homepage": "https://www.colinodell.com",
                      "role": "Lead Developer"
                  }
              ],
              "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
              "homepage": "https://commonmark.thephpleague.com",
              "keywords": [
                  "commonmark",
                  "flavored",
                  "gfm",
                  "github",
                  "github-flavored",
                  "markdown",
                  "md",
                  "parser"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
              "support": {
                  "docs": "https://commonmark.thephpleague.com/",
                  "issues": "https://github.com/thephpleague/commonmark/issues",
                  "rss": "https://github.com/thephpleague/commonmark/releases.atom",
                  "source": "https://github.com/thephpleague/commonmark"
              },
              "funding": [
                  {
                      "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
                      "type": "custom"
                  },
                  {
                      "url": "https://www.colinodell.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://www.paypal.me/colinpodell/10.00",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/colinodell",
                      "type": "github"
                  },
                  {
                      "url": "https://www.patreon.com/colinodell",
                      "type": "patreon"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-10-31T13:49:32+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1659
1660
1661
          },
          {
              "name": "league/flysystem",
25df08e6c   Chris Bellas   Merged changes fr...
1662
              "version": "1.1.3",
0d8c0f816   Thanasis Naskos   initial commit
1663
1664
1665
              "source": {
                  "type": "git",
                  "url": "https://github.com/thephpleague/flysystem.git",
25df08e6c   Chris Bellas   Merged changes fr...
1666
                  "reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
0d8c0f816   Thanasis Naskos   initial commit
1667
1668
1669
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1670
1671
                  "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
                  "reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
0d8c0f816   Thanasis Naskos   initial commit
1672
1673
1674
1675
                  "shasum": ""
              },
              "require": {
                  "ext-fileinfo": "*",
25df08e6c   Chris Bellas   Merged changes fr...
1676
1677
                  "league/mime-type-detection": "^1.3",
                  "php": "^7.2.5 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
1678
1679
1680
1681
1682
              },
              "conflict": {
                  "league/flysystem-sftp": "<1.0.6"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
1683
1684
                  "phpspec/prophecy": "^1.11.1",
                  "phpunit/phpunit": "^8.5.8"
0d8c0f816   Thanasis Naskos   initial commit
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
              },
              "suggest": {
                  "ext-fileinfo": "Required for MimeType",
                  "ext-ftp": "Allows you to use FTP server storage",
                  "ext-openssl": "Allows you to use FTPS server storage",
                  "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
                  "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
                  "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
                  "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
                  "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
                  "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
                  "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
                  "league/flysystem-webdav": "Allows you to use WebDAV storage",
                  "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
                  "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
                  "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.1-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "League\\Flysystem\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Frank de Jonge",
                      "email": "info@frenky.net"
                  }
              ],
              "description": "Filesystem abstraction: Many filesystems, one API.",
              "keywords": [
                  "Cloud Files",
                  "WebDAV",
                  "abstraction",
                  "aws",
                  "cloud",
                  "copy.com",
                  "dropbox",
                  "file systems",
                  "files",
                  "filesystem",
                  "filesystems",
                  "ftp",
                  "rackspace",
                  "remote",
                  "s3",
                  "sftp",
                  "storage"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
              "support": {
                  "issues": "https://github.com/thephpleague/flysystem/issues",
                  "source": "https://github.com/thephpleague/flysystem/tree/1.x"
              },
              "funding": [
                  {
                      "url": "https://offset.earth/frankdejonge",
                      "type": "other"
                  }
              ],
              "time": "2020-08-23T07:39:11+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1754
1755
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
1756
1757
              "name": "league/mime-type-detection",
              "version": "1.7.0",
0d8c0f816   Thanasis Naskos   initial commit
1758
1759
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
1760
1761
                  "url": "https://github.com/thephpleague/mime-type-detection.git",
                  "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
0d8c0f816   Thanasis Naskos   initial commit
1762
1763
1764
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1765
1766
                  "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
                  "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
0d8c0f816   Thanasis Naskos   initial commit
1767
1768
1769
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
1770
1771
                  "ext-fileinfo": "*",
                  "php": "^7.2 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
1772
1773
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
                  "friendsofphp/php-cs-fixer": "^2.18",
                  "phpstan/phpstan": "^0.12.68",
                  "phpunit/phpunit": "^8.5.8 || ^9.3"
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "League\\MimeTypeDetection\\": "src"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Frank de Jonge",
                      "email": "info@frankdejonge.nl"
                  }
              ],
              "description": "Mime-type detection for Flysystem",
              "support": {
                  "issues": "https://github.com/thephpleague/mime-type-detection/issues",
                  "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
              },
              "funding": [
                  {
                      "url": "https://github.com/frankdejonge",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-18T20:58:21+00:00"
          },
          {
              "name": "monolog/monolog",
              "version": "2.2.0",
              "source": {
                  "type": "git",
                  "url": "https://github.com/Seldaek/monolog.git",
                  "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
                  "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.2",
                  "psr/log": "^1.0.1"
              },
              "provide": {
                  "psr/log-implementation": "1.0.0"
              },
              "require-dev": {
                  "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                  "doctrine/couchdb": "~1.0@dev",
                  "elasticsearch/elasticsearch": "^7",
                  "graylog2/gelf-php": "^1.4.2",
                  "mongodb/mongodb": "^1.8",
                  "php-amqplib/php-amqplib": "~2.4",
                  "php-console/php-console": "^3.1.3",
                  "phpspec/prophecy": "^1.6.1",
                  "phpstan/phpstan": "^0.12.59",
                  "phpunit/phpunit": "^8.5",
0d8c0f816   Thanasis Naskos   initial commit
1843
1844
                  "predis/predis": "^1.1",
                  "rollbar/rollbar": "^1.3",
25df08e6c   Chris Bellas   Merged changes fr...
1845
                  "ruflin/elastica": ">=0.90 <7.0.1",
0d8c0f816   Thanasis Naskos   initial commit
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
                  "swiftmailer/swiftmailer": "^5.3|^6.0"
              },
              "suggest": {
                  "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                  "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                  "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                  "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                  "ext-mbstring": "Allow to work properly with unicode symbols",
                  "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                  "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                  "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                  "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                  "php-console/php-console": "Allow sending log messages to Google Chrome",
                  "rollbar/rollbar": "Allow sending log messages to Rollbar",
                  "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
1865
                      "dev-main": "2.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Monolog\\": "src/Monolog"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Jordi Boggiano",
                      "email": "j.boggiano@seld.be",
25df08e6c   Chris Bellas   Merged changes fr...
1881
                      "homepage": "https://seld.be"
0d8c0f816   Thanasis Naskos   initial commit
1882
1883
1884
                  }
              ],
              "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
25df08e6c   Chris Bellas   Merged changes fr...
1885
              "homepage": "https://github.com/Seldaek/monolog",
0d8c0f816   Thanasis Naskos   initial commit
1886
1887
1888
1889
1890
              "keywords": [
                  "log",
                  "logging",
                  "psr-3"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
              "support": {
                  "issues": "https://github.com/Seldaek/monolog/issues",
                  "source": "https://github.com/Seldaek/monolog/tree/2.2.0"
              },
              "funding": [
                  {
                      "url": "https://github.com/Seldaek",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-12-14T13:15:25+00:00"
0d8c0f816   Thanasis Naskos   initial commit
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
          },
          {
              "name": "namshi/jose",
              "version": "7.2.3",
              "source": {
                  "type": "git",
                  "url": "https://github.com/namshi/jose.git",
                  "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
                  "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
                  "shasum": ""
              },
              "require": {
                  "ext-date": "*",
                  "ext-hash": "*",
                  "ext-json": "*",
                  "ext-pcre": "*",
                  "ext-spl": "*",
                  "php": ">=5.5",
                  "symfony/polyfill-php56": "^1.0"
              },
              "require-dev": {
                  "phpseclib/phpseclib": "^2.0",
                  "phpunit/phpunit": "^4.5|^5.0",
                  "satooshi/php-coveralls": "^1.0"
              },
              "suggest": {
                  "ext-openssl": "Allows to use OpenSSL as crypto engine.",
                  "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "Namshi\\JOSE\\": "src/Namshi/JOSE/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Alessandro Nadalin",
                      "email": "alessandro.nadalin@gmail.com"
                  },
                  {
                      "name": "Alessandro Cinelli (cirpo)",
                      "email": "alessandro.cinelli@gmail.com"
                  }
              ],
              "description": "JSON Object Signing and Encryption library for PHP.",
              "keywords": [
                  "JSON Web Signature",
                  "JSON Web Token",
                  "JWS",
                  "json",
                  "jwt",
                  "token"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
1968
1969
1970
1971
              "support": {
                  "issues": "https://github.com/namshi/jose/issues",
                  "source": "https://github.com/namshi/jose/tree/master"
              },
0d8c0f816   Thanasis Naskos   initial commit
1972
1973
1974
1975
              "time": "2016-12-05T07:27:31+00:00"
          },
          {
              "name": "nesbot/carbon",
25df08e6c   Chris Bellas   Merged changes fr...
1976
              "version": "2.45.1",
0d8c0f816   Thanasis Naskos   initial commit
1977
1978
1979
              "source": {
                  "type": "git",
                  "url": "https://github.com/briannesbitt/Carbon.git",
25df08e6c   Chris Bellas   Merged changes fr...
1980
                  "reference": "528783b188bdb853eb21239b1722831e0f000a8d"
0d8c0f816   Thanasis Naskos   initial commit
1981
1982
1983
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
1984
1985
                  "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/528783b188bdb853eb21239b1722831e0f000a8d",
                  "reference": "528783b188bdb853eb21239b1722831e0f000a8d",
0d8c0f816   Thanasis Naskos   initial commit
1986
1987
1988
1989
1990
                  "shasum": ""
              },
              "require": {
                  "ext-json": "*",
                  "php": "^7.1.8 || ^8.0",
25df08e6c   Chris Bellas   Merged changes fr...
1991
                  "symfony/polyfill-mbstring": "^1.0",
0d8c0f816   Thanasis Naskos   initial commit
1992
1993
1994
1995
1996
                  "symfony/translation": "^3.4 || ^4.0 || ^5.0"
              },
              "require-dev": {
                  "doctrine/orm": "^2.7",
                  "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
25df08e6c   Chris Bellas   Merged changes fr...
1997
1998
1999
2000
2001
                  "kylekatarnls/multi-tester": "^2.0",
                  "phpmd/phpmd": "^2.9",
                  "phpstan/extension-installer": "^1.0",
                  "phpstan/phpstan": "^0.12.54",
                  "phpunit/phpunit": "^7.5.20 || ^8.5.14",
0d8c0f816   Thanasis Naskos   initial commit
2002
2003
2004
2005
2006
2007
2008
2009
                  "squizlabs/php_codesniffer": "^3.4"
              },
              "bin": [
                  "bin/carbon"
              ],
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
2010
2011
                      "dev-master": "2.x-dev",
                      "dev-3.x": "3.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
2012
2013
2014
2015
2016
                  },
                  "laravel": {
                      "providers": [
                          "Carbon\\Laravel\\ServiceProvider"
                      ]
25df08e6c   Chris Bellas   Merged changes fr...
2017
2018
2019
2020
2021
                  },
                  "phpstan": {
                      "includes": [
                          "extension.neon"
                      ]
0d8c0f816   Thanasis Naskos   initial commit
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Carbon\\": "src/Carbon/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Brian Nesbitt",
                      "email": "brian@nesbot.com",
                      "homepage": "http://nesbot.com"
                  },
                  {
                      "name": "kylekatarnls",
                      "homepage": "http://github.com/kylekatarnls"
                  }
              ],
              "description": "An API extension for DateTime that supports 281 different languages.",
              "homepage": "http://carbon.nesbot.com",
              "keywords": [
                  "date",
                  "datetime",
                  "time"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
              "support": {
                  "issues": "https://github.com/briannesbitt/Carbon/issues",
                  "source": "https://github.com/briannesbitt/Carbon"
              },
              "funding": [
                  {
                      "url": "https://opencollective.com/Carbon",
                      "type": "open_collective"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-02-11T18:30:17+00:00"
0d8c0f816   Thanasis Naskos   initial commit
2066
2067
2068
          },
          {
              "name": "nikic/php-parser",
25df08e6c   Chris Bellas   Merged changes fr...
2069
              "version": "v4.10.4",
0d8c0f816   Thanasis Naskos   initial commit
2070
2071
2072
              "source": {
                  "type": "git",
                  "url": "https://github.com/nikic/PHP-Parser.git",
25df08e6c   Chris Bellas   Merged changes fr...
2073
                  "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
0d8c0f816   Thanasis Naskos   initial commit
2074
2075
2076
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
2077
2078
                  "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
                  "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
0d8c0f816   Thanasis Naskos   initial commit
2079
2080
2081
2082
2083
2084
2085
                  "shasum": ""
              },
              "require": {
                  "ext-tokenizer": "*",
                  "php": ">=7.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
2086
2087
                  "ircmaxell/php-yacc": "^0.0.7",
                  "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
0d8c0f816   Thanasis Naskos   initial commit
2088
2089
2090
2091
2092
2093
2094
              },
              "bin": [
                  "bin/php-parse"
              ],
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
2095
                      "dev-master": "4.9-dev"
0d8c0f816   Thanasis Naskos   initial commit
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
                  }
              },
              "autoload": {
                  "psr-4": {
                      "PhpParser\\": "lib/PhpParser"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Nikita Popov"
                  }
              ],
              "description": "A PHP parser written in PHP",
              "keywords": [
                  "parser",
                  "php"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2117
2118
2119
2120
2121
              "support": {
                  "issues": "https://github.com/nikic/PHP-Parser/issues",
                  "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
              },
              "time": "2020-12-20T10:01:03+00:00"
0d8c0f816   Thanasis Naskos   initial commit
2122
2123
2124
          },
          {
              "name": "opis/closure",
25df08e6c   Chris Bellas   Merged changes fr...
2125
              "version": "3.6.1",
0d8c0f816   Thanasis Naskos   initial commit
2126
2127
2128
              "source": {
                  "type": "git",
                  "url": "https://github.com/opis/closure.git",
25df08e6c   Chris Bellas   Merged changes fr...
2129
                  "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
0d8c0f816   Thanasis Naskos   initial commit
2130
2131
2132
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
2133
2134
                  "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
                  "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
0d8c0f816   Thanasis Naskos   initial commit
2135
2136
2137
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
2138
                  "php": "^5.4 || ^7.0 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
2139
2140
2141
              },
              "require-dev": {
                  "jeremeamia/superclosure": "^2.0",
25df08e6c   Chris Bellas   Merged changes fr...
2142
                  "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
0d8c0f816   Thanasis Naskos   initial commit
2143
2144
2145
2146
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
2147
                      "dev-master": "3.6.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Opis\\Closure\\": "src/"
                  },
                  "files": [
                      "functions.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Marius Sarca",
                      "email": "marius.sarca@gmail.com"
                  },
                  {
                      "name": "Sorin Sarca",
                      "email": "sarca_sorin@hotmail.com"
                  }
              ],
              "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
              "homepage": "https://opis.io/closure",
              "keywords": [
                  "anonymous functions",
                  "closure",
                  "function",
                  "serializable",
                  "serialization",
                  "serialize"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2182
2183
2184
2185
2186
              "support": {
                  "issues": "https://github.com/opis/closure/issues",
                  "source": "https://github.com/opis/closure/tree/3.6.1"
              },
              "time": "2020-11-07T02:01:34+00:00"
0d8c0f816   Thanasis Naskos   initial commit
2187
2188
2189
          },
          {
              "name": "phpoption/phpoption",
25df08e6c   Chris Bellas   Merged changes fr...
2190
              "version": "1.7.5",
0d8c0f816   Thanasis Naskos   initial commit
2191
2192
2193
              "source": {
                  "type": "git",
                  "url": "https://github.com/schmittjoh/php-option.git",
25df08e6c   Chris Bellas   Merged changes fr...
2194
                  "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
0d8c0f816   Thanasis Naskos   initial commit
2195
2196
2197
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
2198
2199
                  "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
                  "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
0d8c0f816   Thanasis Naskos   initial commit
2200
2201
2202
2203
2204
2205
                  "shasum": ""
              },
              "require": {
                  "php": "^5.5.9 || ^7.0 || ^8.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
2206
2207
                  "bamarni/composer-bin-plugin": "^1.4.1",
                  "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
0d8c0f816   Thanasis Naskos   initial commit
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.7-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "PhpOption\\": "src/PhpOption/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "Apache-2.0"
              ],
              "authors": [
                  {
                      "name": "Johannes M. Schmitt",
                      "email": "schmittjoh@gmail.com"
                  },
                  {
                      "name": "Graham Campbell",
                      "email": "graham@alt-three.com"
                  }
              ],
              "description": "Option Type for PHP",
              "keywords": [
                  "language",
                  "option",
                  "php",
                  "type"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
              "support": {
                  "issues": "https://github.com/schmittjoh/php-option/issues",
                  "source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
              },
              "funding": [
                  {
                      "url": "https://github.com/GrahamCampbell",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-07-20T17:29:33+00:00"
0d8c0f816   Thanasis Naskos   initial commit
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
          },
          {
              "name": "psr/container",
              "version": "1.0.0",
              "source": {
                  "type": "git",
                  "url": "https://github.com/php-fig/container.git",
                  "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                  "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.3.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Psr\\Container\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "PHP-FIG",
                      "homepage": "http://www.php-fig.org/"
                  }
              ],
              "description": "Common Container Interface (PHP FIG PSR-11)",
              "homepage": "https://github.com/php-fig/container",
              "keywords": [
                  "PSR-11",
                  "container",
                  "container-interface",
                  "container-interop",
                  "psr"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2304
2305
2306
2307
              "support": {
                  "issues": "https://github.com/php-fig/container/issues",
                  "source": "https://github.com/php-fig/container/tree/master"
              },
0d8c0f816   Thanasis Naskos   initial commit
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
              "time": "2017-02-14T16:28:37+00:00"
          },
          {
              "name": "psr/event-dispatcher",
              "version": "1.0.0",
              "source": {
                  "type": "git",
                  "url": "https://github.com/php-fig/event-dispatcher.git",
                  "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                  "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.2.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Psr\\EventDispatcher\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "PHP-FIG",
                      "homepage": "http://www.php-fig.org/"
                  }
              ],
              "description": "Standard interfaces for event handling.",
              "keywords": [
                  "events",
                  "psr",
                  "psr-14"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2354
2355
2356
2357
              "support": {
                  "issues": "https://github.com/php-fig/event-dispatcher/issues",
                  "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
              },
0d8c0f816   Thanasis Naskos   initial commit
2358
2359
2360
              "time": "2019-01-08T18:20:26+00:00"
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
              "name": "psr/http-client",
              "version": "1.0.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/php-fig/http-client.git",
                  "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                  "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                  "shasum": ""
              },
              "require": {
                  "php": "^7.0 || ^8.0",
                  "psr/http-message": "^1.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Psr\\Http\\Client\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "PHP-FIG",
                      "homepage": "http://www.php-fig.org/"
                  }
              ],
              "description": "Common interface for HTTP clients",
              "homepage": "https://github.com/php-fig/http-client",
              "keywords": [
                  "http",
                  "http-client",
                  "psr",
                  "psr-18"
              ],
              "support": {
                  "source": "https://github.com/php-fig/http-client/tree/master"
              },
              "time": "2020-06-29T06:28:15+00:00"
          },
          {
0d8c0f816   Thanasis Naskos   initial commit
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
              "name": "psr/http-message",
              "version": "1.0.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/php-fig/http-message.git",
                  "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                  "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.3.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Psr\\Http\\Message\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "PHP-FIG",
                      "homepage": "http://www.php-fig.org/"
                  }
              ],
              "description": "Common interface for HTTP messages",
              "homepage": "https://github.com/php-fig/http-message",
              "keywords": [
                  "http",
                  "http-message",
                  "psr",
                  "psr-7",
                  "request",
                  "response"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2460
2461
2462
              "support": {
                  "source": "https://github.com/php-fig/http-message/tree/master"
              },
0d8c0f816   Thanasis Naskos   initial commit
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
              "time": "2016-08-06T14:39:51+00:00"
          },
          {
              "name": "psr/log",
              "version": "1.1.3",
              "source": {
                  "type": "git",
                  "url": "https://github.com/php-fig/log.git",
                  "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
                  "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.3.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.1.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Psr\\Log\\": "Psr/Log/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "PHP-FIG",
                      "homepage": "http://www.php-fig.org/"
                  }
              ],
              "description": "Common interface for logging libraries",
              "homepage": "https://github.com/php-fig/log",
              "keywords": [
                  "log",
                  "psr",
                  "psr-3"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2510
2511
2512
              "support": {
                  "source": "https://github.com/php-fig/log/tree/1.1.3"
              },
0d8c0f816   Thanasis Naskos   initial commit
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
              "time": "2020-03-23T09:12:05+00:00"
          },
          {
              "name": "psr/simple-cache",
              "version": "1.0.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/php-fig/simple-cache.git",
                  "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                  "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.3.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Psr\\SimpleCache\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "PHP-FIG",
                      "homepage": "http://www.php-fig.org/"
                  }
              ],
              "description": "Common interfaces for simple caching",
              "keywords": [
                  "cache",
                  "caching",
                  "psr",
                  "psr-16",
                  "simple-cache"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2561
2562
2563
              "support": {
                  "source": "https://github.com/php-fig/simple-cache/tree/master"
              },
0d8c0f816   Thanasis Naskos   initial commit
2564
2565
2566
2567
              "time": "2017-10-23T01:57:42+00:00"
          },
          {
              "name": "psy/psysh",
25df08e6c   Chris Bellas   Merged changes fr...
2568
              "version": "v0.10.6",
0d8c0f816   Thanasis Naskos   initial commit
2569
2570
2571
              "source": {
                  "type": "git",
                  "url": "https://github.com/bobthecow/psysh.git",
25df08e6c   Chris Bellas   Merged changes fr...
2572
                  "reference": "6f990c19f91729de8b31e639d6e204ea59f19cf3"
0d8c0f816   Thanasis Naskos   initial commit
2573
2574
2575
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
2576
2577
                  "url": "https://api.github.com/repos/bobthecow/psysh/zipball/6f990c19f91729de8b31e639d6e204ea59f19cf3",
                  "reference": "6f990c19f91729de8b31e639d6e204ea59f19cf3",
0d8c0f816   Thanasis Naskos   initial commit
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
                  "shasum": ""
              },
              "require": {
                  "dnoegel/php-xdg-base-dir": "0.1.*",
                  "ext-json": "*",
                  "ext-tokenizer": "*",
                  "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
                  "php": "^8.0 || ^7.0 || ^5.5.9",
                  "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
                  "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
              },
              "require-dev": {
                  "bamarni/composer-bin-plugin": "^1.2",
                  "hoa/console": "3.17.*"
              },
              "suggest": {
                  "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                  "ext-pdo-sqlite": "The doc command requires SQLite to work.",
                  "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
                  "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
                  "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
              },
              "bin": [
                  "bin/psysh"
              ],
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
2606
                      "dev-main": "0.10.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
                  }
              },
              "autoload": {
                  "files": [
                      "src/functions.php"
                  ],
                  "psr-4": {
                      "Psy\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Justin Hileman",
                      "email": "justin@justinhileman.info",
                      "homepage": "http://justinhileman.com"
                  }
              ],
              "description": "An interactive shell for modern PHP.",
              "homepage": "http://psysh.org",
              "keywords": [
                  "REPL",
                  "console",
                  "interactive",
                  "shell"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2636
2637
2638
2639
2640
              "support": {
                  "issues": "https://github.com/bobthecow/psysh/issues",
                  "source": "https://github.com/bobthecow/psysh/tree/v0.10.6"
              },
              "time": "2021-01-18T15:53:43+00:00"
0d8c0f816   Thanasis Naskos   initial commit
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
          },
          {
              "name": "ralouphie/getallheaders",
              "version": "3.0.3",
              "source": {
                  "type": "git",
                  "url": "https://github.com/ralouphie/getallheaders.git",
                  "reference": "120b605dfeb996808c31b6477290a714d356e822"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                  "reference": "120b605dfeb996808c31b6477290a714d356e822",
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.6"
              },
              "require-dev": {
                  "php-coveralls/php-coveralls": "^2.1",
                  "phpunit/phpunit": "^5 || ^6.5"
              },
              "type": "library",
              "autoload": {
                  "files": [
                      "src/getallheaders.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Ralph Khattar",
                      "email": "ralph.khattar@gmail.com"
                  }
              ],
              "description": "A polyfill for getallheaders.",
25df08e6c   Chris Bellas   Merged changes fr...
2680
2681
2682
2683
              "support": {
                  "issues": "https://github.com/ralouphie/getallheaders/issues",
                  "source": "https://github.com/ralouphie/getallheaders/tree/develop"
              },
0d8c0f816   Thanasis Naskos   initial commit
2684
2685
2686
2687
              "time": "2019-03-08T08:55:37+00:00"
          },
          {
              "name": "ramsey/collection",
25df08e6c   Chris Bellas   Merged changes fr...
2688
              "version": "1.1.3",
0d8c0f816   Thanasis Naskos   initial commit
2689
2690
2691
              "source": {
                  "type": "git",
                  "url": "https://github.com/ramsey/collection.git",
25df08e6c   Chris Bellas   Merged changes fr...
2692
                  "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1"
0d8c0f816   Thanasis Naskos   initial commit
2693
2694
2695
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
2696
2697
                  "url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
                  "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
0d8c0f816   Thanasis Naskos   initial commit
2698
2699
2700
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
2701
                  "php": "^7.2 || ^8"
0d8c0f816   Thanasis Naskos   initial commit
2702
2703
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
2704
2705
2706
2707
2708
2709
                  "captainhook/captainhook": "^5.3",
                  "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                  "ergebnis/composer-normalize": "^2.6",
                  "fakerphp/faker": "^1.5",
                  "hamcrest/hamcrest-php": "^2",
                  "jangregor/phpstan-prophecy": "^0.8",
0d8c0f816   Thanasis Naskos   initial commit
2710
2711
                  "mockery/mockery": "^1.3",
                  "phpstan/extension-installer": "^1",
25df08e6c   Chris Bellas   Merged changes fr...
2712
2713
2714
2715
2716
2717
2718
2719
                  "phpstan/phpstan": "^0.12.32",
                  "phpstan/phpstan-mockery": "^0.12.5",
                  "phpstan/phpstan-phpunit": "^0.12.11",
                  "phpunit/phpunit": "^8.5 || ^9",
                  "psy/psysh": "^0.10.4",
                  "slevomat/coding-standard": "^6.3",
                  "squizlabs/php_codesniffer": "^3.5",
                  "vimeo/psalm": "^4.4"
0d8c0f816   Thanasis Naskos   initial commit
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "Ramsey\\Collection\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Ben Ramsey",
                      "email": "ben@benramsey.com",
                      "homepage": "https://benramsey.com"
                  }
              ],
              "description": "A PHP 7.2+ library for representing and manipulating collections.",
0d8c0f816   Thanasis Naskos   initial commit
2739
2740
2741
2742
2743
2744
2745
2746
              "keywords": [
                  "array",
                  "collection",
                  "hash",
                  "map",
                  "queue",
                  "set"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
              "support": {
                  "issues": "https://github.com/ramsey/collection/issues",
                  "source": "https://github.com/ramsey/collection/tree/1.1.3"
              },
              "funding": [
                  {
                      "url": "https://github.com/ramsey",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-21T17:40:04+00:00"
0d8c0f816   Thanasis Naskos   initial commit
2762
2763
2764
          },
          {
              "name": "ramsey/uuid",
25df08e6c   Chris Bellas   Merged changes fr...
2765
              "version": "4.1.1",
0d8c0f816   Thanasis Naskos   initial commit
2766
2767
2768
              "source": {
                  "type": "git",
                  "url": "https://github.com/ramsey/uuid.git",
25df08e6c   Chris Bellas   Merged changes fr...
2769
                  "reference": "cd4032040a750077205918c86049aa0f43d22947"
0d8c0f816   Thanasis Naskos   initial commit
2770
2771
2772
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
2773
2774
                  "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
                  "reference": "cd4032040a750077205918c86049aa0f43d22947",
0d8c0f816   Thanasis Naskos   initial commit
2775
2776
2777
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
2778
                  "brick/math": "^0.8 || ^0.9",
0d8c0f816   Thanasis Naskos   initial commit
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
                  "ext-json": "*",
                  "php": "^7.2 || ^8",
                  "ramsey/collection": "^1.0",
                  "symfony/polyfill-ctype": "^1.8"
              },
              "replace": {
                  "rhumsaa/uuid": "self.version"
              },
              "require-dev": {
                  "codeception/aspect-mock": "^3",
25df08e6c   Chris Bellas   Merged changes fr...
2789
                  "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
0d8c0f816   Thanasis Naskos   initial commit
2790
2791
2792
2793
2794
2795
2796
2797
                  "doctrine/annotations": "^1.8",
                  "goaop/framework": "^2",
                  "mockery/mockery": "^1.3",
                  "moontoast/math": "^1.1",
                  "paragonie/random-lib": "^2",
                  "php-mock/php-mock-mockery": "^1.3",
                  "php-mock/php-mock-phpunit": "^2.5",
                  "php-parallel-lint/php-parallel-lint": "^1.1",
25df08e6c   Chris Bellas   Merged changes fr...
2798
                  "phpbench/phpbench": "^0.17.1",
0d8c0f816   Thanasis Naskos   initial commit
2799
                  "phpstan/extension-installer": "^1.0",
0d8c0f816   Thanasis Naskos   initial commit
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
                  "phpstan/phpstan": "^0.12",
                  "phpstan/phpstan-mockery": "^0.12",
                  "phpstan/phpstan-phpunit": "^0.12",
                  "phpunit/phpunit": "^8.5",
                  "psy/psysh": "^0.10.0",
                  "slevomat/coding-standard": "^6.0",
                  "squizlabs/php_codesniffer": "^3.5",
                  "vimeo/psalm": "3.9.4"
              },
              "suggest": {
                  "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
                  "ext-ctype": "Enables faster processing of character classification using ctype functions.",
                  "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
                  "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
                  "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                  "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "4.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Ramsey\\Uuid\\": "src/"
                  },
                  "files": [
                      "src/functions.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
              "homepage": "https://github.com/ramsey/uuid",
              "keywords": [
                  "guid",
                  "identifier",
                  "uuid"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
              "support": {
                  "issues": "https://github.com/ramsey/uuid/issues",
                  "rss": "https://github.com/ramsey/uuid/releases.atom",
                  "source": "https://github.com/ramsey/uuid"
              },
              "funding": [
                  {
                      "url": "https://github.com/ramsey",
                      "type": "github"
                  }
              ],
              "time": "2020-08-18T17:17:46+00:00"
0d8c0f816   Thanasis Naskos   initial commit
2854
2855
2856
          },
          {
              "name": "react/promise",
25df08e6c   Chris Bellas   Merged changes fr...
2857
              "version": "v2.8.0",
0d8c0f816   Thanasis Naskos   initial commit
2858
2859
2860
              "source": {
                  "type": "git",
                  "url": "https://github.com/reactphp/promise.git",
25df08e6c   Chris Bellas   Merged changes fr...
2861
                  "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
0d8c0f816   Thanasis Naskos   initial commit
2862
2863
2864
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
2865
2866
                  "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
                  "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
0d8c0f816   Thanasis Naskos   initial commit
2867
2868
2869
2870
2871
2872
                  "shasum": ""
              },
              "require": {
                  "php": ">=5.4.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
2873
                  "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
0d8c0f816   Thanasis Naskos   initial commit
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "React\\Promise\\": "src/"
                  },
                  "files": [
                      "src/functions_include.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Jan Sorgalla",
                      "email": "jsorgalla@gmail.com"
                  }
              ],
              "description": "A lightweight implementation of CommonJS Promises/A for PHP",
              "keywords": [
                  "promise",
                  "promises"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
              "support": {
                  "issues": "https://github.com/reactphp/promise/issues",
                  "source": "https://github.com/reactphp/promise/tree/v2.8.0"
              },
              "time": "2020-05-12T15:16:56+00:00"
          },
          {
              "name": "robsontenorio/laravel-keycloak-guard",
              "version": "1.3.4",
              "source": {
                  "type": "git",
                  "url": "https://github.com/robsontenorio/laravel-keycloak-guard.git",
                  "reference": "d9dd6f4724172288f4df70dec45db0738557f4f7"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/robsontenorio/laravel-keycloak-guard/zipball/d9dd6f4724172288f4df70dec45db0738557f4f7",
                  "reference": "d9dd6f4724172288f4df70dec45db0738557f4f7",
                  "shasum": ""
              },
              "require": {
                  "firebase/php-jwt": "^5.0"
              },
              "require-dev": {
                  "orchestra/testbench": "^3.7@dev",
                  "phpunit/phpunit": "^7.3@dev"
              },
              "type": "library",
              "extra": {
                  "laravel": {
                      "providers": [
                          "KeycloakGuard\\KeycloakGuardServiceProvider"
                      ]
                  }
              },
              "autoload": {
                  "psr-4": {
                      "KeycloakGuard\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Robson Tenório"
                  }
              ],
              "description": "🔑 Simple Keycloak Guard for Laravel",
              "homepage": "https://github.com/robsontenorio/laravel-keycloak-guard",
              "keywords": [
                  "keycloak",
                  "laravel"
              ],
              "support": {
                  "issues": "https://github.com/robsontenorio/laravel-keycloak-guard/issues",
                  "source": "https://github.com/robsontenorio/laravel-keycloak-guard/tree/1.3.4"
              },
              "time": "2020-07-18T16:30:26+00:00"
0d8c0f816   Thanasis Naskos   initial commit
2959
2960
2961
          },
          {
              "name": "salmanzafar/laravel-mqtt",
25df08e6c   Chris Bellas   Merged changes fr...
2962
              "version": "v2.0.5",
0d8c0f816   Thanasis Naskos   initial commit
2963
2964
2965
              "source": {
                  "type": "git",
                  "url": "https://github.com/salmanzafar949/MQTT-Laravel.git",
25df08e6c   Chris Bellas   Merged changes fr...
2966
                  "reference": "17b8830e6987701bd3c6050cbb4f52de111d5728"
0d8c0f816   Thanasis Naskos   initial commit
2967
2968
2969
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
2970
2971
                  "url": "https://api.github.com/repos/salmanzafar949/MQTT-Laravel/zipball/17b8830e6987701bd3c6050cbb4f52de111d5728",
                  "reference": "17b8830e6987701bd3c6050cbb4f52de111d5728",
0d8c0f816   Thanasis Naskos   initial commit
2972
2973
2974
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
2975
                  "php": "^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
2976
2977
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
2978
                  "laravel/framework": "^5.5 || ^6.0 || ^7.0 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
              },
              "type": "library",
              "extra": {
                  "laravel": {
                      "providers": [
                          "Salman\\Mqtt\\MqttServiceProvider"
                      ],
                      "aliases": {
                          "Mqtt": "Salman\\Mqtt\\Facades\\Mqtt"
                      }
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Salman\\Mqtt\\": "src/"
                  },
                  "files": [
                      "src/Helper/Helpers.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Salman Zafar",
                      "email": "salmanzafar949@gmail.com"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3009
              "description": "A simple Laravel Library to connect/publish/subscribe to MQTT broker",
0d8c0f816   Thanasis Naskos   initial commit
3010
3011
3012
3013
3014
              "keywords": [
                  "PHP 5.4",
                  "laravel",
                  "laravel mqtt",
                  "laravel mqtt library",
25df08e6c   Chris Bellas   Merged changes fr...
3015
3016
3017
3018
                  "laravel-5",
                  "laravel-6",
                  "laravel-7",
                  "laravel-8",
0d8c0f816   Thanasis Naskos   initial commit
3019
3020
                  "laravel-mqtt",
                  "laravel5",
25df08e6c   Chris Bellas   Merged changes fr...
3021
3022
3023
                  "laravel6",
                  "laravel7",
                  "laravel8",
0d8c0f816   Thanasis Naskos   initial commit
3024
3025
3026
3027
3028
3029
3030
3031
3032
                  "mqtt laravel",
                  "mqtt-laravel",
                  "mqtt-laravel-publisher",
                  "mqtt-laravel-subscriber",
                  "php",
                  "php 7.0",
                  "php 7.1",
                  "php 7.2",
                  "php 7.3",
25df08e6c   Chris Bellas   Merged changes fr...
3033
3034
                  "php 7.4",
                  "php 8"
0d8c0f816   Thanasis Naskos   initial commit
3035
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3036
3037
3038
3039
              "support": {
                  "issues": "https://github.com/salmanzafar949/MQTT-Laravel/issues",
                  "source": "https://github.com/salmanzafar949/MQTT-Laravel/tree/v2.0.5"
              },
0d8c0f816   Thanasis Naskos   initial commit
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
              "funding": [
                  {
                      "url": "https://www.buymeacoffee.com/salmanzafar949",
                      "type": "custom"
                  },
                  {
                      "url": "https://www.patreon.com/salmanzafar949",
                      "type": "patreon"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3050
              "time": "2020-12-16T08:53:15+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3051
3052
3053
          },
          {
              "name": "swiftmailer/swiftmailer",
25df08e6c   Chris Bellas   Merged changes fr...
3054
              "version": "v6.2.5",
0d8c0f816   Thanasis Naskos   initial commit
3055
3056
3057
              "source": {
                  "type": "git",
                  "url": "https://github.com/swiftmailer/swiftmailer.git",
25df08e6c   Chris Bellas   Merged changes fr...
3058
                  "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7"
0d8c0f816   Thanasis Naskos   initial commit
3059
3060
3061
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3062
3063
                  "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/698a6a9f54d7eb321274de3ad19863802c879fb7",
                  "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7",
0d8c0f816   Thanasis Naskos   initial commit
3064
3065
3066
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3067
                  "egulias/email-validator": "^2.0",
0d8c0f816   Thanasis Naskos   initial commit
3068
3069
3070
3071
3072
3073
                  "php": ">=7.0.0",
                  "symfony/polyfill-iconv": "^1.0",
                  "symfony/polyfill-intl-idn": "^1.10",
                  "symfony/polyfill-mbstring": "^1.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
3074
3075
                  "mockery/mockery": "^1.0",
                  "symfony/phpunit-bridge": "^4.4|^5.0"
0d8c0f816   Thanasis Naskos   initial commit
3076
3077
              },
              "suggest": {
25df08e6c   Chris Bellas   Merged changes fr...
3078
                  "ext-intl": "Needed to support internationalized email addresses"
0d8c0f816   Thanasis Naskos   initial commit
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "6.2-dev"
                  }
              },
              "autoload": {
                  "files": [
                      "lib/swift_required.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Chris Corbyn"
                  },
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  }
              ],
              "description": "Swiftmailer, free feature-rich PHP mailer",
              "homepage": "https://swiftmailer.symfony.com",
              "keywords": [
                  "email",
                  "mail",
                  "mailer"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
              "support": {
                  "issues": "https://github.com/swiftmailer/swiftmailer/issues",
                  "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.5"
              },
              "funding": [
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-12T09:35:59+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3126
3127
3128
          },
          {
              "name": "symfony/console",
25df08e6c   Chris Bellas   Merged changes fr...
3129
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
3130
3131
3132
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/console.git",
25df08e6c   Chris Bellas   Merged changes fr...
3133
                  "reference": "89d4b176d12a2946a1ae4e34906a025b7b6b135a"
0d8c0f816   Thanasis Naskos   initial commit
3134
3135
3136
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3137
3138
                  "url": "https://api.github.com/repos/symfony/console/zipball/89d4b176d12a2946a1ae4e34906a025b7b6b135a",
                  "reference": "89d4b176d12a2946a1ae4e34906a025b7b6b135a",
0d8c0f816   Thanasis Naskos   initial commit
3139
3140
3141
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3142
                  "php": ">=7.2.5",
0d8c0f816   Thanasis Naskos   initial commit
3143
3144
                  "symfony/polyfill-mbstring": "~1.0",
                  "symfony/polyfill-php73": "^1.8",
25df08e6c   Chris Bellas   Merged changes fr...
3145
3146
3147
                  "symfony/polyfill-php80": "^1.15",
                  "symfony/service-contracts": "^1.1|^2",
                  "symfony/string": "^5.1"
0d8c0f816   Thanasis Naskos   initial commit
3148
3149
3150
              },
              "conflict": {
                  "symfony/dependency-injection": "<4.4",
25df08e6c   Chris Bellas   Merged changes fr...
3151
                  "symfony/dotenv": "<5.1",
0d8c0f816   Thanasis Naskos   initial commit
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
                  "symfony/event-dispatcher": "<4.4",
                  "symfony/lock": "<4.4",
                  "symfony/process": "<4.4"
              },
              "provide": {
                  "psr/log-implementation": "1.0"
              },
              "require-dev": {
                  "psr/log": "~1.0",
                  "symfony/config": "^4.4|^5.0",
                  "symfony/dependency-injection": "^4.4|^5.0",
                  "symfony/event-dispatcher": "^4.4|^5.0",
                  "symfony/lock": "^4.4|^5.0",
                  "symfony/process": "^4.4|^5.0",
                  "symfony/var-dumper": "^4.4|^5.0"
              },
              "suggest": {
                  "psr/log": "For using the console logger",
                  "symfony/event-dispatcher": "",
                  "symfony/lock": "",
                  "symfony/process": ""
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\Console\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3197
              "description": "Eases the creation of beautiful and testable command line interfaces",
0d8c0f816   Thanasis Naskos   initial commit
3198
              "homepage": "https://symfony.com",
25df08e6c   Chris Bellas   Merged changes fr...
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
              "keywords": [
                  "cli",
                  "command line",
                  "console",
                  "terminal"
              ],
              "support": {
                  "source": "https://github.com/symfony/console/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-28T22:06:19+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3223
3224
3225
          },
          {
              "name": "symfony/css-selector",
25df08e6c   Chris Bellas   Merged changes fr...
3226
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
3227
3228
3229
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/css-selector.git",
25df08e6c   Chris Bellas   Merged changes fr...
3230
                  "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f"
0d8c0f816   Thanasis Naskos   initial commit
3231
3232
3233
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3234
3235
                  "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f",
                  "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f",
0d8c0f816   Thanasis Naskos   initial commit
3236
3237
3238
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3239
                  "php": ">=7.2.5"
0d8c0f816   Thanasis Naskos   initial commit
3240
3241
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\CssSelector\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Jean-François Simon",
                      "email": "jeanfrancois.simon@sensiolabs.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3268
              "description": "Converts CSS selectors to XPath expressions",
0d8c0f816   Thanasis Naskos   initial commit
3269
              "homepage": "https://symfony.com",
25df08e6c   Chris Bellas   Merged changes fr...
3270
3271
3272
              "support": {
                  "source": "https://github.com/symfony/css-selector/tree/v5.2.3"
              },
0d8c0f816   Thanasis Naskos   initial commit
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3287
              "time": "2021-01-27T10:01:46+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3288
3289
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
3290
3291
              "name": "symfony/deprecation-contracts",
              "version": "v2.2.0",
0d8c0f816   Thanasis Naskos   initial commit
3292
3293
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
3294
3295
                  "url": "https://github.com/symfony/deprecation-contracts.git",
                  "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
0d8c0f816   Thanasis Naskos   initial commit
3296
3297
3298
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3299
3300
                  "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
                  "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
0d8c0f816   Thanasis Naskos   initial commit
3301
3302
3303
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3304
                  "php": ">=7.1"
0d8c0f816   Thanasis Naskos   initial commit
3305
3306
3307
3308
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
3309
3310
3311
3312
3313
                      "dev-master": "2.2-dev"
                  },
                  "thanks": {
                      "name": "symfony/contracts",
                      "url": "https://github.com/symfony/contracts"
0d8c0f816   Thanasis Naskos   initial commit
3314
3315
3316
                  }
              },
              "autoload": {
25df08e6c   Chris Bellas   Merged changes fr...
3317
3318
                  "files": [
                      "function.php"
0d8c0f816   Thanasis Naskos   initial commit
3319
3320
3321
3322
3323
3324
3325
3326
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
25df08e6c   Chris Bellas   Merged changes fr...
3327
3328
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
0d8c0f816   Thanasis Naskos   initial commit
3329
3330
3331
3332
3333
3334
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3335
              "description": "A generic function and convention to trigger deprecation notices",
0d8c0f816   Thanasis Naskos   initial commit
3336
              "homepage": "https://symfony.com",
25df08e6c   Chris Bellas   Merged changes fr...
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
              "support": {
                  "source": "https://github.com/symfony/deprecation-contracts/tree/master"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-09-07T11:33:47+00:00"
          },
          {
              "name": "symfony/error-handler",
              "version": "v5.2.3",
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/error-handler.git",
                  "reference": "48f18b3609e120ea66d59142c23dc53e9562c26d"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/symfony/error-handler/zipball/48f18b3609e120ea66d59142c23dc53e9562c26d",
                  "reference": "48f18b3609e120ea66d59142c23dc53e9562c26d",
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.2.5",
                  "psr/log": "^1.0",
                  "symfony/polyfill-php80": "^1.15",
                  "symfony/var-dumper": "^4.4|^5.0"
              },
              "require-dev": {
                  "symfony/deprecation-contracts": "^2.1",
                  "symfony/http-kernel": "^4.4|^5.0",
                  "symfony/serializer": "^4.4|^5.0"
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\ErrorHandler\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Provides tools to manage errors and ease debugging PHP code",
              "homepage": "https://symfony.com",
              "support": {
                  "source": "https://github.com/symfony/error-handler/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-28T22:06:19+00:00"
          },
          {
0d8c0f816   Thanasis Naskos   initial commit
3426
              "name": "symfony/event-dispatcher",
25df08e6c   Chris Bellas   Merged changes fr...
3427
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
3428
3429
3430
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/event-dispatcher.git",
25df08e6c   Chris Bellas   Merged changes fr...
3431
                  "reference": "4f9760f8074978ad82e2ce854dff79a71fe45367"
0d8c0f816   Thanasis Naskos   initial commit
3432
3433
3434
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3435
3436
                  "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4f9760f8074978ad82e2ce854dff79a71fe45367",
                  "reference": "4f9760f8074978ad82e2ce854dff79a71fe45367",
0d8c0f816   Thanasis Naskos   initial commit
3437
3438
3439
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3440
3441
3442
3443
                  "php": ">=7.2.5",
                  "symfony/deprecation-contracts": "^2.1",
                  "symfony/event-dispatcher-contracts": "^2",
                  "symfony/polyfill-php80": "^1.15"
0d8c0f816   Thanasis Naskos   initial commit
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
              },
              "conflict": {
                  "symfony/dependency-injection": "<4.4"
              },
              "provide": {
                  "psr/event-dispatcher-implementation": "1.0",
                  "symfony/event-dispatcher-implementation": "2.0"
              },
              "require-dev": {
                  "psr/log": "~1.0",
                  "symfony/config": "^4.4|^5.0",
                  "symfony/dependency-injection": "^4.4|^5.0",
25df08e6c   Chris Bellas   Merged changes fr...
3456
                  "symfony/error-handler": "^4.4|^5.0",
0d8c0f816   Thanasis Naskos   initial commit
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
                  "symfony/expression-language": "^4.4|^5.0",
                  "symfony/http-foundation": "^4.4|^5.0",
                  "symfony/service-contracts": "^1.1|^2",
                  "symfony/stopwatch": "^4.4|^5.0"
              },
              "suggest": {
                  "symfony/dependency-injection": "",
                  "symfony/http-kernel": ""
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\EventDispatcher\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3489
              "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
0d8c0f816   Thanasis Naskos   initial commit
3490
              "homepage": "https://symfony.com",
25df08e6c   Chris Bellas   Merged changes fr...
3491
3492
3493
              "support": {
                  "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.3"
              },
0d8c0f816   Thanasis Naskos   initial commit
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3508
              "time": "2021-01-27T10:36:42+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3509
3510
3511
          },
          {
              "name": "symfony/event-dispatcher-contracts",
25df08e6c   Chris Bellas   Merged changes fr...
3512
              "version": "v2.2.0",
0d8c0f816   Thanasis Naskos   initial commit
3513
3514
3515
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/event-dispatcher-contracts.git",
25df08e6c   Chris Bellas   Merged changes fr...
3516
                  "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
0d8c0f816   Thanasis Naskos   initial commit
3517
3518
3519
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3520
3521
                  "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
                  "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
0d8c0f816   Thanasis Naskos   initial commit
3522
3523
3524
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3525
                  "php": ">=7.2.5",
0d8c0f816   Thanasis Naskos   initial commit
3526
3527
3528
3529
3530
3531
3532
3533
                  "psr/event-dispatcher": "^1"
              },
              "suggest": {
                  "symfony/event-dispatcher-implementation": ""
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
3534
3535
3536
3537
3538
                      "dev-master": "2.2-dev"
                  },
                  "thanks": {
                      "name": "symfony/contracts",
                      "url": "https://github.com/symfony/contracts"
0d8c0f816   Thanasis Naskos   initial commit
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Symfony\\Contracts\\EventDispatcher\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Generic abstractions related to dispatching event",
              "homepage": "https://symfony.com",
              "keywords": [
                  "abstractions",
                  "contracts",
                  "decoupling",
                  "interfaces",
                  "interoperability",
                  "standards"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
              "support": {
                  "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.2.0"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-09-07T11:33:47+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3588
3589
3590
          },
          {
              "name": "symfony/finder",
25df08e6c   Chris Bellas   Merged changes fr...
3591
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
3592
3593
3594
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/finder.git",
25df08e6c   Chris Bellas   Merged changes fr...
3595
                  "reference": "4adc8d172d602008c204c2e16956f99257248e03"
0d8c0f816   Thanasis Naskos   initial commit
3596
3597
3598
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3599
3600
                  "url": "https://api.github.com/repos/symfony/finder/zipball/4adc8d172d602008c204c2e16956f99257248e03",
                  "reference": "4adc8d172d602008c204c2e16956f99257248e03",
0d8c0f816   Thanasis Naskos   initial commit
3601
3602
3603
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3604
                  "php": ">=7.2.5"
0d8c0f816   Thanasis Naskos   initial commit
3605
3606
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\Finder\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3629
              "description": "Finds files and directories via an intuitive fluent interface",
0d8c0f816   Thanasis Naskos   initial commit
3630
              "homepage": "https://symfony.com",
25df08e6c   Chris Bellas   Merged changes fr...
3631
3632
3633
              "support": {
                  "source": "https://github.com/symfony/finder/tree/v5.2.3"
              },
0d8c0f816   Thanasis Naskos   initial commit
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3648
              "time": "2021-01-28T22:06:19+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3649
3650
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
3651
3652
              "name": "symfony/http-client-contracts",
              "version": "v2.3.1",
0d8c0f816   Thanasis Naskos   initial commit
3653
3654
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
3655
3656
                  "url": "https://github.com/symfony/http-client-contracts.git",
                  "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
0d8c0f816   Thanasis Naskos   initial commit
3657
3658
3659
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3660
3661
                  "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
                  "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
0d8c0f816   Thanasis Naskos   initial commit
3662
3663
3664
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3665
                  "php": ">=7.2.5"
0d8c0f816   Thanasis Naskos   initial commit
3666
              },
25df08e6c   Chris Bellas   Merged changes fr...
3667
3668
              "suggest": {
                  "symfony/http-client-implementation": ""
0d8c0f816   Thanasis Naskos   initial commit
3669
3670
3671
              },
              "type": "library",
              "extra": {
25df08e6c   Chris Bellas   Merged changes fr...
3672
                  "branch-version": "2.3",
0d8c0f816   Thanasis Naskos   initial commit
3673
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
                      "dev-main": "2.3-dev"
                  },
                  "thanks": {
                      "name": "symfony/contracts",
                      "url": "https://github.com/symfony/contracts"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Symfony\\Contracts\\HttpClient\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Generic abstractions related to HTTP clients",
              "homepage": "https://symfony.com",
              "keywords": [
                  "abstractions",
                  "contracts",
                  "decoupling",
                  "interfaces",
                  "interoperability",
                  "standards"
              ],
              "support": {
                  "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
0d8c0f816   Thanasis Naskos   initial commit
3725
                  }
25df08e6c   Chris Bellas   Merged changes fr...
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
              ],
              "time": "2020-10-14T17:08:19+00:00"
          },
          {
              "name": "symfony/http-foundation",
              "version": "v5.2.3",
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/http-foundation.git",
                  "reference": "20c554c0f03f7cde5ce230ed248470cccbc34c36"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/symfony/http-foundation/zipball/20c554c0f03f7cde5ce230ed248470cccbc34c36",
                  "reference": "20c554c0f03f7cde5ce230ed248470cccbc34c36",
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.2.5",
                  "symfony/deprecation-contracts": "^2.1",
                  "symfony/polyfill-mbstring": "~1.1",
                  "symfony/polyfill-php80": "^1.15"
0d8c0f816   Thanasis Naskos   initial commit
3748
              },
25df08e6c   Chris Bellas   Merged changes fr...
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
              "require-dev": {
                  "predis/predis": "~1.0",
                  "symfony/cache": "^4.4|^5.0",
                  "symfony/expression-language": "^4.4|^5.0",
                  "symfony/mime": "^4.4|^5.0"
              },
              "suggest": {
                  "symfony/mime": "To use the file extension guesser"
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\HttpFoundation\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3781
              "description": "Defines an object-oriented layer for the HTTP specification",
0d8c0f816   Thanasis Naskos   initial commit
3782
              "homepage": "https://symfony.com",
25df08e6c   Chris Bellas   Merged changes fr...
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
              "support": {
                  "source": "https://github.com/symfony/http-foundation/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-02-03T04:42:09+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3801
3802
3803
          },
          {
              "name": "symfony/http-kernel",
25df08e6c   Chris Bellas   Merged changes fr...
3804
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
3805
3806
3807
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/http-kernel.git",
25df08e6c   Chris Bellas   Merged changes fr...
3808
                  "reference": "89bac04f29e7b0b52f9fa6a4288ca7a8f90a1a05"
0d8c0f816   Thanasis Naskos   initial commit
3809
3810
3811
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3812
3813
                  "url": "https://api.github.com/repos/symfony/http-kernel/zipball/89bac04f29e7b0b52f9fa6a4288ca7a8f90a1a05",
                  "reference": "89bac04f29e7b0b52f9fa6a4288ca7a8f90a1a05",
0d8c0f816   Thanasis Naskos   initial commit
3814
3815
3816
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3817
                  "php": ">=7.2.5",
0d8c0f816   Thanasis Naskos   initial commit
3818
                  "psr/log": "~1.0",
25df08e6c   Chris Bellas   Merged changes fr...
3819
                  "symfony/deprecation-contracts": "^2.1",
0d8c0f816   Thanasis Naskos   initial commit
3820
3821
                  "symfony/error-handler": "^4.4|^5.0",
                  "symfony/event-dispatcher": "^5.0",
25df08e6c   Chris Bellas   Merged changes fr...
3822
                  "symfony/http-client-contracts": "^1.1|^2",
0d8c0f816   Thanasis Naskos   initial commit
3823
3824
                  "symfony/http-foundation": "^4.4|^5.0",
                  "symfony/polyfill-ctype": "^1.8",
25df08e6c   Chris Bellas   Merged changes fr...
3825
3826
                  "symfony/polyfill-php73": "^1.9",
                  "symfony/polyfill-php80": "^1.15"
0d8c0f816   Thanasis Naskos   initial commit
3827
3828
3829
3830
3831
              },
              "conflict": {
                  "symfony/browser-kit": "<4.4",
                  "symfony/cache": "<5.0",
                  "symfony/config": "<5.0",
25df08e6c   Chris Bellas   Merged changes fr...
3832
3833
                  "symfony/console": "<4.4",
                  "symfony/dependency-injection": "<5.1.8",
0d8c0f816   Thanasis Naskos   initial commit
3834
3835
3836
3837
3838
3839
3840
3841
                  "symfony/doctrine-bridge": "<5.0",
                  "symfony/form": "<5.0",
                  "symfony/http-client": "<5.0",
                  "symfony/mailer": "<5.0",
                  "symfony/messenger": "<5.0",
                  "symfony/translation": "<5.0",
                  "symfony/twig-bridge": "<5.0",
                  "symfony/validator": "<5.0",
25df08e6c   Chris Bellas   Merged changes fr...
3842
                  "twig/twig": "<2.13"
0d8c0f816   Thanasis Naskos   initial commit
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
              },
              "provide": {
                  "psr/log-implementation": "1.0"
              },
              "require-dev": {
                  "psr/cache": "~1.0",
                  "symfony/browser-kit": "^4.4|^5.0",
                  "symfony/config": "^5.0",
                  "symfony/console": "^4.4|^5.0",
                  "symfony/css-selector": "^4.4|^5.0",
25df08e6c   Chris Bellas   Merged changes fr...
3853
                  "symfony/dependency-injection": "^5.1.8",
0d8c0f816   Thanasis Naskos   initial commit
3854
3855
3856
3857
3858
3859
3860
3861
                  "symfony/dom-crawler": "^4.4|^5.0",
                  "symfony/expression-language": "^4.4|^5.0",
                  "symfony/finder": "^4.4|^5.0",
                  "symfony/process": "^4.4|^5.0",
                  "symfony/routing": "^4.4|^5.0",
                  "symfony/stopwatch": "^4.4|^5.0",
                  "symfony/translation": "^4.4|^5.0",
                  "symfony/translation-contracts": "^1.1|^2",
25df08e6c   Chris Bellas   Merged changes fr...
3862
                  "twig/twig": "^2.13|^3.0.4"
0d8c0f816   Thanasis Naskos   initial commit
3863
3864
3865
3866
3867
3868
3869
3870
              },
              "suggest": {
                  "symfony/browser-kit": "",
                  "symfony/config": "",
                  "symfony/console": "",
                  "symfony/dependency-injection": ""
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\HttpKernel\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3893
              "description": "Provides a structured process for converting a Request into a Response",
0d8c0f816   Thanasis Naskos   initial commit
3894
              "homepage": "https://symfony.com",
25df08e6c   Chris Bellas   Merged changes fr...
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
              "support": {
                  "source": "https://github.com/symfony/http-kernel/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-02-03T04:51:58+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3913
3914
3915
          },
          {
              "name": "symfony/mime",
25df08e6c   Chris Bellas   Merged changes fr...
3916
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
3917
3918
3919
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/mime.git",
25df08e6c   Chris Bellas   Merged changes fr...
3920
                  "reference": "7dee6a43493f39b51ff6c5bb2bd576fe40a76c86"
0d8c0f816   Thanasis Naskos   initial commit
3921
3922
3923
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
3924
3925
                  "url": "https://api.github.com/repos/symfony/mime/zipball/7dee6a43493f39b51ff6c5bb2bd576fe40a76c86",
                  "reference": "7dee6a43493f39b51ff6c5bb2bd576fe40a76c86",
0d8c0f816   Thanasis Naskos   initial commit
3926
3927
3928
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
3929
3930
                  "php": ">=7.2.5",
                  "symfony/deprecation-contracts": "^2.1",
0d8c0f816   Thanasis Naskos   initial commit
3931
                  "symfony/polyfill-intl-idn": "^1.10",
25df08e6c   Chris Bellas   Merged changes fr...
3932
3933
                  "symfony/polyfill-mbstring": "^1.0",
                  "symfony/polyfill-php80": "^1.15"
0d8c0f816   Thanasis Naskos   initial commit
3934
3935
              },
              "conflict": {
25df08e6c   Chris Bellas   Merged changes fr...
3936
3937
                  "phpdocumentor/reflection-docblock": "<3.2.2",
                  "phpdocumentor/type-resolver": "<1.4.0",
0d8c0f816   Thanasis Naskos   initial commit
3938
3939
3940
3941
                  "symfony/mailer": "<4.4"
              },
              "require-dev": {
                  "egulias/email-validator": "^2.1.10",
25df08e6c   Chris Bellas   Merged changes fr...
3942
3943
3944
3945
3946
                  "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                  "symfony/dependency-injection": "^4.4|^5.0",
                  "symfony/property-access": "^4.4|^5.1",
                  "symfony/property-info": "^4.4|^5.1",
                  "symfony/serializer": "^5.2"
0d8c0f816   Thanasis Naskos   initial commit
3947
3948
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\Mime\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3971
              "description": "Allows manipulating MIME messages",
0d8c0f816   Thanasis Naskos   initial commit
3972
3973
3974
3975
3976
              "homepage": "https://symfony.com",
              "keywords": [
                  "mime",
                  "mime-type"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
              "support": {
                  "source": "https://github.com/symfony/mime/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-02-02T06:10:15+00:00"
0d8c0f816   Thanasis Naskos   initial commit
3995
3996
3997
          },
          {
              "name": "symfony/polyfill-ctype",
25df08e6c   Chris Bellas   Merged changes fr...
3998
              "version": "v1.22.1",
0d8c0f816   Thanasis Naskos   initial commit
3999
4000
4001
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/polyfill-ctype.git",
25df08e6c   Chris Bellas   Merged changes fr...
4002
                  "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
0d8c0f816   Thanasis Naskos   initial commit
4003
4004
4005
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4006
4007
                  "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
                  "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
0d8c0f816   Thanasis Naskos   initial commit
4008
4009
4010
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4011
                  "php": ">=7.1"
0d8c0f816   Thanasis Naskos   initial commit
4012
4013
4014
4015
4016
4017
4018
              },
              "suggest": {
                  "ext-ctype": "For best performance"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
4019
4020
4021
4022
4023
                      "dev-main": "1.22-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
0d8c0f816   Thanasis Naskos   initial commit
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Symfony\\Polyfill\\Ctype\\": ""
                  },
                  "files": [
                      "bootstrap.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Gert de Pagter",
                      "email": "BackEndTea@gmail.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Symfony polyfill for ctype functions",
              "homepage": "https://symfony.com",
              "keywords": [
                  "compatibility",
                  "ctype",
                  "polyfill",
                  "portable"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4056
4057
4058
              "support": {
                  "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
              },
0d8c0f816   Thanasis Naskos   initial commit
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4073
              "time": "2021-01-07T16:49:33+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4074
4075
4076
          },
          {
              "name": "symfony/polyfill-iconv",
25df08e6c   Chris Bellas   Merged changes fr...
4077
              "version": "v1.22.1",
0d8c0f816   Thanasis Naskos   initial commit
4078
4079
4080
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/polyfill-iconv.git",
25df08e6c   Chris Bellas   Merged changes fr...
4081
                  "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342"
0d8c0f816   Thanasis Naskos   initial commit
4082
4083
4084
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4085
4086
                  "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/06fb361659649bcfd6a208a0f1fcaf4e827ad342",
                  "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342",
0d8c0f816   Thanasis Naskos   initial commit
4087
4088
4089
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4090
                  "php": ">=7.1"
0d8c0f816   Thanasis Naskos   initial commit
4091
4092
4093
4094
4095
4096
4097
              },
              "suggest": {
                  "ext-iconv": "For best performance"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
4098
4099
4100
4101
4102
                      "dev-main": "1.22-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
0d8c0f816   Thanasis Naskos   initial commit
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Symfony\\Polyfill\\Iconv\\": ""
                  },
                  "files": [
                      "bootstrap.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Symfony polyfill for the Iconv extension",
              "homepage": "https://symfony.com",
              "keywords": [
                  "compatibility",
                  "iconv",
                  "polyfill",
                  "portable",
                  "shim"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4136
4137
4138
              "support": {
                  "source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.1"
              },
0d8c0f816   Thanasis Naskos   initial commit
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4153
              "time": "2021-01-22T09:19:47+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4154
4155
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
4156
4157
              "name": "symfony/polyfill-intl-grapheme",
              "version": "v1.22.1",
0d8c0f816   Thanasis Naskos   initial commit
4158
4159
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
4160
4161
                  "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                  "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
0d8c0f816   Thanasis Naskos   initial commit
4162
4163
4164
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4165
4166
                  "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
                  "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
0d8c0f816   Thanasis Naskos   initial commit
4167
4168
4169
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4170
                  "php": ">=7.1"
0d8c0f816   Thanasis Naskos   initial commit
4171
4172
4173
4174
4175
4176
4177
              },
              "suggest": {
                  "ext-intl": "For best performance"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
4178
4179
4180
4181
4182
                      "dev-main": "1.22-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
0d8c0f816   Thanasis Naskos   initial commit
4183
4184
4185
4186
                  }
              },
              "autoload": {
                  "psr-4": {
25df08e6c   Chris Bellas   Merged changes fr...
4187
                      "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
0d8c0f816   Thanasis Naskos   initial commit
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
                  },
                  "files": [
                      "bootstrap.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
25df08e6c   Chris Bellas   Merged changes fr...
4199
4200
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
0d8c0f816   Thanasis Naskos   initial commit
4201
4202
4203
4204
4205
4206
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4207
              "description": "Symfony polyfill for intl's grapheme_* functions",
0d8c0f816   Thanasis Naskos   initial commit
4208
4209
4210
              "homepage": "https://symfony.com",
              "keywords": [
                  "compatibility",
25df08e6c   Chris Bellas   Merged changes fr...
4211
                  "grapheme",
0d8c0f816   Thanasis Naskos   initial commit
4212
4213
4214
4215
4216
                  "intl",
                  "polyfill",
                  "portable",
                  "shim"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4217
4218
4219
              "support": {
                  "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1"
              },
0d8c0f816   Thanasis Naskos   initial commit
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4234
              "time": "2021-01-22T09:19:47+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4235
4236
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
4237
4238
              "name": "symfony/polyfill-intl-idn",
              "version": "v1.22.1",
0d8c0f816   Thanasis Naskos   initial commit
4239
4240
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
4241
4242
                  "url": "https://github.com/symfony/polyfill-intl-idn.git",
                  "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
0d8c0f816   Thanasis Naskos   initial commit
4243
4244
4245
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4246
4247
                  "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
                  "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
0d8c0f816   Thanasis Naskos   initial commit
4248
4249
4250
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4251
4252
4253
                  "php": ">=7.1",
                  "symfony/polyfill-intl-normalizer": "^1.10",
                  "symfony/polyfill-php72": "^1.10"
0d8c0f816   Thanasis Naskos   initial commit
4254
4255
              },
              "suggest": {
25df08e6c   Chris Bellas   Merged changes fr...
4256
                  "ext-intl": "For best performance"
0d8c0f816   Thanasis Naskos   initial commit
4257
4258
4259
4260
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
4261
4262
4263
4264
4265
                      "dev-main": "1.22-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
0d8c0f816   Thanasis Naskos   initial commit
4266
4267
4268
4269
                  }
              },
              "autoload": {
                  "psr-4": {
25df08e6c   Chris Bellas   Merged changes fr...
4270
                      "Symfony\\Polyfill\\Intl\\Idn\\": ""
0d8c0f816   Thanasis Naskos   initial commit
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
                  },
                  "files": [
                      "bootstrap.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
25df08e6c   Chris Bellas   Merged changes fr...
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
                      "name": "Laurent Bassin",
                      "email": "laurent@bassin.info"
                  },
                  {
                      "name": "Trevor Rowbotham",
                      "email": "trevor.rowbotham@pm.me"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
              "homepage": "https://symfony.com",
              "keywords": [
                  "compatibility",
                  "idn",
                  "intl",
                  "polyfill",
                  "portable",
                  "shim"
              ],
              "support": {
                  "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-22T09:19:47+00:00"
          },
          {
              "name": "symfony/polyfill-intl-normalizer",
              "version": "v1.22.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                  "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
                  "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.1"
              },
              "suggest": {
                  "ext-intl": "For best performance"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-main": "1.22-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                  },
                  "files": [
                      "bootstrap.php"
                  ],
                  "classmap": [
                      "Resources/stubs"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
0d8c0f816   Thanasis Naskos   initial commit
4370
4371
4372
4373
4374
4375
4376
4377
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4378
              "description": "Symfony polyfill for intl's Normalizer class and related functions",
0d8c0f816   Thanasis Naskos   initial commit
4379
4380
4381
              "homepage": "https://symfony.com",
              "keywords": [
                  "compatibility",
25df08e6c   Chris Bellas   Merged changes fr...
4382
4383
                  "intl",
                  "normalizer",
0d8c0f816   Thanasis Naskos   initial commit
4384
4385
4386
4387
                  "polyfill",
                  "portable",
                  "shim"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4388
4389
4390
              "support": {
                  "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
              },
0d8c0f816   Thanasis Naskos   initial commit
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4405
              "time": "2021-01-22T09:19:47+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4406
4407
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
4408
4409
              "name": "symfony/polyfill-mbstring",
              "version": "v1.22.1",
0d8c0f816   Thanasis Naskos   initial commit
4410
4411
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
4412
4413
                  "url": "https://github.com/symfony/polyfill-mbstring.git",
                  "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
0d8c0f816   Thanasis Naskos   initial commit
4414
4415
4416
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4417
4418
                  "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
                  "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
0d8c0f816   Thanasis Naskos   initial commit
4419
4420
4421
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4422
4423
4424
4425
                  "php": ">=7.1"
              },
              "suggest": {
                  "ext-mbstring": "For best performance"
0d8c0f816   Thanasis Naskos   initial commit
4426
4427
4428
4429
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
4430
4431
4432
4433
4434
                      "dev-main": "1.22-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
0d8c0f816   Thanasis Naskos   initial commit
4435
4436
4437
4438
                  }
              },
              "autoload": {
                  "psr-4": {
25df08e6c   Chris Bellas   Merged changes fr...
4439
                      "Symfony\\Polyfill\\Mbstring\\": ""
0d8c0f816   Thanasis Naskos   initial commit
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
                  },
                  "files": [
                      "bootstrap.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
              "description": "Symfony polyfill for the Mbstring extension",
              "homepage": "https://symfony.com",
              "keywords": [
                  "compatibility",
                  "mbstring",
                  "polyfill",
                  "portable",
                  "shim"
              ],
              "support": {
                  "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-22T09:19:47+00:00"
          },
          {
              "name": "symfony/polyfill-php56",
              "version": "v1.20.0",
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/polyfill-php56.git",
                  "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
                  "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.1"
              },
              "type": "metapackage",
              "extra": {
                  "branch-alias": {
                      "dev-main": "1.20-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
0d8c0f816   Thanasis Naskos   initial commit
4528
4529
4530
4531
4532
4533
4534
4535
              "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
              "homepage": "https://symfony.com",
              "keywords": [
                  "compatibility",
                  "polyfill",
                  "portable",
                  "shim"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4536
4537
4538
              "support": {
                  "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
              },
0d8c0f816   Thanasis Naskos   initial commit
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4553
              "time": "2020-10-23T14:02:19+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4554
4555
4556
          },
          {
              "name": "symfony/polyfill-php72",
25df08e6c   Chris Bellas   Merged changes fr...
4557
              "version": "v1.22.1",
0d8c0f816   Thanasis Naskos   initial commit
4558
4559
4560
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/polyfill-php72.git",
25df08e6c   Chris Bellas   Merged changes fr...
4561
                  "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
0d8c0f816   Thanasis Naskos   initial commit
4562
4563
4564
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4565
4566
                  "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
                  "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
0d8c0f816   Thanasis Naskos   initial commit
4567
4568
4569
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4570
                  "php": ">=7.1"
0d8c0f816   Thanasis Naskos   initial commit
4571
4572
4573
4574
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
4575
4576
4577
4578
4579
                      "dev-main": "1.22-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
0d8c0f816   Thanasis Naskos   initial commit
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Symfony\\Polyfill\\Php72\\": ""
                  },
                  "files": [
                      "bootstrap.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
              "homepage": "https://symfony.com",
              "keywords": [
                  "compatibility",
                  "polyfill",
                  "portable",
                  "shim"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4612
4613
4614
              "support": {
                  "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
              },
0d8c0f816   Thanasis Naskos   initial commit
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4629
              "time": "2021-01-07T16:49:33+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4630
4631
4632
          },
          {
              "name": "symfony/polyfill-php73",
25df08e6c   Chris Bellas   Merged changes fr...
4633
              "version": "v1.22.1",
0d8c0f816   Thanasis Naskos   initial commit
4634
4635
4636
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/polyfill-php73.git",
25df08e6c   Chris Bellas   Merged changes fr...
4637
                  "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
0d8c0f816   Thanasis Naskos   initial commit
4638
4639
4640
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4641
4642
                  "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
                  "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
0d8c0f816   Thanasis Naskos   initial commit
4643
4644
4645
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4646
                  "php": ">=7.1"
0d8c0f816   Thanasis Naskos   initial commit
4647
4648
4649
4650
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
4651
4652
4653
4654
4655
                      "dev-main": "1.22-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
0d8c0f816   Thanasis Naskos   initial commit
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Symfony\\Polyfill\\Php73\\": ""
                  },
                  "files": [
                      "bootstrap.php"
                  ],
                  "classmap": [
                      "Resources/stubs"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
              "homepage": "https://symfony.com",
              "keywords": [
                  "compatibility",
                  "polyfill",
                  "portable",
                  "shim"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4691
4692
4693
              "support": {
                  "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
              },
0d8c0f816   Thanasis Naskos   initial commit
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4708
              "time": "2021-01-07T16:49:33+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4709
4710
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
4711
4712
              "name": "symfony/polyfill-php80",
              "version": "v1.22.1",
0d8c0f816   Thanasis Naskos   initial commit
4713
4714
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
4715
4716
                  "url": "https://github.com/symfony/polyfill-php80.git",
                  "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
0d8c0f816   Thanasis Naskos   initial commit
4717
4718
4719
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4720
4721
                  "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
                  "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
0d8c0f816   Thanasis Naskos   initial commit
4722
4723
4724
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4725
                  "php": ">=7.1"
0d8c0f816   Thanasis Naskos   initial commit
4726
4727
4728
4729
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
4730
4731
4732
4733
4734
                      "dev-main": "1.22-dev"
                  },
                  "thanks": {
                      "name": "symfony/polyfill",
                      "url": "https://github.com/symfony/polyfill"
0d8c0f816   Thanasis Naskos   initial commit
4735
4736
4737
4738
                  }
              },
              "autoload": {
                  "psr-4": {
25df08e6c   Chris Bellas   Merged changes fr...
4739
4740
4741
4742
4743
4744
4745
4746
                      "Symfony\\Polyfill\\Php80\\": ""
                  },
                  "files": [
                      "bootstrap.php"
                  ],
                  "classmap": [
                      "Resources/stubs"
                  ]
0d8c0f816   Thanasis Naskos   initial commit
4747
4748
4749
4750
4751
4752
4753
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
25df08e6c   Chris Bellas   Merged changes fr...
4754
4755
4756
4757
                      "name": "Ion Bazan",
                      "email": "ion.bazan@gmail.com"
                  },
                  {
0d8c0f816   Thanasis Naskos   initial commit
4758
4759
4760
4761
4762
4763
4764
4765
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4766
              "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
0d8c0f816   Thanasis Naskos   initial commit
4767
4768
              "homepage": "https://symfony.com",
              "keywords": [
0d8c0f816   Thanasis Naskos   initial commit
4769
4770
                  "compatibility",
                  "polyfill",
25df08e6c   Chris Bellas   Merged changes fr...
4771
                  "portable",
0d8c0f816   Thanasis Naskos   initial commit
4772
4773
                  "shim"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4774
4775
4776
              "support": {
                  "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
              },
0d8c0f816   Thanasis Naskos   initial commit
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4791
              "time": "2021-01-07T16:49:33+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4792
4793
4794
          },
          {
              "name": "symfony/process",
25df08e6c   Chris Bellas   Merged changes fr...
4795
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
4796
4797
4798
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/process.git",
25df08e6c   Chris Bellas   Merged changes fr...
4799
                  "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
0d8c0f816   Thanasis Naskos   initial commit
4800
4801
4802
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4803
4804
                  "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
                  "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
0d8c0f816   Thanasis Naskos   initial commit
4805
4806
4807
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4808
4809
                  "php": ">=7.2.5",
                  "symfony/polyfill-php80": "^1.15"
0d8c0f816   Thanasis Naskos   initial commit
4810
4811
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\Process\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4834
              "description": "Executes commands in sub-processes",
0d8c0f816   Thanasis Naskos   initial commit
4835
              "homepage": "https://symfony.com",
25df08e6c   Chris Bellas   Merged changes fr...
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
              "support": {
                  "source": "https://github.com/symfony/process/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-27T10:15:41+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4854
4855
4856
          },
          {
              "name": "symfony/routing",
25df08e6c   Chris Bellas   Merged changes fr...
4857
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
4858
4859
4860
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/routing.git",
25df08e6c   Chris Bellas   Merged changes fr...
4861
                  "reference": "348b5917e56546c6d96adbf21d7f92c9ef563661"
0d8c0f816   Thanasis Naskos   initial commit
4862
4863
4864
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4865
4866
                  "url": "https://api.github.com/repos/symfony/routing/zipball/348b5917e56546c6d96adbf21d7f92c9ef563661",
                  "reference": "348b5917e56546c6d96adbf21d7f92c9ef563661",
0d8c0f816   Thanasis Naskos   initial commit
4867
4868
4869
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4870
4871
4872
                  "php": ">=7.2.5",
                  "symfony/deprecation-contracts": "^2.1",
                  "symfony/polyfill-php80": "^1.15"
0d8c0f816   Thanasis Naskos   initial commit
4873
4874
4875
4876
4877
4878
4879
              },
              "conflict": {
                  "symfony/config": "<5.0",
                  "symfony/dependency-injection": "<4.4",
                  "symfony/yaml": "<4.4"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
4880
                  "doctrine/annotations": "^1.10.4",
0d8c0f816   Thanasis Naskos   initial commit
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
                  "psr/log": "~1.0",
                  "symfony/config": "^5.0",
                  "symfony/dependency-injection": "^4.4|^5.0",
                  "symfony/expression-language": "^4.4|^5.0",
                  "symfony/http-foundation": "^4.4|^5.0",
                  "symfony/yaml": "^4.4|^5.0"
              },
              "suggest": {
                  "doctrine/annotations": "For using the annotation loader",
                  "symfony/config": "For using the all-in-one router or any loader",
                  "symfony/expression-language": "For using expression matching",
                  "symfony/http-foundation": "For using a Symfony Request object",
                  "symfony/yaml": "For using the YAML loader"
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\Routing\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4918
              "description": "Maps an HTTP request to a set of configuration variables",
0d8c0f816   Thanasis Naskos   initial commit
4919
4920
4921
4922
4923
4924
4925
              "homepage": "https://symfony.com",
              "keywords": [
                  "router",
                  "routing",
                  "uri",
                  "url"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
              "support": {
                  "source": "https://github.com/symfony/routing/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-27T10:15:41+00:00"
0d8c0f816   Thanasis Naskos   initial commit
4944
4945
4946
          },
          {
              "name": "symfony/service-contracts",
25df08e6c   Chris Bellas   Merged changes fr...
4947
              "version": "v2.2.0",
0d8c0f816   Thanasis Naskos   initial commit
4948
4949
4950
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/service-contracts.git",
25df08e6c   Chris Bellas   Merged changes fr...
4951
                  "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
0d8c0f816   Thanasis Naskos   initial commit
4952
4953
4954
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
4955
4956
                  "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
                  "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
0d8c0f816   Thanasis Naskos   initial commit
4957
4958
4959
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
4960
                  "php": ">=7.2.5",
0d8c0f816   Thanasis Naskos   initial commit
4961
4962
4963
4964
4965
4966
4967
4968
                  "psr/container": "^1.0"
              },
              "suggest": {
                  "symfony/service-implementation": ""
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
4969
4970
4971
4972
4973
                      "dev-master": "2.2-dev"
                  },
                  "thanks": {
                      "name": "symfony/contracts",
                      "url": "https://github.com/symfony/contracts"
0d8c0f816   Thanasis Naskos   initial commit
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Symfony\\Contracts\\Service\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Generic abstractions related to writing services",
              "homepage": "https://symfony.com",
              "keywords": [
                  "abstractions",
                  "contracts",
                  "decoupling",
                  "interfaces",
                  "interoperability",
                  "standards"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
              "support": {
                  "source": "https://github.com/symfony/service-contracts/tree/master"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-09-07T11:33:47+00:00"
          },
          {
              "name": "symfony/string",
              "version": "v5.2.3",
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/string.git",
                  "reference": "c95468897f408dd0aca2ff582074423dd0455122"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/symfony/string/zipball/c95468897f408dd0aca2ff582074423dd0455122",
                  "reference": "c95468897f408dd0aca2ff582074423dd0455122",
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.2.5",
                  "symfony/polyfill-ctype": "~1.8",
                  "symfony/polyfill-intl-grapheme": "~1.0",
                  "symfony/polyfill-intl-normalizer": "~1.0",
                  "symfony/polyfill-mbstring": "~1.0",
                  "symfony/polyfill-php80": "~1.15"
              },
              "require-dev": {
                  "symfony/error-handler": "^4.4|^5.0",
                  "symfony/http-client": "^4.4|^5.0",
                  "symfony/translation-contracts": "^1.1|^2",
                  "symfony/var-exporter": "^4.4|^5.0"
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "Symfony\\Component\\String\\": ""
                  },
                  "files": [
                      "Resources/functions.php"
                  ],
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
              "homepage": "https://symfony.com",
              "keywords": [
                  "grapheme",
                  "i18n",
                  "string",
                  "unicode",
                  "utf-8",
                  "utf8"
              ],
              "support": {
                  "source": "https://github.com/symfony/string/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-25T15:14:59+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5106
5107
5108
          },
          {
              "name": "symfony/translation",
25df08e6c   Chris Bellas   Merged changes fr...
5109
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
5110
5111
5112
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/translation.git",
25df08e6c   Chris Bellas   Merged changes fr...
5113
                  "reference": "c021864d4354ee55160ddcfd31dc477a1bc77949"
0d8c0f816   Thanasis Naskos   initial commit
5114
5115
5116
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5117
5118
                  "url": "https://api.github.com/repos/symfony/translation/zipball/c021864d4354ee55160ddcfd31dc477a1bc77949",
                  "reference": "c021864d4354ee55160ddcfd31dc477a1bc77949",
0d8c0f816   Thanasis Naskos   initial commit
5119
5120
5121
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
5122
                  "php": ">=7.2.5",
0d8c0f816   Thanasis Naskos   initial commit
5123
                  "symfony/polyfill-mbstring": "~1.0",
25df08e6c   Chris Bellas   Merged changes fr...
5124
5125
                  "symfony/polyfill-php80": "^1.15",
                  "symfony/translation-contracts": "^2.3"
0d8c0f816   Thanasis Naskos   initial commit
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
              },
              "conflict": {
                  "symfony/config": "<4.4",
                  "symfony/dependency-injection": "<5.0",
                  "symfony/http-kernel": "<5.0",
                  "symfony/twig-bundle": "<5.0",
                  "symfony/yaml": "<4.4"
              },
              "provide": {
                  "symfony/translation-implementation": "2.0"
              },
              "require-dev": {
                  "psr/log": "~1.0",
                  "symfony/config": "^4.4|^5.0",
                  "symfony/console": "^4.4|^5.0",
                  "symfony/dependency-injection": "^5.0",
                  "symfony/finder": "^4.4|^5.0",
                  "symfony/http-kernel": "^5.0",
                  "symfony/intl": "^4.4|^5.0",
                  "symfony/service-contracts": "^1.1.2|^2",
                  "symfony/yaml": "^4.4|^5.0"
              },
              "suggest": {
                  "psr/log-implementation": "To use logging capability in translator",
                  "symfony/config": "",
                  "symfony/yaml": ""
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
5154
              "autoload": {
25df08e6c   Chris Bellas   Merged changes fr...
5155
5156
5157
                  "files": [
                      "Resources/functions.php"
                  ],
0d8c0f816   Thanasis Naskos   initial commit
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
                  "psr-4": {
                      "Symfony\\Component\\Translation\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Fabien Potencier",
                      "email": "fabien@symfony.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5179
              "description": "Provides tools to internationalize your application",
0d8c0f816   Thanasis Naskos   initial commit
5180
              "homepage": "https://symfony.com",
25df08e6c   Chris Bellas   Merged changes fr...
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
              "support": {
                  "source": "https://github.com/symfony/translation/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-27T10:15:41+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5199
5200
5201
          },
          {
              "name": "symfony/translation-contracts",
25df08e6c   Chris Bellas   Merged changes fr...
5202
              "version": "v2.3.0",
0d8c0f816   Thanasis Naskos   initial commit
5203
5204
5205
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/translation-contracts.git",
25df08e6c   Chris Bellas   Merged changes fr...
5206
                  "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
0d8c0f816   Thanasis Naskos   initial commit
5207
5208
5209
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5210
5211
                  "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
                  "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
0d8c0f816   Thanasis Naskos   initial commit
5212
5213
5214
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
5215
                  "php": ">=7.2.5"
0d8c0f816   Thanasis Naskos   initial commit
5216
5217
5218
5219
5220
5221
5222
              },
              "suggest": {
                  "symfony/translation-implementation": ""
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
5223
5224
5225
5226
5227
                      "dev-master": "2.3-dev"
                  },
                  "thanks": {
                      "name": "symfony/contracts",
                      "url": "https://github.com/symfony/contracts"
0d8c0f816   Thanasis Naskos   initial commit
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Symfony\\Contracts\\Translation\\": ""
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
              "description": "Generic abstractions related to translation",
              "homepage": "https://symfony.com",
              "keywords": [
                  "abstractions",
                  "contracts",
                  "decoupling",
                  "interfaces",
                  "interoperability",
                  "standards"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
              "support": {
                  "source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-09-28T13:05:58+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5277
5278
5279
          },
          {
              "name": "symfony/var-dumper",
25df08e6c   Chris Bellas   Merged changes fr...
5280
              "version": "v5.2.3",
0d8c0f816   Thanasis Naskos   initial commit
5281
5282
5283
              "source": {
                  "type": "git",
                  "url": "https://github.com/symfony/var-dumper.git",
25df08e6c   Chris Bellas   Merged changes fr...
5284
                  "reference": "72ca213014a92223a5d18651ce79ef441c12b694"
0d8c0f816   Thanasis Naskos   initial commit
5285
5286
5287
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5288
5289
                  "url": "https://api.github.com/repos/symfony/var-dumper/zipball/72ca213014a92223a5d18651ce79ef441c12b694",
                  "reference": "72ca213014a92223a5d18651ce79ef441c12b694",
0d8c0f816   Thanasis Naskos   initial commit
5290
5291
5292
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
5293
5294
5295
                  "php": ">=7.2.5",
                  "symfony/polyfill-mbstring": "~1.0",
                  "symfony/polyfill-php80": "^1.15"
0d8c0f816   Thanasis Naskos   initial commit
5296
5297
5298
5299
5300
5301
5302
5303
5304
              },
              "conflict": {
                  "phpunit/phpunit": "<5.4.3",
                  "symfony/console": "<4.4"
              },
              "require-dev": {
                  "ext-iconv": "*",
                  "symfony/console": "^4.4|^5.0",
                  "symfony/process": "^4.4|^5.0",
25df08e6c   Chris Bellas   Merged changes fr...
5305
                  "twig/twig": "^2.13|^3.0.4"
0d8c0f816   Thanasis Naskos   initial commit
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
              },
              "suggest": {
                  "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                  "ext-intl": "To show region name in time zone dump",
                  "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
              },
              "bin": [
                  "Resources/bin/var-dump-server"
              ],
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
              "autoload": {
                  "files": [
                      "Resources/functions/dump.php"
                  ],
                  "psr-4": {
                      "Symfony\\Component\\VarDumper\\": ""
                  },
                  "exclude-from-classmap": [
                      "/Tests/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nicolas Grekas",
                      "email": "p@tchwork.com"
                  },
                  {
                      "name": "Symfony Community",
                      "homepage": "https://symfony.com/contributors"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5341
              "description": "Provides mechanisms for walking through any arbitrary PHP variable",
0d8c0f816   Thanasis Naskos   initial commit
5342
5343
5344
5345
5346
              "homepage": "https://symfony.com",
              "keywords": [
                  "debug",
                  "dump"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
              "support": {
                  "source": "https://github.com/symfony/var-dumper/tree/v5.2.3"
              },
              "funding": [
                  {
                      "url": "https://symfony.com/sponsor",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/fabpot",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-27T10:15:41+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5365
5366
5367
          },
          {
              "name": "tijsverkoyen/css-to-inline-styles",
25df08e6c   Chris Bellas   Merged changes fr...
5368
              "version": "2.2.3",
0d8c0f816   Thanasis Naskos   initial commit
5369
5370
5371
              "source": {
                  "type": "git",
                  "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
25df08e6c   Chris Bellas   Merged changes fr...
5372
                  "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
0d8c0f816   Thanasis Naskos   initial commit
5373
5374
5375
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5376
5377
                  "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
                  "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
0d8c0f816   Thanasis Naskos   initial commit
5378
5379
5380
5381
5382
                  "shasum": ""
              },
              "require": {
                  "ext-dom": "*",
                  "ext-libxml": "*",
25df08e6c   Chris Bellas   Merged changes fr...
5383
                  "php": "^5.5 || ^7.0 || ^8.0",
0d8c0f816   Thanasis Naskos   initial commit
5384
5385
5386
                  "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
5387
                  "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
0d8c0f816   Thanasis Naskos   initial commit
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.2.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "TijsVerkoyen\\CssToInlineStyles\\": "src"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Tijs Verkoyen",
                      "email": "css_to_inline_styles@verkoyen.eu",
                      "role": "Developer"
                  }
              ],
              "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
              "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
25df08e6c   Chris Bellas   Merged changes fr...
5413
5414
5415
5416
5417
              "support": {
                  "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
                  "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
              },
              "time": "2020-07-13T06:12:54+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5418
5419
5420
          },
          {
              "name": "tymon/jwt-auth",
25df08e6c   Chris Bellas   Merged changes fr...
5421
              "version": "1.0.2",
0d8c0f816   Thanasis Naskos   initial commit
5422
5423
5424
              "source": {
                  "type": "git",
                  "url": "https://github.com/tymondesigns/jwt-auth.git",
25df08e6c   Chris Bellas   Merged changes fr...
5425
                  "reference": "e588cb719539366c0e2f6017f975379cb73e9680"
0d8c0f816   Thanasis Naskos   initial commit
5426
5427
5428
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5429
5430
                  "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/e588cb719539366c0e2f6017f975379cb73e9680",
                  "reference": "e588cb719539366c0e2f6017f975379cb73e9680",
0d8c0f816   Thanasis Naskos   initial commit
5431
5432
5433
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
5434
5435
5436
5437
5438
                  "illuminate/auth": "^5.2|^6|^7|^8",
                  "illuminate/contracts": "^5.2|^6|^7|^8",
                  "illuminate/http": "^5.2|^6|^7|^8",
                  "illuminate/support": "^5.2|^6|^7|^8",
                  "lcobucci/jwt": "<3.4",
0d8c0f816   Thanasis Naskos   initial commit
5439
5440
5441
5442
5443
                  "namshi/jose": "^7.0",
                  "nesbot/carbon": "^1.0|^2.0",
                  "php": "^5.5.9|^7.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
5444
5445
5446
                  "illuminate/console": "^5.2|^6|^7|^8",
                  "illuminate/database": "^5.2|^6|^7|^8",
                  "illuminate/routing": "^5.2|^6|^7|^8",
0d8c0f816   Thanasis Naskos   initial commit
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
                  "mockery/mockery": ">=0.9.9",
                  "phpunit/phpunit": "~4.8|~6.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-develop": "1.0-dev"
                  },
                  "laravel": {
                      "aliases": {
                          "JWTAuth": "Tymon\\JWTAuth\\Facades\\JWTAuth",
                          "JWTFactory": "Tymon\\JWTAuth\\Facades\\JWTFactory"
                      },
                      "providers": [
                          "Tymon\\JWTAuth\\Providers\\LaravelServiceProvider"
                      ]
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Tymon\\JWTAuth\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Sean Tymon",
                      "email": "tymon148@gmail.com",
                      "homepage": "https://tymon.xyz",
                      "role": "Developer"
                  }
              ],
              "description": "JSON Web Token Authentication for Laravel and Lumen",
              "homepage": "https://github.com/tymondesigns/jwt-auth",
              "keywords": [
                  "Authentication",
                  "JSON Web Token",
                  "auth",
                  "jwt",
                  "laravel"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5491
5492
5493
5494
              "support": {
                  "issues": "https://github.com/tymondesigns/jwt-auth/issues",
                  "source": "https://github.com/tymondesigns/jwt-auth"
              },
0d8c0f816   Thanasis Naskos   initial commit
5495
5496
5497
5498
5499
5500
              "funding": [
                  {
                      "url": "https://www.patreon.com/seantymon",
                      "type": "patreon"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5501
              "time": "2020-11-27T12:32:42+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5502
5503
5504
          },
          {
              "name": "vlucas/phpdotenv",
25df08e6c   Chris Bellas   Merged changes fr...
5505
              "version": "v5.3.0",
0d8c0f816   Thanasis Naskos   initial commit
5506
5507
5508
              "source": {
                  "type": "git",
                  "url": "https://github.com/vlucas/phpdotenv.git",
25df08e6c   Chris Bellas   Merged changes fr...
5509
                  "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56"
0d8c0f816   Thanasis Naskos   initial commit
5510
5511
5512
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5513
5514
                  "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
                  "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
0d8c0f816   Thanasis Naskos   initial commit
5515
5516
5517
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
5518
5519
5520
5521
5522
5523
5524
                  "ext-pcre": "*",
                  "graham-campbell/result-type": "^1.0.1",
                  "php": "^7.1.3 || ^8.0",
                  "phpoption/phpoption": "^1.7.4",
                  "symfony/polyfill-ctype": "^1.17",
                  "symfony/polyfill-mbstring": "^1.17",
                  "symfony/polyfill-php80": "^1.17"
0d8c0f816   Thanasis Naskos   initial commit
5525
5526
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
5527
                  "bamarni/composer-bin-plugin": "^1.4.1",
0d8c0f816   Thanasis Naskos   initial commit
5528
                  "ext-filter": "*",
25df08e6c   Chris Bellas   Merged changes fr...
5529
                  "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1"
0d8c0f816   Thanasis Naskos   initial commit
5530
5531
              },
              "suggest": {
25df08e6c   Chris Bellas   Merged changes fr...
5532
                  "ext-filter": "Required to use the boolean validator."
0d8c0f816   Thanasis Naskos   initial commit
5533
5534
5535
5536
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
5537
                      "dev-master": "5.3-dev"
0d8c0f816   Thanasis Naskos   initial commit
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Dotenv\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Graham Campbell",
                      "email": "graham@alt-three.com",
                      "homepage": "https://gjcampbell.co.uk/"
                  },
                  {
                      "name": "Vance Lucas",
                      "email": "vance@vancelucas.com",
                      "homepage": "https://vancelucas.com/"
                  }
              ],
              "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
              "keywords": [
                  "dotenv",
                  "env",
                  "environment"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
              "support": {
                  "issues": "https://github.com/vlucas/phpdotenv/issues",
                  "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0"
              },
              "funding": [
                  {
                      "url": "https://github.com/GrahamCampbell",
                      "type": "github"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                      "type": "tidelift"
                  }
              ],
              "time": "2021-01-20T15:23:13+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5582
5583
5584
          },
          {
              "name": "voku/portable-ascii",
25df08e6c   Chris Bellas   Merged changes fr...
5585
              "version": "1.5.6",
0d8c0f816   Thanasis Naskos   initial commit
5586
5587
5588
              "source": {
                  "type": "git",
                  "url": "https://github.com/voku/portable-ascii.git",
25df08e6c   Chris Bellas   Merged changes fr...
5589
                  "reference": "80953678b19901e5165c56752d087fc11526017c"
0d8c0f816   Thanasis Naskos   initial commit
5590
5591
5592
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5593
5594
                  "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
                  "reference": "80953678b19901e5165c56752d087fc11526017c",
0d8c0f816   Thanasis Naskos   initial commit
5595
5596
5597
5598
5599
5600
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.0.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
5601
                  "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
0d8c0f816   Thanasis Naskos   initial commit
5602
5603
5604
5605
5606
5607
5608
              },
              "suggest": {
                  "ext-intl": "Use Intl for transliterator_transliterate() support"
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
25df08e6c   Chris Bellas   Merged changes fr...
5609
                      "voku\\": "src/voku/"
0d8c0f816   Thanasis Naskos   initial commit
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Lars Moelleken",
                      "homepage": "http://www.moelleken.org/"
                  }
              ],
              "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
              "homepage": "https://github.com/voku/portable-ascii",
              "keywords": [
                  "ascii",
                  "clean",
                  "php"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
              "support": {
                  "issues": "https://github.com/voku/portable-ascii/issues",
                  "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
              },
              "funding": [
                  {
                      "url": "https://www.paypal.me/moelleken",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/voku",
                      "type": "github"
                  },
                  {
                      "url": "https://opencollective.com/portable-ascii",
                      "type": "open_collective"
                  },
                  {
                      "url": "https://www.patreon.com/voku",
                      "type": "patreon"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-11-12T00:07:28+00:00"
          },
          {
              "name": "webmozart/assert",
              "version": "1.9.1",
              "source": {
                  "type": "git",
                  "url": "https://github.com/webmozarts/assert.git",
                  "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
                  "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
                  "shasum": ""
              },
              "require": {
                  "php": "^5.3.3 || ^7.0 || ^8.0",
                  "symfony/polyfill-ctype": "^1.8"
              },
              "conflict": {
                  "phpstan/phpstan": "<0.12.20",
                  "vimeo/psalm": "<3.9.1"
              },
              "require-dev": {
                  "phpunit/phpunit": "^4.8.36 || ^7.5.13"
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "Webmozart\\Assert\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Bernhard Schussek",
                      "email": "bschussek@gmail.com"
                  }
              ],
              "description": "Assertions to validate method input/output with nice error messages.",
              "keywords": [
                  "assert",
                  "check",
                  "validate"
              ],
              "support": {
                  "issues": "https://github.com/webmozarts/assert/issues",
                  "source": "https://github.com/webmozarts/assert/tree/1.9.1"
              },
              "time": "2020-07-08T17:02:28+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5709
5710
5711
5712
5713
          }
      ],
      "packages-dev": [
          {
              "name": "doctrine/instantiator",
25df08e6c   Chris Bellas   Merged changes fr...
5714
              "version": "1.4.0",
0d8c0f816   Thanasis Naskos   initial commit
5715
5716
5717
              "source": {
                  "type": "git",
                  "url": "https://github.com/doctrine/instantiator.git",
25df08e6c   Chris Bellas   Merged changes fr...
5718
                  "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
0d8c0f816   Thanasis Naskos   initial commit
5719
5720
5721
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5722
5723
                  "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
                  "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
0d8c0f816   Thanasis Naskos   initial commit
5724
5725
5726
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
5727
                  "php": "^7.1 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
5728
5729
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
5730
                  "doctrine/coding-standard": "^8.0",
0d8c0f816   Thanasis Naskos   initial commit
5731
5732
                  "ext-pdo": "*",
                  "ext-phar": "*",
25df08e6c   Chris Bellas   Merged changes fr...
5733
5734
5735
5736
                  "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
                  "phpstan/phpstan": "^0.12",
                  "phpstan/phpstan-phpunit": "^0.12",
                  "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
0d8c0f816   Thanasis Naskos   initial commit
5737
5738
              },
              "type": "library",
0d8c0f816   Thanasis Naskos   initial commit
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
              "autoload": {
                  "psr-4": {
                      "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Marco Pivetta",
                      "email": "ocramius@gmail.com",
25df08e6c   Chris Bellas   Merged changes fr...
5752
                      "homepage": "https://ocramius.github.io/"
0d8c0f816   Thanasis Naskos   initial commit
5753
5754
5755
5756
5757
5758
5759
5760
                  }
              ],
              "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
              "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
              "keywords": [
                  "constructor",
                  "instantiate"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
              "support": {
                  "issues": "https://github.com/doctrine/instantiator/issues",
                  "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
              },
              "funding": [
                  {
                      "url": "https://www.doctrine-project.org/sponsorship.html",
                      "type": "custom"
                  },
                  {
                      "url": "https://www.patreon.com/phpdoctrine",
                      "type": "patreon"
                  },
                  {
                      "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-11-10T18:47:58+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5780
5781
5782
          },
          {
              "name": "facade/flare-client-php",
25df08e6c   Chris Bellas   Merged changes fr...
5783
              "version": "1.4.0",
0d8c0f816   Thanasis Naskos   initial commit
5784
5785
5786
              "source": {
                  "type": "git",
                  "url": "https://github.com/facade/flare-client-php.git",
25df08e6c   Chris Bellas   Merged changes fr...
5787
                  "reference": "ef0f5bce23b30b32d98fd9bb49c6fa37b40eb546"
0d8c0f816   Thanasis Naskos   initial commit
5788
5789
5790
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5791
5792
                  "url": "https://api.github.com/repos/facade/flare-client-php/zipball/ef0f5bce23b30b32d98fd9bb49c6fa37b40eb546",
                  "reference": "ef0f5bce23b30b32d98fd9bb49c6fa37b40eb546",
0d8c0f816   Thanasis Naskos   initial commit
5793
5794
5795
5796
                  "shasum": ""
              },
              "require": {
                  "facade/ignition-contracts": "~1.0",
25df08e6c   Chris Bellas   Merged changes fr...
5797
5798
                  "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0",
                  "php": "^7.1|^8.0",
0d8c0f816   Thanasis Naskos   initial commit
5799
                  "symfony/http-foundation": "^3.3|^4.1|^5.0",
25df08e6c   Chris Bellas   Merged changes fr...
5800
                  "symfony/mime": "^3.4|^4.0|^5.1",
0d8c0f816   Thanasis Naskos   initial commit
5801
5802
5803
                  "symfony/var-dumper": "^3.4|^4.0|^5.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
5804
                  "friendsofphp/php-cs-fixer": "^2.14",
0d8c0f816   Thanasis Naskos   initial commit
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
                  "phpunit/phpunit": "^7.5.16",
                  "spatie/phpunit-snapshot-assertions": "^2.0"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Facade\\FlareClient\\": "src"
                  },
                  "files": [
                      "src/helpers.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "description": "Send PHP errors to Flare",
              "homepage": "https://github.com/facade/flare-client-php",
              "keywords": [
                  "exception",
                  "facade",
                  "flare",
                  "reporting"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5834
5835
5836
5837
              "support": {
                  "issues": "https://github.com/facade/flare-client-php/issues",
                  "source": "https://github.com/facade/flare-client-php/tree/1.4.0"
              },
0d8c0f816   Thanasis Naskos   initial commit
5838
5839
              "funding": [
                  {
25df08e6c   Chris Bellas   Merged changes fr...
5840
5841
                      "url": "https://github.com/spatie",
                      "type": "github"
0d8c0f816   Thanasis Naskos   initial commit
5842
5843
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5844
              "time": "2021-02-16T12:42:06+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5845
5846
5847
          },
          {
              "name": "facade/ignition",
25df08e6c   Chris Bellas   Merged changes fr...
5848
              "version": "2.5.13",
0d8c0f816   Thanasis Naskos   initial commit
5849
5850
5851
              "source": {
                  "type": "git",
                  "url": "https://github.com/facade/ignition.git",
25df08e6c   Chris Bellas   Merged changes fr...
5852
                  "reference": "5e9ef386aaad9985cee2ac23281a27568d083b7e"
0d8c0f816   Thanasis Naskos   initial commit
5853
5854
5855
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5856
5857
                  "url": "https://api.github.com/repos/facade/ignition/zipball/5e9ef386aaad9985cee2ac23281a27568d083b7e",
                  "reference": "5e9ef386aaad9985cee2ac23281a27568d083b7e",
0d8c0f816   Thanasis Naskos   initial commit
5858
5859
5860
5861
5862
                  "shasum": ""
              },
              "require": {
                  "ext-json": "*",
                  "ext-mbstring": "*",
25df08e6c   Chris Bellas   Merged changes fr...
5863
5864
                  "facade/flare-client-php": "^1.3.7",
                  "facade/ignition-contracts": "^1.0.2",
0d8c0f816   Thanasis Naskos   initial commit
5865
                  "filp/whoops": "^2.4",
25df08e6c   Chris Bellas   Merged changes fr...
5866
                  "illuminate/support": "^7.0|^8.0",
0d8c0f816   Thanasis Naskos   initial commit
5867
                  "monolog/monolog": "^2.0",
25df08e6c   Chris Bellas   Merged changes fr...
5868
                  "php": "^7.2.5|^8.0",
0d8c0f816   Thanasis Naskos   initial commit
5869
5870
5871
5872
5873
5874
                  "symfony/console": "^5.0",
                  "symfony/var-dumper": "^5.0"
              },
              "require-dev": {
                  "friendsofphp/php-cs-fixer": "^2.14",
                  "mockery/mockery": "^1.3",
25df08e6c   Chris Bellas   Merged changes fr...
5875
5876
                  "orchestra/testbench": "^5.0|^6.0",
                  "psalm/plugin-laravel": "^1.2"
0d8c0f816   Thanasis Naskos   initial commit
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
              },
              "suggest": {
                  "laravel/telescope": "^3.1"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.x-dev"
                  },
                  "laravel": {
                      "providers": [
                          "Facade\\Ignition\\IgnitionServiceProvider"
                      ],
                      "aliases": {
                          "Flare": "Facade\\Ignition\\Facades\\Flare"
                      }
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Facade\\Ignition\\": "src"
                  },
                  "files": [
                      "src/helpers.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "description": "A beautiful error page for Laravel applications.",
              "homepage": "https://github.com/facade/ignition",
              "keywords": [
                  "error",
                  "flare",
                  "laravel",
                  "page"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5915
5916
5917
5918
5919
5920
5921
              "support": {
                  "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
                  "forum": "https://twitter.com/flareappio",
                  "issues": "https://github.com/facade/ignition/issues",
                  "source": "https://github.com/facade/ignition"
              },
              "time": "2021-02-16T12:46:19+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5922
5923
5924
          },
          {
              "name": "facade/ignition-contracts",
25df08e6c   Chris Bellas   Merged changes fr...
5925
              "version": "1.0.2",
0d8c0f816   Thanasis Naskos   initial commit
5926
5927
5928
              "source": {
                  "type": "git",
                  "url": "https://github.com/facade/ignition-contracts.git",
25df08e6c   Chris Bellas   Merged changes fr...
5929
                  "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
0d8c0f816   Thanasis Naskos   initial commit
5930
5931
5932
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5933
5934
                  "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
                  "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
0d8c0f816   Thanasis Naskos   initial commit
5935
5936
5937
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
5938
5939
5940
5941
5942
5943
                  "php": "^7.3|^8.0"
              },
              "require-dev": {
                  "friendsofphp/php-cs-fixer": "^v2.15.8",
                  "phpunit/phpunit": "^9.3.11",
                  "vimeo/psalm": "^3.17.1"
0d8c0f816   Thanasis Naskos   initial commit
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "Facade\\IgnitionContracts\\": "src"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Freek Van der Herten",
                      "email": "freek@spatie.be",
                      "homepage": "https://flareapp.io",
                      "role": "Developer"
                  }
              ],
              "description": "Solution contracts for Ignition",
              "homepage": "https://github.com/facade/ignition-contracts",
              "keywords": [
                  "contracts",
                  "flare",
                  "ignition"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
5970
5971
5972
5973
5974
              "support": {
                  "issues": "https://github.com/facade/ignition-contracts/issues",
                  "source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
              },
              "time": "2020-10-16T08:27:54+00:00"
0d8c0f816   Thanasis Naskos   initial commit
5975
5976
5977
          },
          {
              "name": "filp/whoops",
25df08e6c   Chris Bellas   Merged changes fr...
5978
              "version": "2.9.2",
0d8c0f816   Thanasis Naskos   initial commit
5979
5980
5981
              "source": {
                  "type": "git",
                  "url": "https://github.com/filp/whoops.git",
25df08e6c   Chris Bellas   Merged changes fr...
5982
                  "reference": "df7933820090489623ce0be5e85c7e693638e536"
0d8c0f816   Thanasis Naskos   initial commit
5983
5984
5985
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
5986
5987
                  "url": "https://api.github.com/repos/filp/whoops/zipball/df7933820090489623ce0be5e85c7e693638e536",
                  "reference": "df7933820090489623ce0be5e85c7e693638e536",
0d8c0f816   Thanasis Naskos   initial commit
5988
5989
5990
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
5991
                  "php": "^5.5.9 || ^7.0 || ^8.0",
0d8c0f816   Thanasis Naskos   initial commit
5992
5993
5994
5995
                  "psr/log": "^1.0.1"
              },
              "require-dev": {
                  "mockery/mockery": "^0.9 || ^1.0",
25df08e6c   Chris Bellas   Merged changes fr...
5996
                  "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
0d8c0f816   Thanasis Naskos   initial commit
5997
5998
5999
6000
6001
6002
6003
6004
6005
                  "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
              },
              "suggest": {
                  "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
                  "whoops/soap": "Formats errors as SOAP responses"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6006
                      "dev-master": "2.7-dev"
0d8c0f816   Thanasis Naskos   initial commit
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Whoops\\": "src/Whoops/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Filipe Dobreira",
                      "homepage": "https://github.com/filp",
                      "role": "Developer"
                  }
              ],
              "description": "php error handling for cool kids",
              "homepage": "https://filp.github.io/whoops/",
              "keywords": [
                  "error",
                  "exception",
                  "handling",
                  "library",
                  "throwable",
                  "whoops"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
              "support": {
                  "issues": "https://github.com/filp/whoops/issues",
                  "source": "https://github.com/filp/whoops/tree/2.9.2"
              },
              "funding": [
                  {
                      "url": "https://github.com/denis-sokolov",
                      "type": "github"
                  }
              ],
              "time": "2021-01-24T12:00:00+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6046
6047
6048
          },
          {
              "name": "fzaninotto/faker",
25df08e6c   Chris Bellas   Merged changes fr...
6049
              "version": "v1.9.2",
0d8c0f816   Thanasis Naskos   initial commit
6050
6051
6052
              "source": {
                  "type": "git",
                  "url": "https://github.com/fzaninotto/Faker.git",
25df08e6c   Chris Bellas   Merged changes fr...
6053
                  "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e"
0d8c0f816   Thanasis Naskos   initial commit
6054
6055
6056
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6057
6058
                  "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
                  "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
0d8c0f816   Thanasis Naskos   initial commit
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
                  "shasum": ""
              },
              "require": {
                  "php": "^5.3.3 || ^7.0"
              },
              "require-dev": {
                  "ext-intl": "*",
                  "phpunit/phpunit": "^4.8.35 || ^5.7",
                  "squizlabs/php_codesniffer": "^2.9.2"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.9-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Faker\\": "src/Faker/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "François Zaninotto"
                  }
              ],
              "description": "Faker is a PHP library that generates fake data for you.",
              "keywords": [
                  "data",
                  "faker",
                  "fixtures"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6095
6096
6097
6098
6099
6100
              "support": {
                  "issues": "https://github.com/fzaninotto/Faker/issues",
                  "source": "https://github.com/fzaninotto/Faker/tree/v1.9.2"
              },
              "abandoned": true,
              "time": "2020-12-11T09:56:16+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6101
6102
6103
          },
          {
              "name": "hamcrest/hamcrest-php",
25df08e6c   Chris Bellas   Merged changes fr...
6104
              "version": "v2.0.1",
0d8c0f816   Thanasis Naskos   initial commit
6105
6106
6107
              "source": {
                  "type": "git",
                  "url": "https://github.com/hamcrest/hamcrest-php.git",
25df08e6c   Chris Bellas   Merged changes fr...
6108
                  "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
0d8c0f816   Thanasis Naskos   initial commit
6109
6110
6111
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6112
6113
                  "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
                  "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
0d8c0f816   Thanasis Naskos   initial commit
6114
6115
6116
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6117
                  "php": "^5.3|^7.0|^8.0"
0d8c0f816   Thanasis Naskos   initial commit
6118
6119
6120
6121
6122
6123
6124
              },
              "replace": {
                  "cordoval/hamcrest-php": "*",
                  "davedevelopment/hamcrest-php": "*",
                  "kodova/hamcrest-php": "*"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6125
6126
                  "phpunit/php-file-iterator": "^1.4 || ^2.0",
                  "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
0d8c0f816   Thanasis Naskos   initial commit
6127
6128
6129
6130
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6131
                      "dev-master": "2.1-dev"
0d8c0f816   Thanasis Naskos   initial commit
6132
6133
6134
6135
6136
6137
6138
6139
6140
                  }
              },
              "autoload": {
                  "classmap": [
                      "hamcrest"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
25df08e6c   Chris Bellas   Merged changes fr...
6141
                  "BSD-3-Clause"
0d8c0f816   Thanasis Naskos   initial commit
6142
6143
6144
6145
6146
              ],
              "description": "This is the PHP port of Hamcrest Matchers",
              "keywords": [
                  "test"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6147
6148
6149
6150
6151
              "support": {
                  "issues": "https://github.com/hamcrest/hamcrest-php/issues",
                  "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
              },
              "time": "2020-07-09T08:09:16+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6152
6153
6154
          },
          {
              "name": "mockery/mockery",
25df08e6c   Chris Bellas   Merged changes fr...
6155
              "version": "1.4.3",
0d8c0f816   Thanasis Naskos   initial commit
6156
6157
6158
              "source": {
                  "type": "git",
                  "url": "https://github.com/mockery/mockery.git",
25df08e6c   Chris Bellas   Merged changes fr...
6159
                  "reference": "d1339f64479af1bee0e82a0413813fe5345a54ea"
0d8c0f816   Thanasis Naskos   initial commit
6160
6161
6162
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6163
6164
                  "url": "https://api.github.com/repos/mockery/mockery/zipball/d1339f64479af1bee0e82a0413813fe5345a54ea",
                  "reference": "d1339f64479af1bee0e82a0413813fe5345a54ea",
0d8c0f816   Thanasis Naskos   initial commit
6165
6166
6167
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6168
                  "hamcrest/hamcrest-php": "^2.0.1",
0d8c0f816   Thanasis Naskos   initial commit
6169
                  "lib-pcre": ">=7.0",
25df08e6c   Chris Bellas   Merged changes fr...
6170
6171
6172
6173
                  "php": "^7.3 || ^8.0"
              },
              "conflict": {
                  "phpunit/phpunit": "<8.0"
0d8c0f816   Thanasis Naskos   initial commit
6174
6175
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6176
                  "phpunit/phpunit": "^8.5 || ^9.3"
0d8c0f816   Thanasis Naskos   initial commit
6177
6178
6179
6180
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6181
                      "dev-master": "1.4.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
                  }
              },
              "autoload": {
                  "psr-0": {
                      "Mockery": "library/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Pádraic Brady",
                      "email": "padraic.brady@gmail.com",
                      "homepage": "http://blog.astrumfutura.com"
                  },
                  {
                      "name": "Dave Marshall",
                      "email": "dave.marshall@atstsolutions.co.uk",
                      "homepage": "http://davedevelopment.co.uk"
                  }
              ],
              "description": "Mockery is a simple yet flexible PHP mock object framework",
              "homepage": "https://github.com/mockery/mockery",
              "keywords": [
                  "BDD",
                  "TDD",
                  "library",
                  "mock",
                  "mock objects",
                  "mockery",
                  "stub",
                  "test",
                  "test double",
                  "testing"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6219
6220
6221
6222
6223
              "support": {
                  "issues": "https://github.com/mockery/mockery/issues",
                  "source": "https://github.com/mockery/mockery/tree/1.4.3"
              },
              "time": "2021-02-24T09:51:49+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6224
6225
6226
          },
          {
              "name": "myclabs/deep-copy",
25df08e6c   Chris Bellas   Merged changes fr...
6227
              "version": "1.10.2",
0d8c0f816   Thanasis Naskos   initial commit
6228
6229
6230
              "source": {
                  "type": "git",
                  "url": "https://github.com/myclabs/DeepCopy.git",
25df08e6c   Chris Bellas   Merged changes fr...
6231
                  "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
0d8c0f816   Thanasis Naskos   initial commit
6232
6233
6234
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6235
6236
                  "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
                  "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
0d8c0f816   Thanasis Naskos   initial commit
6237
6238
6239
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6240
                  "php": "^7.1 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
              },
              "replace": {
                  "myclabs/deep-copy": "self.version"
              },
              "require-dev": {
                  "doctrine/collections": "^1.0",
                  "doctrine/common": "^2.6",
                  "phpunit/phpunit": "^7.1"
              },
              "type": "library",
              "autoload": {
                  "psr-4": {
                      "DeepCopy\\": "src/DeepCopy/"
                  },
                  "files": [
                      "src/DeepCopy/deep_copy.php"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "description": "Create deep copies (clones) of your objects",
              "keywords": [
                  "clone",
                  "copy",
                  "duplicate",
                  "object",
                  "object graph"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
              "support": {
                  "issues": "https://github.com/myclabs/DeepCopy/issues",
                  "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
              },
              "funding": [
                  {
                      "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                      "type": "tidelift"
                  }
              ],
              "time": "2020-11-13T09:40:50+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6282
6283
6284
          },
          {
              "name": "nunomaduro/collision",
25df08e6c   Chris Bellas   Merged changes fr...
6285
              "version": "v5.3.0",
0d8c0f816   Thanasis Naskos   initial commit
6286
6287
6288
              "source": {
                  "type": "git",
                  "url": "https://github.com/nunomaduro/collision.git",
25df08e6c   Chris Bellas   Merged changes fr...
6289
                  "reference": "aca63581f380f63a492b1e3114604e411e39133a"
0d8c0f816   Thanasis Naskos   initial commit
6290
6291
6292
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6293
6294
                  "url": "https://api.github.com/repos/nunomaduro/collision/zipball/aca63581f380f63a492b1e3114604e411e39133a",
                  "reference": "aca63581f380f63a492b1e3114604e411e39133a",
0d8c0f816   Thanasis Naskos   initial commit
6295
6296
6297
6298
                  "shasum": ""
              },
              "require": {
                  "facade/ignition-contracts": "^1.0",
25df08e6c   Chris Bellas   Merged changes fr...
6299
6300
                  "filp/whoops": "^2.7.2",
                  "php": "^7.3 || ^8.0",
0d8c0f816   Thanasis Naskos   initial commit
6301
6302
6303
                  "symfony/console": "^5.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
                  "brianium/paratest": "^6.1",
                  "fideloper/proxy": "^4.4.1",
                  "friendsofphp/php-cs-fixer": "^2.17.3",
                  "fruitcake/laravel-cors": "^2.0.3",
                  "laravel/framework": "^9.0",
                  "nunomaduro/larastan": "^0.6.2",
                  "nunomaduro/mock-final-classes": "^1.0",
                  "orchestra/testbench": "^7.0",
                  "phpstan/phpstan": "^0.12.64",
                  "phpunit/phpunit": "^9.5.0"
0d8c0f816   Thanasis Naskos   initial commit
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
              },
              "type": "library",
              "extra": {
                  "laravel": {
                      "providers": [
                          "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
                      ]
                  }
              },
              "autoload": {
                  "psr-4": {
                      "NunoMaduro\\Collision\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Nuno Maduro",
                      "email": "enunomaduro@gmail.com"
                  }
              ],
              "description": "Cli error handling for console/command-line PHP applications.",
              "keywords": [
                  "artisan",
                  "cli",
                  "command-line",
                  "console",
                  "error",
                  "handling",
                  "laravel",
                  "laravel-zero",
                  "php",
                  "symfony"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
              "support": {
                  "issues": "https://github.com/nunomaduro/collision/issues",
                  "source": "https://github.com/nunomaduro/collision"
              },
              "funding": [
                  {
                      "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/nunomaduro",
                      "type": "github"
                  },
                  {
                      "url": "https://www.patreon.com/nunomaduro",
                      "type": "patreon"
                  }
              ],
              "time": "2021-01-25T15:34:13+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6370
6371
6372
          },
          {
              "name": "phar-io/manifest",
25df08e6c   Chris Bellas   Merged changes fr...
6373
              "version": "2.0.1",
0d8c0f816   Thanasis Naskos   initial commit
6374
6375
6376
              "source": {
                  "type": "git",
                  "url": "https://github.com/phar-io/manifest.git",
25df08e6c   Chris Bellas   Merged changes fr...
6377
                  "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
0d8c0f816   Thanasis Naskos   initial commit
6378
6379
6380
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6381
6382
                  "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
                  "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
0d8c0f816   Thanasis Naskos   initial commit
6383
6384
6385
6386
6387
                  "shasum": ""
              },
              "require": {
                  "ext-dom": "*",
                  "ext-phar": "*",
25df08e6c   Chris Bellas   Merged changes fr...
6388
6389
6390
                  "ext-xmlwriter": "*",
                  "phar-io/version": "^3.0.1",
                  "php": "^7.2 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
6391
6392
6393
6394
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6395
                      "dev-master": "2.0.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Arne Blankerts",
                      "email": "arne@blankerts.de",
                      "role": "Developer"
                  },
                  {
                      "name": "Sebastian Heuer",
                      "email": "sebastian@phpeople.de",
                      "role": "Developer"
                  },
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "Developer"
                  }
              ],
              "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
25df08e6c   Chris Bellas   Merged changes fr...
6425
6426
6427
6428
6429
              "support": {
                  "issues": "https://github.com/phar-io/manifest/issues",
                  "source": "https://github.com/phar-io/manifest/tree/master"
              },
              "time": "2020-06-27T14:33:11+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6430
6431
6432
          },
          {
              "name": "phar-io/version",
25df08e6c   Chris Bellas   Merged changes fr...
6433
              "version": "3.1.0",
0d8c0f816   Thanasis Naskos   initial commit
6434
6435
6436
              "source": {
                  "type": "git",
                  "url": "https://github.com/phar-io/version.git",
25df08e6c   Chris Bellas   Merged changes fr...
6437
                  "reference": "bae7c545bef187884426f042434e561ab1ddb182"
0d8c0f816   Thanasis Naskos   initial commit
6438
6439
6440
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6441
6442
                  "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
                  "reference": "bae7c545bef187884426f042434e561ab1ddb182",
0d8c0f816   Thanasis Naskos   initial commit
6443
6444
6445
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6446
                  "php": "^7.2 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
              },
              "type": "library",
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Arne Blankerts",
                      "email": "arne@blankerts.de",
                      "role": "Developer"
                  },
                  {
                      "name": "Sebastian Heuer",
                      "email": "sebastian@phpeople.de",
                      "role": "Developer"
                  },
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "Developer"
                  }
              ],
              "description": "Library for handling version information and constraints",
25df08e6c   Chris Bellas   Merged changes fr...
6476
6477
6478
6479
6480
              "support": {
                  "issues": "https://github.com/phar-io/version/issues",
                  "source": "https://github.com/phar-io/version/tree/3.1.0"
              },
              "time": "2021-02-23T14:00:09+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6481
6482
6483
          },
          {
              "name": "phpdocumentor/reflection-common",
25df08e6c   Chris Bellas   Merged changes fr...
6484
              "version": "2.2.0",
0d8c0f816   Thanasis Naskos   initial commit
6485
6486
6487
              "source": {
                  "type": "git",
                  "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
25df08e6c   Chris Bellas   Merged changes fr...
6488
                  "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
0d8c0f816   Thanasis Naskos   initial commit
6489
6490
6491
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6492
6493
                  "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                  "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
0d8c0f816   Thanasis Naskos   initial commit
6494
6495
6496
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6497
                  "php": "^7.2 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
6498
6499
6500
6501
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6502
                      "dev-2.x": "2.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
                  }
              },
              "autoload": {
                  "psr-4": {
                      "phpDocumentor\\Reflection\\": "src/"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Jaap van Otterdijk",
                      "email": "opensource@ijaap.nl"
                  }
              ],
              "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
              "homepage": "http://www.phpdoc.org",
              "keywords": [
                  "FQSEN",
                  "phpDocumentor",
                  "phpdoc",
                  "reflection",
                  "static analysis"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6529
6530
6531
6532
6533
              "support": {
                  "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                  "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
              },
              "time": "2020-06-27T09:03:43+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6534
6535
6536
          },
          {
              "name": "phpdocumentor/reflection-docblock",
25df08e6c   Chris Bellas   Merged changes fr...
6537
              "version": "5.2.2",
0d8c0f816   Thanasis Naskos   initial commit
6538
6539
6540
              "source": {
                  "type": "git",
                  "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
25df08e6c   Chris Bellas   Merged changes fr...
6541
                  "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
0d8c0f816   Thanasis Naskos   initial commit
6542
6543
6544
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6545
6546
                  "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
                  "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
0d8c0f816   Thanasis Naskos   initial commit
6547
6548
6549
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6550
6551
6552
6553
6554
                  "ext-filter": "*",
                  "php": "^7.2 || ^8.0",
                  "phpdocumentor/reflection-common": "^2.2",
                  "phpdocumentor/type-resolver": "^1.3",
                  "webmozart/assert": "^1.9.1"
0d8c0f816   Thanasis Naskos   initial commit
6555
6556
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6557
                  "mockery/mockery": "~1.3.2"
0d8c0f816   Thanasis Naskos   initial commit
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "5.x-dev"
                  }
              },
              "autoload": {
                  "psr-4": {
                      "phpDocumentor\\Reflection\\": "src"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Mike van Riel",
                      "email": "me@mikevanriel.com"
                  },
                  {
                      "name": "Jaap van Otterdijk",
                      "email": "account@ijaap.nl"
                  }
              ],
              "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
25df08e6c   Chris Bellas   Merged changes fr...
6585
6586
6587
6588
6589
              "support": {
                  "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                  "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
              },
              "time": "2020-09-03T19:13:55+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6590
6591
6592
          },
          {
              "name": "phpdocumentor/type-resolver",
25df08e6c   Chris Bellas   Merged changes fr...
6593
              "version": "1.4.0",
0d8c0f816   Thanasis Naskos   initial commit
6594
6595
6596
              "source": {
                  "type": "git",
                  "url": "https://github.com/phpDocumentor/TypeResolver.git",
25df08e6c   Chris Bellas   Merged changes fr...
6597
                  "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
0d8c0f816   Thanasis Naskos   initial commit
6598
6599
6600
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6601
6602
                  "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
                  "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
0d8c0f816   Thanasis Naskos   initial commit
6603
6604
6605
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6606
                  "php": "^7.2 || ^8.0",
0d8c0f816   Thanasis Naskos   initial commit
6607
6608
6609
                  "phpdocumentor/reflection-common": "^2.0"
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6610
                  "ext-tokenizer": "*"
0d8c0f816   Thanasis Naskos   initial commit
6611
6612
6613
6614
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6615
                      "dev-1.x": "1.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
                  }
              },
              "autoload": {
                  "psr-4": {
                      "phpDocumentor\\Reflection\\": "src"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Mike van Riel",
                      "email": "me@mikevanriel.com"
                  }
              ],
              "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
25df08e6c   Chris Bellas   Merged changes fr...
6634
6635
6636
6637
6638
              "support": {
                  "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
                  "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
              },
              "time": "2020-09-17T18:55:26+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6639
6640
6641
          },
          {
              "name": "phpspec/prophecy",
25df08e6c   Chris Bellas   Merged changes fr...
6642
              "version": "1.12.2",
0d8c0f816   Thanasis Naskos   initial commit
6643
6644
6645
              "source": {
                  "type": "git",
                  "url": "https://github.com/phpspec/prophecy.git",
25df08e6c   Chris Bellas   Merged changes fr...
6646
                  "reference": "245710e971a030f42e08f4912863805570f23d39"
0d8c0f816   Thanasis Naskos   initial commit
6647
6648
6649
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6650
6651
                  "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
                  "reference": "245710e971a030f42e08f4912863805570f23d39",
0d8c0f816   Thanasis Naskos   initial commit
6652
6653
6654
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6655
6656
6657
6658
6659
                  "doctrine/instantiator": "^1.2",
                  "php": "^7.2 || ~8.0, <8.1",
                  "phpdocumentor/reflection-docblock": "^5.2",
                  "sebastian/comparator": "^3.0 || ^4.0",
                  "sebastian/recursion-context": "^3.0 || ^4.0"
0d8c0f816   Thanasis Naskos   initial commit
6660
6661
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6662
6663
                  "phpspec/phpspec": "^6.0",
                  "phpunit/phpunit": "^8.0 || ^9.0"
0d8c0f816   Thanasis Naskos   initial commit
6664
6665
6666
6667
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6668
                      "dev-master": "1.11.x-dev"
0d8c0f816   Thanasis Naskos   initial commit
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
                  }
              },
              "autoload": {
                  "psr-4": {
                      "Prophecy\\": "src/Prophecy"
                  }
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "MIT"
              ],
              "authors": [
                  {
                      "name": "Konstantin Kudryashov",
                      "email": "ever.zet@gmail.com",
                      "homepage": "http://everzet.com"
                  },
                  {
                      "name": "Marcello Duarte",
                      "email": "marcello.duarte@gmail.com"
                  }
              ],
              "description": "Highly opinionated mocking framework for PHP 5.3+",
              "homepage": "https://github.com/phpspec/prophecy",
              "keywords": [
                  "Double",
                  "Dummy",
                  "fake",
                  "mock",
                  "spy",
                  "stub"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6701
6702
6703
6704
6705
              "support": {
                  "issues": "https://github.com/phpspec/prophecy/issues",
                  "source": "https://github.com/phpspec/prophecy/tree/1.12.2"
              },
              "time": "2020-12-19T10:15:11+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6706
6707
6708
          },
          {
              "name": "phpunit/php-code-coverage",
25df08e6c   Chris Bellas   Merged changes fr...
6709
              "version": "9.2.5",
0d8c0f816   Thanasis Naskos   initial commit
6710
6711
6712
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
25df08e6c   Chris Bellas   Merged changes fr...
6713
                  "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
0d8c0f816   Thanasis Naskos   initial commit
6714
6715
6716
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6717
6718
                  "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
                  "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
0d8c0f816   Thanasis Naskos   initial commit
6719
6720
6721
6722
                  "shasum": ""
              },
              "require": {
                  "ext-dom": "*",
25df08e6c   Chris Bellas   Merged changes fr...
6723
                  "ext-libxml": "*",
0d8c0f816   Thanasis Naskos   initial commit
6724
                  "ext-xmlwriter": "*",
25df08e6c   Chris Bellas   Merged changes fr...
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
                  "nikic/php-parser": "^4.10.2",
                  "php": ">=7.3",
                  "phpunit/php-file-iterator": "^3.0.3",
                  "phpunit/php-text-template": "^2.0.2",
                  "sebastian/code-unit-reverse-lookup": "^2.0.2",
                  "sebastian/complexity": "^2.0",
                  "sebastian/environment": "^5.1.2",
                  "sebastian/lines-of-code": "^1.0.3",
                  "sebastian/version": "^3.0.1",
                  "theseer/tokenizer": "^1.2.0"
0d8c0f816   Thanasis Naskos   initial commit
6735
6736
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6737
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
6738
6739
              },
              "suggest": {
25df08e6c   Chris Bellas   Merged changes fr...
6740
6741
                  "ext-pcov": "*",
                  "ext-xdebug": "*"
0d8c0f816   Thanasis Naskos   initial commit
6742
6743
6744
6745
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6746
                      "dev-master": "9.2-dev"
0d8c0f816   Thanasis Naskos   initial commit
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
                  }
              ],
              "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
              "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
              "keywords": [
                  "coverage",
                  "testing",
                  "xunit"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
              "support": {
                  "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
                  "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-11-28T06:44:49+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6783
6784
6785
          },
          {
              "name": "phpunit/php-file-iterator",
25df08e6c   Chris Bellas   Merged changes fr...
6786
              "version": "3.0.5",
0d8c0f816   Thanasis Naskos   initial commit
6787
6788
6789
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
25df08e6c   Chris Bellas   Merged changes fr...
6790
                  "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
0d8c0f816   Thanasis Naskos   initial commit
6791
6792
6793
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6794
6795
                  "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
                  "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
0d8c0f816   Thanasis Naskos   initial commit
6796
6797
6798
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6799
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
6800
6801
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6802
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
6803
6804
6805
6806
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6807
                      "dev-master": "3.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
                  }
              ],
              "description": "FilterIterator implementation that filters files based on a list of suffixes.",
              "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
              "keywords": [
                  "filesystem",
                  "iterator"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
              "support": {
                  "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
                  "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-09-28T05:57:25+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6843
6844
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
6845
6846
              "name": "phpunit/php-invoker",
              "version": "3.1.1",
0d8c0f816   Thanasis Naskos   initial commit
6847
6848
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
6849
6850
                  "url": "https://github.com/sebastianbergmann/php-invoker.git",
                  "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
0d8c0f816   Thanasis Naskos   initial commit
6851
6852
6853
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6854
6855
                  "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                  "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
0d8c0f816   Thanasis Naskos   initial commit
6856
6857
6858
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6859
6860
6861
6862
6863
6864
6865
6866
                  "php": ">=7.3"
              },
              "require-dev": {
                  "ext-pcntl": "*",
                  "phpunit/phpunit": "^9.3"
              },
              "suggest": {
                  "ext-pcntl": "*"
0d8c0f816   Thanasis Naskos   initial commit
6867
6868
              },
              "type": "library",
25df08e6c   Chris Bellas   Merged changes fr...
6869
6870
6871
6872
6873
              "extra": {
                  "branch-alias": {
                      "dev-master": "3.1-dev"
                  }
              },
0d8c0f816   Thanasis Naskos   initial commit
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6890
6891
              "description": "Invoke callables with a timeout",
              "homepage": "https://github.com/sebastianbergmann/php-invoker/",
0d8c0f816   Thanasis Naskos   initial commit
6892
              "keywords": [
25df08e6c   Chris Bellas   Merged changes fr...
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
                  "process"
              ],
              "support": {
                  "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
                  "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
0d8c0f816   Thanasis Naskos   initial commit
6904
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6905
              "time": "2020-09-28T05:58:55+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6906
6907
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
6908
6909
              "name": "phpunit/php-text-template",
              "version": "2.0.4",
0d8c0f816   Thanasis Naskos   initial commit
6910
6911
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
6912
6913
                  "url": "https://github.com/sebastianbergmann/php-text-template.git",
                  "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
0d8c0f816   Thanasis Naskos   initial commit
6914
6915
6916
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6917
6918
                  "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                  "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
0d8c0f816   Thanasis Naskos   initial commit
6919
6920
6921
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6922
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
6923
6924
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6925
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
6926
6927
6928
6929
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6930
                      "dev-master": "2.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6949
6950
              "description": "Simple template engine.",
              "homepage": "https://github.com/sebastianbergmann/php-text-template/",
0d8c0f816   Thanasis Naskos   initial commit
6951
              "keywords": [
25df08e6c   Chris Bellas   Merged changes fr...
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
                  "template"
              ],
              "support": {
                  "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
                  "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
0d8c0f816   Thanasis Naskos   initial commit
6963
              ],
25df08e6c   Chris Bellas   Merged changes fr...
6964
              "time": "2020-10-26T05:33:50+00:00"
0d8c0f816   Thanasis Naskos   initial commit
6965
6966
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
6967
6968
              "name": "phpunit/php-timer",
              "version": "5.0.3",
0d8c0f816   Thanasis Naskos   initial commit
6969
6970
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
6971
6972
                  "url": "https://github.com/sebastianbergmann/php-timer.git",
                  "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
0d8c0f816   Thanasis Naskos   initial commit
6973
6974
6975
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
6976
6977
                  "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                  "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
0d8c0f816   Thanasis Naskos   initial commit
6978
6979
6980
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
6981
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
6982
6983
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
6984
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
6985
6986
6987
6988
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
6989
                      "dev-master": "5.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
25df08e6c   Chris Bellas   Merged changes fr...
7004
7005
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
0d8c0f816   Thanasis Naskos   initial commit
7006
7007
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7008
7009
              "description": "Utility class for timing",
              "homepage": "https://github.com/sebastianbergmann/php-timer/",
0d8c0f816   Thanasis Naskos   initial commit
7010
              "keywords": [
25df08e6c   Chris Bellas   Merged changes fr...
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
                  "timer"
              ],
              "support": {
                  "issues": "https://github.com/sebastianbergmann/php-timer/issues",
                  "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
0d8c0f816   Thanasis Naskos   initial commit
7022
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7023
              "time": "2020-10-26T13:16:10+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7024
7025
7026
          },
          {
              "name": "phpunit/phpunit",
25df08e6c   Chris Bellas   Merged changes fr...
7027
              "version": "9.5.2",
0d8c0f816   Thanasis Naskos   initial commit
7028
7029
7030
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/phpunit.git",
25df08e6c   Chris Bellas   Merged changes fr...
7031
                  "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4"
0d8c0f816   Thanasis Naskos   initial commit
7032
7033
7034
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7035
7036
                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f661659747f2f87f9e72095bb207bceb0f151cb4",
                  "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4",
0d8c0f816   Thanasis Naskos   initial commit
7037
7038
7039
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7040
                  "doctrine/instantiator": "^1.3.1",
0d8c0f816   Thanasis Naskos   initial commit
7041
7042
7043
7044
7045
7046
                  "ext-dom": "*",
                  "ext-json": "*",
                  "ext-libxml": "*",
                  "ext-mbstring": "*",
                  "ext-xml": "*",
                  "ext-xmlwriter": "*",
25df08e6c   Chris Bellas   Merged changes fr...
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
                  "myclabs/deep-copy": "^1.10.1",
                  "phar-io/manifest": "^2.0.1",
                  "phar-io/version": "^3.0.2",
                  "php": ">=7.3",
                  "phpspec/prophecy": "^1.12.1",
                  "phpunit/php-code-coverage": "^9.2.3",
                  "phpunit/php-file-iterator": "^3.0.5",
                  "phpunit/php-invoker": "^3.1.1",
                  "phpunit/php-text-template": "^2.0.3",
                  "phpunit/php-timer": "^5.0.2",
                  "sebastian/cli-parser": "^1.0.1",
                  "sebastian/code-unit": "^1.0.6",
                  "sebastian/comparator": "^4.0.5",
                  "sebastian/diff": "^4.0.3",
                  "sebastian/environment": "^5.1.3",
                  "sebastian/exporter": "^4.0.3",
                  "sebastian/global-state": "^5.0.1",
                  "sebastian/object-enumerator": "^4.0.3",
                  "sebastian/resource-operations": "^3.0.3",
                  "sebastian/type": "^2.3",
                  "sebastian/version": "^3.0.2"
0d8c0f816   Thanasis Naskos   initial commit
7068
7069
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
7070
7071
                  "ext-pdo": "*",
                  "phpspec/prophecy-phpunit": "^2.0.1"
0d8c0f816   Thanasis Naskos   initial commit
7072
7073
7074
              },
              "suggest": {
                  "ext-soap": "*",
25df08e6c   Chris Bellas   Merged changes fr...
7075
                  "ext-xdebug": "*"
0d8c0f816   Thanasis Naskos   initial commit
7076
7077
7078
7079
7080
7081
7082
              },
              "bin": [
                  "phpunit"
              ],
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7083
                      "dev-master": "9.5-dev"
0d8c0f816   Thanasis Naskos   initial commit
7084
7085
7086
7087
7088
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
25df08e6c   Chris Bellas   Merged changes fr...
7089
7090
7091
                  ],
                  "files": [
                      "src/Framework/Assert/Functions.php"
0d8c0f816   Thanasis Naskos   initial commit
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
                  }
              ],
              "description": "The PHP Unit Testing framework.",
              "homepage": "https://phpunit.de/",
              "keywords": [
                  "phpunit",
                  "testing",
                  "xunit"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
              "support": {
                  "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                  "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.2"
              },
              "funding": [
                  {
                      "url": "https://phpunit.de/donate.html",
                      "type": "custom"
                  },
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2021-02-02T14:45:58+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7127
7128
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
7129
7130
              "name": "sebastian/cli-parser",
              "version": "1.0.1",
0d8c0f816   Thanasis Naskos   initial commit
7131
7132
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
7133
7134
                  "url": "https://github.com/sebastianbergmann/cli-parser.git",
                  "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
0d8c0f816   Thanasis Naskos   initial commit
7135
7136
7137
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7138
7139
                  "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
                  "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
0d8c0f816   Thanasis Naskos   initial commit
7140
7141
7142
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7143
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
7144
7145
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
7146
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
7147
7148
              },
              "type": "library",
25df08e6c   Chris Bellas   Merged changes fr...
7149
7150
7151
7152
7153
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0-dev"
                  }
              },
0d8c0f816   Thanasis Naskos   initial commit
7154
              "autoload": {
25df08e6c   Chris Bellas   Merged changes fr...
7155
7156
                  "classmap": [
                      "src/"
0d8c0f816   Thanasis Naskos   initial commit
7157
7158
7159
7160
7161
7162
7163
7164
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
25df08e6c   Chris Bellas   Merged changes fr...
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
                  }
              ],
              "description": "Library for parsing CLI options",
              "homepage": "https://github.com/sebastianbergmann/cli-parser",
              "support": {
                  "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
                  "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
              },
              "funding": [
0d8c0f816   Thanasis Naskos   initial commit
7177
                  {
25df08e6c   Chris Bellas   Merged changes fr...
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-09-28T06:08:49+00:00"
          },
          {
              "name": "sebastian/code-unit",
              "version": "1.0.8",
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/code-unit.git",
                  "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
                  "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.3"
              },
              "require-dev": {
                  "phpunit/phpunit": "^9.3"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0-dev"
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
0d8c0f816   Thanasis Naskos   initial commit
7220
                  {
25df08e6c   Chris Bellas   Merged changes fr...
7221
7222
7223
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
0d8c0f816   Thanasis Naskos   initial commit
7224
7225
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
              "description": "Collection of value objects that represent the PHP code units",
              "homepage": "https://github.com/sebastianbergmann/code-unit",
              "support": {
                  "issues": "https://github.com/sebastianbergmann/code-unit/issues",
                  "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
0d8c0f816   Thanasis Naskos   initial commit
7237
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7238
              "time": "2020-10-26T13:08:54+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7239
7240
7241
          },
          {
              "name": "sebastian/code-unit-reverse-lookup",
25df08e6c   Chris Bellas   Merged changes fr...
7242
              "version": "2.0.3",
0d8c0f816   Thanasis Naskos   initial commit
7243
7244
7245
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
25df08e6c   Chris Bellas   Merged changes fr...
7246
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299
7300
7301
                  "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                  "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                  "shasum": ""
              },
              "require": {
                  "php": ">=7.3"
              },
              "require-dev": {
                  "phpunit/phpunit": "^9.3"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "2.0-dev"
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
                  }
              ],
              "description": "Looks up which function or method a line of code belongs to",
              "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
              "support": {
                  "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
                  "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-09-28T05:30:19+00:00"
          },
          {
              "name": "sebastian/comparator",
              "version": "4.0.6",
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/comparator.git",
                  "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
0d8c0f816   Thanasis Naskos   initial commit
7302
7303
7304
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7305
7306
                  "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
                  "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
0d8c0f816   Thanasis Naskos   initial commit
7307
7308
7309
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7310
7311
7312
                  "php": ">=7.3",
                  "sebastian/diff": "^4.0",
                  "sebastian/exporter": "^4.0"
0d8c0f816   Thanasis Naskos   initial commit
7313
7314
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
7315
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
7316
7317
7318
7319
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7320
                      "dev-master": "4.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
25df08e6c   Chris Bellas   Merged changes fr...
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
                  },
                  {
                      "name": "Jeff Welch",
                      "email": "whatthejeff@gmail.com"
                  },
                  {
                      "name": "Volker Dusch",
                      "email": "github@wallbash.com"
                  },
                  {
                      "name": "Bernhard Schussek",
                      "email": "bschussek@2bepublished.at"
0d8c0f816   Thanasis Naskos   initial commit
7348
7349
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
              "description": "Provides the functionality to compare PHP values for equality",
              "homepage": "https://github.com/sebastianbergmann/comparator",
              "keywords": [
                  "comparator",
                  "compare",
                  "equality"
              ],
              "support": {
                  "issues": "https://github.com/sebastianbergmann/comparator/issues",
                  "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-10-26T15:49:45+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7368
7369
          },
          {
25df08e6c   Chris Bellas   Merged changes fr...
7370
7371
              "name": "sebastian/complexity",
              "version": "2.0.2",
0d8c0f816   Thanasis Naskos   initial commit
7372
7373
              "source": {
                  "type": "git",
25df08e6c   Chris Bellas   Merged changes fr...
7374
7375
                  "url": "https://github.com/sebastianbergmann/complexity.git",
                  "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
0d8c0f816   Thanasis Naskos   initial commit
7376
7377
7378
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7379
7380
                  "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
                  "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
0d8c0f816   Thanasis Naskos   initial commit
7381
7382
7383
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7384
7385
                  "nikic/php-parser": "^4.7",
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
7386
7387
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
7388
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
7389
7390
7391
7392
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7393
                      "dev-master": "2.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
0d8c0f816   Thanasis Naskos   initial commit
7407
                      "name": "Sebastian Bergmann",
25df08e6c   Chris Bellas   Merged changes fr...
7408
7409
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
0d8c0f816   Thanasis Naskos   initial commit
7410
7411
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
              "description": "Library for calculating the complexity of PHP code units",
              "homepage": "https://github.com/sebastianbergmann/complexity",
              "support": {
                  "issues": "https://github.com/sebastianbergmann/complexity/issues",
                  "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
0d8c0f816   Thanasis Naskos   initial commit
7423
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7424
              "time": "2020-10-26T15:52:27+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7425
7426
7427
          },
          {
              "name": "sebastian/diff",
25df08e6c   Chris Bellas   Merged changes fr...
7428
              "version": "4.0.4",
0d8c0f816   Thanasis Naskos   initial commit
7429
7430
7431
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/diff.git",
25df08e6c   Chris Bellas   Merged changes fr...
7432
                  "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
0d8c0f816   Thanasis Naskos   initial commit
7433
7434
7435
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7436
7437
                  "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
                  "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
0d8c0f816   Thanasis Naskos   initial commit
7438
7439
7440
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7441
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
7442
7443
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
7444
7445
                  "phpunit/phpunit": "^9.3",
                  "symfony/process": "^4.2 || ^5"
0d8c0f816   Thanasis Naskos   initial commit
7446
7447
7448
7449
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7450
                      "dev-master": "4.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
0d8c0f816   Thanasis Naskos   initial commit
7464
7465
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
25df08e6c   Chris Bellas   Merged changes fr...
7466
7467
7468
7469
                  },
                  {
                      "name": "Kore Nordmann",
                      "email": "mail@kore-nordmann.de"
0d8c0f816   Thanasis Naskos   initial commit
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
                  }
              ],
              "description": "Diff implementation",
              "homepage": "https://github.com/sebastianbergmann/diff",
              "keywords": [
                  "diff",
                  "udiff",
                  "unidiff",
                  "unified diff"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
              "support": {
                  "issues": "https://github.com/sebastianbergmann/diff/issues",
                  "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-10-26T13:10:38+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7491
7492
7493
          },
          {
              "name": "sebastian/environment",
25df08e6c   Chris Bellas   Merged changes fr...
7494
              "version": "5.1.3",
0d8c0f816   Thanasis Naskos   initial commit
7495
7496
7497
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/environment.git",
25df08e6c   Chris Bellas   Merged changes fr...
7498
                  "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
0d8c0f816   Thanasis Naskos   initial commit
7499
7500
7501
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7502
7503
                  "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
                  "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
0d8c0f816   Thanasis Naskos   initial commit
7504
7505
7506
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7507
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
7508
7509
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
7510
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
7511
7512
7513
7514
7515
7516
7517
              },
              "suggest": {
                  "ext-posix": "*"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7518
                      "dev-master": "5.1-dev"
0d8c0f816   Thanasis Naskos   initial commit
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
7539
7540
7541
7542
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
                  }
              ],
              "description": "Provides functionality to handle HHVM/PHP environments",
              "homepage": "http://www.github.com/sebastianbergmann/environment",
              "keywords": [
                  "Xdebug",
                  "environment",
                  "hhvm"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
              "support": {
                  "issues": "https://github.com/sebastianbergmann/environment/issues",
                  "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-09-28T05:52:38+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7554
7555
7556
          },
          {
              "name": "sebastian/exporter",
25df08e6c   Chris Bellas   Merged changes fr...
7557
              "version": "4.0.3",
0d8c0f816   Thanasis Naskos   initial commit
7558
7559
7560
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/exporter.git",
25df08e6c   Chris Bellas   Merged changes fr...
7561
                  "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
0d8c0f816   Thanasis Naskos   initial commit
7562
7563
7564
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7565
7566
                  "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
                  "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
0d8c0f816   Thanasis Naskos   initial commit
7567
7568
7569
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7570
7571
                  "php": ">=7.3",
                  "sebastian/recursion-context": "^4.0"
0d8c0f816   Thanasis Naskos   initial commit
7572
7573
7574
              },
              "require-dev": {
                  "ext-mbstring": "*",
25df08e6c   Chris Bellas   Merged changes fr...
7575
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
7576
7577
7578
7579
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7580
                      "dev-master": "4.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
                  },
                  {
                      "name": "Jeff Welch",
                      "email": "whatthejeff@gmail.com"
                  },
                  {
                      "name": "Volker Dusch",
                      "email": "github@wallbash.com"
                  },
                  {
                      "name": "Adam Harvey",
                      "email": "aharvey@php.net"
                  },
                  {
                      "name": "Bernhard Schussek",
                      "email": "bschussek@gmail.com"
                  }
              ],
              "description": "Provides the functionality to export PHP variables for visualization",
              "homepage": "http://www.github.com/sebastianbergmann/exporter",
              "keywords": [
                  "export",
                  "exporter"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
              "support": {
                  "issues": "https://github.com/sebastianbergmann/exporter/issues",
                  "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-09-28T05:24:23+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7631
7632
7633
          },
          {
              "name": "sebastian/global-state",
25df08e6c   Chris Bellas   Merged changes fr...
7634
              "version": "5.0.2",
0d8c0f816   Thanasis Naskos   initial commit
7635
7636
7637
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/global-state.git",
25df08e6c   Chris Bellas   Merged changes fr...
7638
                  "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
0d8c0f816   Thanasis Naskos   initial commit
7639
7640
7641
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7642
7643
                  "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
                  "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
0d8c0f816   Thanasis Naskos   initial commit
7644
7645
7646
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7647
7648
7649
                  "php": ">=7.3",
                  "sebastian/object-reflector": "^2.0",
                  "sebastian/recursion-context": "^4.0"
0d8c0f816   Thanasis Naskos   initial commit
7650
7651
7652
              },
              "require-dev": {
                  "ext-dom": "*",
25df08e6c   Chris Bellas   Merged changes fr...
7653
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
7654
7655
7656
7657
7658
7659
7660
              },
              "suggest": {
                  "ext-uopz": "*"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7661
                      "dev-master": "5.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
7662
7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
                  }
              ],
              "description": "Snapshotting of global state",
              "homepage": "http://www.github.com/sebastianbergmann/global-state",
              "keywords": [
                  "global state"
              ],
25df08e6c   Chris Bellas   Merged changes fr...
7684
7685
7686
7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
7701
7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
              "support": {
                  "issues": "https://github.com/sebastianbergmann/global-state/issues",
                  "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-10-26T15:55:19+00:00"
          },
          {
              "name": "sebastian/lines-of-code",
              "version": "1.0.3",
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/lines-of-code.git",
                  "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
              },
              "dist": {
                  "type": "zip",
                  "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
                  "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
                  "shasum": ""
              },
              "require": {
                  "nikic/php-parser": "^4.6",
                  "php": ">=7.3"
              },
              "require-dev": {
                  "phpunit/phpunit": "^9.3"
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
                      "dev-master": "1.0-dev"
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
                  }
              ],
              "description": "Library for counting the lines of code in PHP source code",
              "homepage": "https://github.com/sebastianbergmann/lines-of-code",
              "support": {
                  "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
                  "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-11-28T06:42:11+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7752
7753
7754
          },
          {
              "name": "sebastian/object-enumerator",
25df08e6c   Chris Bellas   Merged changes fr...
7755
              "version": "4.0.4",
0d8c0f816   Thanasis Naskos   initial commit
7756
7757
7758
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/object-enumerator.git",
25df08e6c   Chris Bellas   Merged changes fr...
7759
                  "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
0d8c0f816   Thanasis Naskos   initial commit
7760
7761
7762
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7763
7764
                  "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
                  "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
0d8c0f816   Thanasis Naskos   initial commit
7765
7766
7767
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7768
7769
7770
                  "php": ">=7.3",
                  "sebastian/object-reflector": "^2.0",
                  "sebastian/recursion-context": "^4.0"
0d8c0f816   Thanasis Naskos   initial commit
7771
7772
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
7773
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
7774
7775
7776
7777
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7778
                      "dev-master": "4.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
                  }
              ],
              "description": "Traverses array structures and object graphs to enumerate all referenced objects",
              "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
25df08e6c   Chris Bellas   Merged changes fr...
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
              "support": {
                  "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
                  "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-10-26T13:12:34+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7809
7810
7811
          },
          {
              "name": "sebastian/object-reflector",
25df08e6c   Chris Bellas   Merged changes fr...
7812
              "version": "2.0.4",
0d8c0f816   Thanasis Naskos   initial commit
7813
7814
7815
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/object-reflector.git",
25df08e6c   Chris Bellas   Merged changes fr...
7816
                  "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
0d8c0f816   Thanasis Naskos   initial commit
7817
7818
7819
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7820
7821
                  "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                  "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
0d8c0f816   Thanasis Naskos   initial commit
7822
7823
7824
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7825
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
7826
7827
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
7828
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
7829
7830
7831
7832
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7833
                      "dev-master": "2.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
                  }
              ],
              "description": "Allows reflection of object attributes, including inherited and non-public ones",
              "homepage": "https://github.com/sebastianbergmann/object-reflector/",
25df08e6c   Chris Bellas   Merged changes fr...
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
              "support": {
                  "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
                  "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-10-26T13:14:26+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7864
7865
7866
          },
          {
              "name": "sebastian/recursion-context",
25df08e6c   Chris Bellas   Merged changes fr...
7867
              "version": "4.0.4",
0d8c0f816   Thanasis Naskos   initial commit
7868
7869
7870
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/recursion-context.git",
25df08e6c   Chris Bellas   Merged changes fr...
7871
                  "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
0d8c0f816   Thanasis Naskos   initial commit
7872
7873
7874
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7875
7876
                  "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
                  "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
0d8c0f816   Thanasis Naskos   initial commit
7877
7878
7879
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7880
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
7881
7882
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
7883
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
7884
7885
7886
7887
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7888
                      "dev-master": "4.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
0d8c0f816   Thanasis Naskos   initial commit
7902
7903
7904
7905
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
                  },
                  {
25df08e6c   Chris Bellas   Merged changes fr...
7906
7907
7908
7909
                      "name": "Jeff Welch",
                      "email": "whatthejeff@gmail.com"
                  },
                  {
0d8c0f816   Thanasis Naskos   initial commit
7910
7911
7912
7913
7914
7915
                      "name": "Adam Harvey",
                      "email": "aharvey@php.net"
                  }
              ],
              "description": "Provides functionality to recursively process PHP variables",
              "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
25df08e6c   Chris Bellas   Merged changes fr...
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
              "support": {
                  "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                  "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-10-26T13:17:30+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7927
7928
7929
          },
          {
              "name": "sebastian/resource-operations",
25df08e6c   Chris Bellas   Merged changes fr...
7930
              "version": "3.0.3",
0d8c0f816   Thanasis Naskos   initial commit
7931
7932
7933
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/resource-operations.git",
25df08e6c   Chris Bellas   Merged changes fr...
7934
                  "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
0d8c0f816   Thanasis Naskos   initial commit
7935
7936
7937
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7938
7939
                  "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
                  "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
0d8c0f816   Thanasis Naskos   initial commit
7940
7941
7942
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7943
7944
7945
7946
                  "php": ">=7.3"
              },
              "require-dev": {
                  "phpunit/phpunit": "^9.0"
0d8c0f816   Thanasis Naskos   initial commit
7947
7948
7949
7950
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
7951
                      "dev-master": "3.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de"
                  }
              ],
              "description": "Provides a list of PHP built-in functions that operate on resources",
              "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
25df08e6c   Chris Bellas   Merged changes fr...
7971
7972
7973
7974
7975
7976
7977
7978
7979
7980
7981
              "support": {
                  "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
                  "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-09-28T06:45:17+00:00"
0d8c0f816   Thanasis Naskos   initial commit
7982
7983
7984
          },
          {
              "name": "sebastian/type",
25df08e6c   Chris Bellas   Merged changes fr...
7985
              "version": "2.3.1",
0d8c0f816   Thanasis Naskos   initial commit
7986
7987
7988
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/type.git",
25df08e6c   Chris Bellas   Merged changes fr...
7989
                  "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
0d8c0f816   Thanasis Naskos   initial commit
7990
7991
7992
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
7993
7994
                  "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
                  "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
0d8c0f816   Thanasis Naskos   initial commit
7995
7996
7997
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
7998
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
7999
8000
              },
              "require-dev": {
25df08e6c   Chris Bellas   Merged changes fr...
8001
                  "phpunit/phpunit": "^9.3"
0d8c0f816   Thanasis Naskos   initial commit
8002
8003
8004
8005
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
8006
                      "dev-master": "2.3-dev"
0d8c0f816   Thanasis Naskos   initial commit
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
                  }
              ],
              "description": "Collection of value objects that represent the types of the PHP type system",
              "homepage": "https://github.com/sebastianbergmann/type",
25df08e6c   Chris Bellas   Merged changes fr...
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
              "support": {
                  "issues": "https://github.com/sebastianbergmann/type/issues",
                  "source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-10-26T13:18:59+00:00"
0d8c0f816   Thanasis Naskos   initial commit
8038
8039
8040
          },
          {
              "name": "sebastian/version",
25df08e6c   Chris Bellas   Merged changes fr...
8041
              "version": "3.0.2",
0d8c0f816   Thanasis Naskos   initial commit
8042
8043
8044
              "source": {
                  "type": "git",
                  "url": "https://github.com/sebastianbergmann/version.git",
25df08e6c   Chris Bellas   Merged changes fr...
8045
                  "reference": "c6c1022351a901512170118436c764e473f6de8c"
0d8c0f816   Thanasis Naskos   initial commit
8046
8047
8048
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
8049
8050
                  "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
                  "reference": "c6c1022351a901512170118436c764e473f6de8c",
0d8c0f816   Thanasis Naskos   initial commit
8051
8052
8053
                  "shasum": ""
              },
              "require": {
25df08e6c   Chris Bellas   Merged changes fr...
8054
                  "php": ">=7.3"
0d8c0f816   Thanasis Naskos   initial commit
8055
8056
8057
8058
              },
              "type": "library",
              "extra": {
                  "branch-alias": {
25df08e6c   Chris Bellas   Merged changes fr...
8059
                      "dev-master": "3.0-dev"
0d8c0f816   Thanasis Naskos   initial commit
8060
8061
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
                  }
              },
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Sebastian Bergmann",
                      "email": "sebastian@phpunit.de",
                      "role": "lead"
                  }
              ],
              "description": "Library that helps with managing the version number of Git-hosted PHP projects",
              "homepage": "https://github.com/sebastianbergmann/version",
25df08e6c   Chris Bellas   Merged changes fr...
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
              "support": {
                  "issues": "https://github.com/sebastianbergmann/version/issues",
                  "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
              },
              "funding": [
                  {
                      "url": "https://github.com/sebastianbergmann",
                      "type": "github"
                  }
              ],
              "time": "2020-09-28T06:39:44+00:00"
0d8c0f816   Thanasis Naskos   initial commit
8091
8092
8093
          },
          {
              "name": "theseer/tokenizer",
25df08e6c   Chris Bellas   Merged changes fr...
8094
              "version": "1.2.0",
0d8c0f816   Thanasis Naskos   initial commit
8095
8096
8097
              "source": {
                  "type": "git",
                  "url": "https://github.com/theseer/tokenizer.git",
25df08e6c   Chris Bellas   Merged changes fr...
8098
                  "reference": "75a63c33a8577608444246075ea0af0d052e452a"
0d8c0f816   Thanasis Naskos   initial commit
8099
8100
8101
              },
              "dist": {
                  "type": "zip",
25df08e6c   Chris Bellas   Merged changes fr...
8102
8103
                  "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
                  "reference": "75a63c33a8577608444246075ea0af0d052e452a",
0d8c0f816   Thanasis Naskos   initial commit
8104
8105
8106
8107
8108
8109
                  "shasum": ""
              },
              "require": {
                  "ext-dom": "*",
                  "ext-tokenizer": "*",
                  "ext-xmlwriter": "*",
25df08e6c   Chris Bellas   Merged changes fr...
8110
                  "php": "^7.2 || ^8.0"
0d8c0f816   Thanasis Naskos   initial commit
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
              },
              "type": "library",
              "autoload": {
                  "classmap": [
                      "src/"
                  ]
              },
              "notification-url": "https://packagist.org/downloads/",
              "license": [
                  "BSD-3-Clause"
              ],
              "authors": [
                  {
                      "name": "Arne Blankerts",
                      "email": "arne@blankerts.de",
                      "role": "Developer"
                  }
              ],
              "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
25df08e6c   Chris Bellas   Merged changes fr...
8130
8131
8132
              "support": {
                  "issues": "https://github.com/theseer/tokenizer/issues",
                  "source": "https://github.com/theseer/tokenizer/tree/master"
0d8c0f816   Thanasis Naskos   initial commit
8133
              },
25df08e6c   Chris Bellas   Merged changes fr...
8134
              "funding": [
0d8c0f816   Thanasis Naskos   initial commit
8135
                  {
25df08e6c   Chris Bellas   Merged changes fr...
8136
8137
                      "url": "https://github.com/theseer",
                      "type": "github"
0d8c0f816   Thanasis Naskos   initial commit
8138
8139
                  }
              ],
25df08e6c   Chris Bellas   Merged changes fr...
8140
              "time": "2020-07-12T23:59:07+00:00"
0d8c0f816   Thanasis Naskos   initial commit
8141
8142
8143
8144
8145
8146
8147
8148
          }
      ],
      "aliases": [],
      "minimum-stability": "dev",
      "stability-flags": [],
      "prefer-stable": true,
      "prefer-lowest": false,
      "platform": {
25df08e6c   Chris Bellas   Merged changes fr...
8149
          "php": "^7.4|^8.0"
0d8c0f816   Thanasis Naskos   initial commit
8150
8151
      },
      "platform-dev": [],
25df08e6c   Chris Bellas   Merged changes fr...
8152
      "plugin-api-version": "2.0.0"
0d8c0f816   Thanasis Naskos   initial commit
8153
  }