Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Application modulaire fonctionnelle !

Emmanuel ROY authored on 12/08/2019 15:10:25
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,1019 +0,0 @@
1
-[
2
-    {
3
-        "name": "doctrine/inflector",
4
-        "version": "v1.3.0",
5
-        "version_normalized": "1.3.0.0",
6
-        "source": {
7
-            "type": "git",
8
-            "url": "https://github.com/doctrine/inflector.git",
9
-            "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
10
-        },
11
-        "dist": {
12
-            "type": "zip",
13
-            "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
14
-            "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
15
-            "shasum": ""
16
-        },
17
-        "require": {
18
-            "php": "^7.1"
19
-        },
20
-        "require-dev": {
21
-            "phpunit/phpunit": "^6.2"
22
-        },
23
-        "time": "2018-01-09T20:05:19+00:00",
24
-        "type": "library",
25
-        "extra": {
26
-            "branch-alias": {
27
-                "dev-master": "1.3.x-dev"
28
-            }
29
-        },
30
-        "installation-source": "dist",
31
-        "autoload": {
32
-            "psr-4": {
33
-                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
34
-            }
35
-        },
36
-        "notification-url": "https://packagist.org/downloads/",
37
-        "license": [
38
-            "MIT"
39
-        ],
40
-        "authors": [
41
-            {
42
-                "name": "Roman Borschel",
43
-                "email": "roman@code-factory.org"
44
-            },
45
-            {
46
-                "name": "Benjamin Eberlei",
47
-                "email": "kontakt@beberlei.de"
48
-            },
49
-            {
50
-                "name": "Guilherme Blanco",
51
-                "email": "guilhermeblanco@gmail.com"
52
-            },
53
-            {
54
-                "name": "Jonathan Wage",
55
-                "email": "jonwage@gmail.com"
56
-            },
57
-            {
58
-                "name": "Johannes Schmitt",
59
-                "email": "schmittjoh@gmail.com"
60
-            }
61
-        ],
62
-        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
63
-        "homepage": "http://www.doctrine-project.org",
64
-        "keywords": [
65
-            "inflection",
66
-            "pluralize",
67
-            "singularize",
68
-            "string"
69
-        ]
70
-    },
71
-    {
72
-        "name": "illuminate/container",
73
-        "version": "v5.8.31",
74
-        "version_normalized": "5.8.31.0",
75
-        "source": {
76
-            "type": "git",
77
-            "url": "https://github.com/illuminate/container.git",
78
-            "reference": "7afee1ef2cb53190a98d727ea77096b6a610c05e"
79
-        },
80
-        "dist": {
81
-            "type": "zip",
82
-            "url": "https://api.github.com/repos/illuminate/container/zipball/7afee1ef2cb53190a98d727ea77096b6a610c05e",
83
-            "reference": "7afee1ef2cb53190a98d727ea77096b6a610c05e",
84
-            "shasum": ""
85
-        },
86
-        "require": {
87
-            "illuminate/contracts": "5.8.*",
88
-            "illuminate/support": "5.8.*",
89
-            "php": "^7.1.3",
90
-            "psr/container": "^1.0"
91
-        },
92
-        "time": "2019-07-16T13:14:16+00:00",
93
-        "type": "library",
94
-        "extra": {
95
-            "branch-alias": {
96
-                "dev-master": "5.8-dev"
97
-            }
98
-        },
99
-        "installation-source": "dist",
100
-        "autoload": {
101
-            "psr-4": {
102
-                "Illuminate\\Container\\": ""
103
-            }
104
-        },
105
-        "notification-url": "https://packagist.org/downloads/",
106
-        "license": [
107
-            "MIT"
108
-        ],
109
-        "authors": [
110
-            {
111
-                "name": "Taylor Otwell",
112
-                "email": "taylor@laravel.com"
113
-            }
114
-        ],
115
-        "description": "The Illuminate Container package.",
116
-        "homepage": "https://laravel.com"
117
-    },
118
-    {
119
-        "name": "illuminate/contracts",
120
-        "version": "v5.8.31",
121
-        "version_normalized": "5.8.31.0",
122
-        "source": {
123
-            "type": "git",
124
-            "url": "https://github.com/illuminate/contracts.git",
125
-            "reference": "00fc6afee788fa07c311b0650ad276585f8aef96"
126
-        },
127
-        "dist": {
128
-            "type": "zip",
129
-            "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96",
130
-            "reference": "00fc6afee788fa07c311b0650ad276585f8aef96",
131
-            "shasum": ""
132
-        },
133
-        "require": {
134
-            "php": "^7.1.3",
135
-            "psr/container": "^1.0",
136
-            "psr/simple-cache": "^1.0"
137
-        },
138
-        "time": "2019-07-30T13:57:21+00:00",
139
-        "type": "library",
140
-        "extra": {
141
-            "branch-alias": {
142
-                "dev-master": "5.8-dev"
143
-            }
144
-        },
145
-        "installation-source": "dist",
146
-        "autoload": {
147
-            "psr-4": {
148
-                "Illuminate\\Contracts\\": ""
149
-            }
150
-        },
151
-        "notification-url": "https://packagist.org/downloads/",
152
-        "license": [
153
-            "MIT"
154
-        ],
155
-        "authors": [
156
-            {
157
-                "name": "Taylor Otwell",
158
-                "email": "taylor@laravel.com"
159
-            }
160
-        ],
161
-        "description": "The Illuminate Contracts package.",
162
-        "homepage": "https://laravel.com"
163
-    },
164
-    {
165
-        "name": "illuminate/events",
166
-        "version": "v5.8.31",
167
-        "version_normalized": "5.8.31.0",
168
-        "source": {
169
-            "type": "git",
170
-            "url": "https://github.com/illuminate/events.git",
171
-            "reference": "a85d7c273bc4e3357000c5fc4812374598515de3"
172
-        },
173
-        "dist": {
174
-            "type": "zip",
175
-            "url": "https://api.github.com/repos/illuminate/events/zipball/a85d7c273bc4e3357000c5fc4812374598515de3",
176
-            "reference": "a85d7c273bc4e3357000c5fc4812374598515de3",
177
-            "shasum": ""
178
-        },
179
-        "require": {
180
-            "illuminate/container": "5.8.*",
181
-            "illuminate/contracts": "5.8.*",
182
-            "illuminate/support": "5.8.*",
183
-            "php": "^7.1.3"
184
-        },
185
-        "time": "2019-02-18T18:37:54+00:00",
186
-        "type": "library",
187
-        "extra": {
188
-            "branch-alias": {
189
-                "dev-master": "5.8-dev"
190
-            }
191
-        },
192
-        "installation-source": "dist",
193
-        "autoload": {
194
-            "psr-4": {
195
-                "Illuminate\\Events\\": ""
196
-            }
197
-        },
198
-        "notification-url": "https://packagist.org/downloads/",
199
-        "license": [
200
-            "MIT"
201
-        ],
202
-        "authors": [
203
-            {
204
-                "name": "Taylor Otwell",
205
-                "email": "taylor@laravel.com"
206
-            }
207
-        ],
208
-        "description": "The Illuminate Events package.",
209
-        "homepage": "https://laravel.com"
210
-    },
211
-    {
212
-        "name": "illuminate/filesystem",
213
-        "version": "v5.8.31",
214
-        "version_normalized": "5.8.31.0",
215
-        "source": {
216
-            "type": "git",
217
-            "url": "https://github.com/illuminate/filesystem.git",
218
-            "reference": "e5a022f38cac6c37d6627be0db2ddaa13153bc35"
219
-        },
220
-        "dist": {
221
-            "type": "zip",
222
-            "url": "https://api.github.com/repos/illuminate/filesystem/zipball/e5a022f38cac6c37d6627be0db2ddaa13153bc35",
223
-            "reference": "e5a022f38cac6c37d6627be0db2ddaa13153bc35",
224
-            "shasum": ""
225
-        },
226
-        "require": {
227
-            "illuminate/contracts": "5.8.*",
228
-            "illuminate/support": "5.8.*",
229
-            "php": "^7.1.3",
230
-            "symfony/finder": "^4.2"
231
-        },
232
-        "suggest": {
233
-            "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).",
234
-            "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
235
-            "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
236
-            "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
237
-            "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0)."
238
-        },
239
-        "time": "2019-06-25T09:00:38+00:00",
240
-        "type": "library",
241
-        "extra": {
242
-            "branch-alias": {
243
-                "dev-master": "5.8-dev"
244
-            }
245
-        },
246
-        "installation-source": "dist",
247
-        "autoload": {
248
-            "psr-4": {
249
-                "Illuminate\\Filesystem\\": ""
250
-            }
251
-        },
252
-        "notification-url": "https://packagist.org/downloads/",
253
-        "license": [
254
-            "MIT"
255
-        ],
256
-        "authors": [
257
-            {
258
-                "name": "Taylor Otwell",
259
-                "email": "taylor@laravel.com"
260
-            }
261
-        ],
262
-        "description": "The Illuminate Filesystem package.",
263
-        "homepage": "https://laravel.com"
264
-    },
265
-    {
266
-        "name": "illuminate/support",
267
-        "version": "v5.8.31",
268
-        "version_normalized": "5.8.31.0",
269
-        "source": {
270
-            "type": "git",
271
-            "url": "https://github.com/illuminate/support.git",
272
-            "reference": "60fdf2cd0fe8092947f42add1681c34fa252af33"
273
-        },
274
-        "dist": {
275
-            "type": "zip",
276
-            "url": "https://api.github.com/repos/illuminate/support/zipball/60fdf2cd0fe8092947f42add1681c34fa252af33",
277
-            "reference": "60fdf2cd0fe8092947f42add1681c34fa252af33",
278
-            "shasum": ""
279
-        },
280
-        "require": {
281
-            "doctrine/inflector": "^1.1",
282
-            "ext-json": "*",
283
-            "ext-mbstring": "*",
284
-            "illuminate/contracts": "5.8.*",
285
-            "nesbot/carbon": "^1.26.3 || ^2.0",
286
-            "php": "^7.1.3"
287
-        },
288
-        "conflict": {
289
-            "tightenco/collect": "<5.5.33"
290
-        },
291
-        "suggest": {
292
-            "illuminate/filesystem": "Required to use the composer class (5.8.*).",
293
-            "moontoast/math": "Required to use ordered UUIDs (^1.1).",
294
-            "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
295
-            "symfony/process": "Required to use the composer class (^4.2).",
296
-            "symfony/var-dumper": "Required to use the dd function (^4.2).",
297
-            "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
298
-        },
299
-        "time": "2019-08-06T08:53:24+00:00",
300
-        "type": "library",
301
-        "extra": {
302
-            "branch-alias": {
303
-                "dev-master": "5.8-dev"
304
-            }
305
-        },
306
-        "installation-source": "dist",
307
-        "autoload": {
308
-            "psr-4": {
309
-                "Illuminate\\Support\\": ""
310
-            },
311
-            "files": [
312
-                "helpers.php"
313
-            ]
314
-        },
315
-        "notification-url": "https://packagist.org/downloads/",
316
-        "license": [
317
-            "MIT"
318
-        ],
319
-        "authors": [
320
-            {
321
-                "name": "Taylor Otwell",
322
-                "email": "taylor@laravel.com"
323
-            }
324
-        ],
325
-        "description": "The Illuminate Support package.",
326
-        "homepage": "https://laravel.com"
327
-    },
328
-    {
329
-        "name": "illuminate/view",
330
-        "version": "v5.8.31",
331
-        "version_normalized": "5.8.31.0",
332
-        "source": {
333
-            "type": "git",
334
-            "url": "https://github.com/illuminate/view.git",
335
-            "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d"
336
-        },
337
-        "dist": {
338
-            "type": "zip",
339
-            "url": "https://api.github.com/repos/illuminate/view/zipball/c859919bc3be97a3f114377d5d812f047b8ea90d",
340
-            "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d",
341
-            "shasum": ""
342
-        },
343
-        "require": {
344
-            "ext-json": "*",
345
-            "illuminate/container": "5.8.*",
346
-            "illuminate/contracts": "5.8.*",
347
-            "illuminate/events": "5.8.*",
348
-            "illuminate/filesystem": "5.8.*",
349
-            "illuminate/support": "5.8.*",
350
-            "php": "^7.1.3",
351
-            "symfony/debug": "^4.2"
352
-        },
353
-        "time": "2019-06-20T13:13:59+00:00",
354
-        "type": "library",
355
-        "extra": {
356
-            "branch-alias": {
357
-                "dev-master": "5.8-dev"
358
-            }
359
-        },
360
-        "installation-source": "dist",
361
-        "autoload": {
362
-            "psr-4": {
363
-                "Illuminate\\View\\": ""
364
-            }
365
-        },
366
-        "notification-url": "https://packagist.org/downloads/",
367
-        "license": [
368
-            "MIT"
369
-        ],
370
-        "authors": [
371
-            {
372
-                "name": "Taylor Otwell",
373
-                "email": "taylor@laravel.com"
374
-            }
375
-        ],
376
-        "description": "The Illuminate View package.",
377
-        "homepage": "https://laravel.com"
378
-    },
379
-    {
380
-        "name": "nesbot/carbon",
381
-        "version": "2.22.3",
382
-        "version_normalized": "2.22.3.0",
383
-        "source": {
384
-            "type": "git",
385
-            "url": "https://github.com/briannesbitt/Carbon.git",
386
-            "reference": "738fbd8d80b2c5e158fda76c29c2de432fcc6f7e"
387
-        },
388
-        "dist": {
389
-            "type": "zip",
390
-            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/738fbd8d80b2c5e158fda76c29c2de432fcc6f7e",
391
-            "reference": "738fbd8d80b2c5e158fda76c29c2de432fcc6f7e",
392
-            "shasum": ""
393
-        },
394
-        "require": {
395
-            "ext-json": "*",
396
-            "php": "^7.1.8 || ^8.0",
397
-            "symfony/translation": "^3.4 || ^4.0"
398
-        },
399
-        "require-dev": {
400
-            "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
401
-            "kylekatarnls/multi-tester": "^1.1",
402
-            "phpmd/phpmd": "dev-php-7.1-compatibility",
403
-            "phpstan/phpstan": "^0.11",
404
-            "phpunit/phpunit": "^7.5 || ^8.0",
405
-            "squizlabs/php_codesniffer": "^3.4"
406
-        },
407
-        "time": "2019-08-07T12:36:44+00:00",
408
-        "bin": [
409
-            "bin/carbon"
410
-        ],
411
-        "type": "library",
412
-        "extra": {
413
-            "laravel": {
414
-                "providers": [
415
-                    "Carbon\\Laravel\\ServiceProvider"
416
-                ]
417
-            }
418
-        },
419
-        "installation-source": "dist",
420
-        "autoload": {
421
-            "psr-4": {
422
-                "Carbon\\": "src/Carbon/"
423
-            }
424
-        },
425
-        "notification-url": "https://packagist.org/downloads/",
426
-        "license": [
427
-            "MIT"
428
-        ],
429
-        "authors": [
430
-            {
431
-                "name": "Brian Nesbitt",
432
-                "email": "brian@nesbot.com",
433
-                "homepage": "http://nesbot.com"
434
-            },
435
-            {
436
-                "name": "kylekatarnls",
437
-                "homepage": "http://github.com/kylekatarnls"
438
-            }
439
-        ],
440
-        "description": "A simple API extension for DateTime.",
441
-        "homepage": "http://carbon.nesbot.com",
442
-        "keywords": [
443
-            "date",
444
-            "datetime",
445
-            "time"
446
-        ]
447
-    },
448
-    {
449
-        "name": "psr/container",
450
-        "version": "1.0.0",
451
-        "version_normalized": "1.0.0.0",
452
-        "source": {
453
-            "type": "git",
454
-            "url": "https://github.com/php-fig/container.git",
455
-            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
456
-        },
457
-        "dist": {
458
-            "type": "zip",
459
-            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
460
-            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
461
-            "shasum": ""
462
-        },
463
-        "require": {
464
-            "php": ">=5.3.0"
465
-        },
466
-        "time": "2017-02-14T16:28:37+00:00",
467
-        "type": "library",
468
-        "extra": {
469
-            "branch-alias": {
470
-                "dev-master": "1.0.x-dev"
471
-            }
472
-        },
473
-        "installation-source": "dist",
474
-        "autoload": {
475
-            "psr-4": {
476
-                "Psr\\Container\\": "src/"
477
-            }
478
-        },
479
-        "notification-url": "https://packagist.org/downloads/",
480
-        "license": [
481
-            "MIT"
482
-        ],
483
-        "authors": [
484
-            {
485
-                "name": "PHP-FIG",
486
-                "homepage": "http://www.php-fig.org/"
487
-            }
488
-        ],
489
-        "description": "Common Container Interface (PHP FIG PSR-11)",
490
-        "homepage": "https://github.com/php-fig/container",
491
-        "keywords": [
492
-            "PSR-11",
493
-            "container",
494
-            "container-interface",
495
-            "container-interop",
496
-            "psr"
497
-        ]
498
-    },
499
-    {
500
-        "name": "psr/log",
501
-        "version": "1.1.0",
502
-        "version_normalized": "1.1.0.0",
503
-        "source": {
504
-            "type": "git",
505
-            "url": "https://github.com/php-fig/log.git",
506
-            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
507
-        },
508
-        "dist": {
509
-            "type": "zip",
510
-            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
511
-            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
512
-            "shasum": ""
513
-        },
514
-        "require": {
515
-            "php": ">=5.3.0"
516
-        },
517
-        "time": "2018-11-20T15:27:04+00:00",
518
-        "type": "library",
519
-        "extra": {
520
-            "branch-alias": {
521
-                "dev-master": "1.0.x-dev"
522
-            }
523
-        },
524
-        "installation-source": "dist",
525
-        "autoload": {
526
-            "psr-4": {
527
-                "Psr\\Log\\": "Psr/Log/"
528
-            }
529
-        },
530
-        "notification-url": "https://packagist.org/downloads/",
531
-        "license": [
532
-            "MIT"
533
-        ],
534
-        "authors": [
535
-            {
536
-                "name": "PHP-FIG",
537
-                "homepage": "http://www.php-fig.org/"
538
-            }
539
-        ],
540
-        "description": "Common interface for logging libraries",
541
-        "homepage": "https://github.com/php-fig/log",
542
-        "keywords": [
543
-            "log",
544
-            "psr",
545
-            "psr-3"
546
-        ]
547
-    },
548
-    {
549
-        "name": "psr/simple-cache",
550
-        "version": "1.0.1",
551
-        "version_normalized": "1.0.1.0",
552
-        "source": {
553
-            "type": "git",
554
-            "url": "https://github.com/php-fig/simple-cache.git",
555
-            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
556
-        },
557
-        "dist": {
558
-            "type": "zip",
559
-            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
560
-            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
561
-            "shasum": ""
562
-        },
563
-        "require": {
564
-            "php": ">=5.3.0"
565
-        },
566
-        "time": "2017-10-23T01:57:42+00:00",
567
-        "type": "library",
568
-        "extra": {
569
-            "branch-alias": {
570
-                "dev-master": "1.0.x-dev"
571
-            }
572
-        },
573
-        "installation-source": "dist",
574
-        "autoload": {
575
-            "psr-4": {
576
-                "Psr\\SimpleCache\\": "src/"
577
-            }
578
-        },
579
-        "notification-url": "https://packagist.org/downloads/",
580
-        "license": [
581
-            "MIT"
582
-        ],
583
-        "authors": [
584
-            {
585
-                "name": "PHP-FIG",
586
-                "homepage": "http://www.php-fig.org/"
587
-            }
588
-        ],
589
-        "description": "Common interfaces for simple caching",
590
-        "keywords": [
591
-            "cache",
592
-            "caching",
593
-            "psr",
594
-            "psr-16",
595
-            "simple-cache"
596
-        ]
597
-    },
598
-    {
599
-        "name": "symfony/debug",
600
-        "version": "v4.3.3",
601
-        "version_normalized": "4.3.3.0",
602
-        "source": {
603
-            "type": "git",
604
-            "url": "https://github.com/symfony/debug.git",
605
-            "reference": "527887c3858a2462b0137662c74837288b998ee3"
606
-        },
607
-        "dist": {
608
-            "type": "zip",
609
-            "url": "https://api.github.com/repos/symfony/debug/zipball/527887c3858a2462b0137662c74837288b998ee3",
610
-            "reference": "527887c3858a2462b0137662c74837288b998ee3",
611
-            "shasum": ""
612
-        },
613
-        "require": {
614
-            "php": "^7.1.3",
615
-            "psr/log": "~1.0"
616
-        },
617
-        "conflict": {
618
-            "symfony/http-kernel": "<3.4"
619
-        },
620
-        "require-dev": {
621
-            "symfony/http-kernel": "~3.4|~4.0"
622
-        },
623
-        "time": "2019-07-23T11:21:36+00:00",
624
-        "type": "library",
625
-        "extra": {
626
-            "branch-alias": {
627
-                "dev-master": "4.3-dev"
628
-            }
629
-        },
630
-        "installation-source": "dist",
631
-        "autoload": {
632
-            "psr-4": {
633
-                "Symfony\\Component\\Debug\\": ""
634
-            },
635
-            "exclude-from-classmap": [
636
-                "/Tests/"
637
-            ]
638
-        },
639
-        "notification-url": "https://packagist.org/downloads/",
640
-        "license": [
641
-            "MIT"
642
-        ],
643
-        "authors": [
644
-            {
645
-                "name": "Fabien Potencier",
646
-                "email": "fabien@symfony.com"
647
-            },
648
-            {
649
-                "name": "Symfony Community",
650
-                "homepage": "https://symfony.com/contributors"
651
-            }
652
-        ],
653
-        "description": "Symfony Debug Component",
654
-        "homepage": "https://symfony.com"
655
-    },
656
-    {
657
-        "name": "symfony/finder",
658
-        "version": "v4.3.3",
659
-        "version_normalized": "4.3.3.0",
660
-        "source": {
661
-            "type": "git",
662
-            "url": "https://github.com/symfony/finder.git",
663
-            "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2"
664
-        },
665
-        "dist": {
666
-            "type": "zip",
667
-            "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2",
668
-            "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2",
669
-            "shasum": ""
670
-        },
671
-        "require": {
672
-            "php": "^7.1.3"
673
-        },
674
-        "time": "2019-06-28T13:16:30+00:00",
675
-        "type": "library",
676
-        "extra": {
677
-            "branch-alias": {
678
-                "dev-master": "4.3-dev"
679
-            }
680
-        },
681
-        "installation-source": "dist",
682
-        "autoload": {
683
-            "psr-4": {
684
-                "Symfony\\Component\\Finder\\": ""
685
-            },
686
-            "exclude-from-classmap": [
687
-                "/Tests/"
688
-            ]
689
-        },
690
-        "notification-url": "https://packagist.org/downloads/",
691
-        "license": [
692
-            "MIT"
693
-        ],
694
-        "authors": [
695
-            {
696
-                "name": "Fabien Potencier",
697
-                "email": "fabien@symfony.com"
698
-            },
699
-            {
700
-                "name": "Symfony Community",
701
-                "homepage": "https://symfony.com/contributors"
702
-            }
703
-        ],
704
-        "description": "Symfony Finder Component",
705
-        "homepage": "https://symfony.com"
706
-    },
707
-    {
708
-        "name": "symfony/polyfill-mbstring",
709
-        "version": "v1.12.0",
710
-        "version_normalized": "1.12.0.0",
711
-        "source": {
712
-            "type": "git",
713
-            "url": "https://github.com/symfony/polyfill-mbstring.git",
714
-            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
715
-        },
716
-        "dist": {
717
-            "type": "zip",
718
-            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
719
-            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
720
-            "shasum": ""
721
-        },
722
-        "require": {
723
-            "php": ">=5.3.3"
724
-        },
725
-        "suggest": {
726
-            "ext-mbstring": "For best performance"
727
-        },
728
-        "time": "2019-08-06T08:03:45+00:00",
729
-        "type": "library",
730
-        "extra": {
731
-            "branch-alias": {
732
-                "dev-master": "1.12-dev"
733
-            }
734
-        },
735
-        "installation-source": "dist",
736
-        "autoload": {
737
-            "psr-4": {
738
-                "Symfony\\Polyfill\\Mbstring\\": ""
739
-            },
740
-            "files": [
741
-                "bootstrap.php"
742
-            ]
743
-        },
744
-        "notification-url": "https://packagist.org/downloads/",
745
-        "license": [
746
-            "MIT"
747
-        ],
748
-        "authors": [
749
-            {
750
-                "name": "Nicolas Grekas",
751
-                "email": "p@tchwork.com"
752
-            },
753
-            {
754
-                "name": "Symfony Community",
755
-                "homepage": "https://symfony.com/contributors"
756
-            }
757
-        ],
758
-        "description": "Symfony polyfill for the Mbstring extension",
759
-        "homepage": "https://symfony.com",
760
-        "keywords": [
761
-            "compatibility",
762
-            "mbstring",
763
-            "polyfill",
764
-            "portable",
765
-            "shim"
766
-        ]
767
-    },
768
-    {
769
-        "name": "symfony/translation",
770
-        "version": "v4.3.3",
771
-        "version_normalized": "4.3.3.0",
772
-        "source": {
773
-            "type": "git",
774
-            "url": "https://github.com/symfony/translation.git",
775
-            "reference": "4e3e39cc485304f807622bdc64938e4633396406"
776
-        },
777
-        "dist": {
778
-            "type": "zip",
779
-            "url": "https://api.github.com/repos/symfony/translation/zipball/4e3e39cc485304f807622bdc64938e4633396406",
780
-            "reference": "4e3e39cc485304f807622bdc64938e4633396406",
781
-            "shasum": ""
782
-        },
783
-        "require": {
784
-            "php": "^7.1.3",
785
-            "symfony/polyfill-mbstring": "~1.0",
786
-            "symfony/translation-contracts": "^1.1.2"
787
-        },
788
-        "conflict": {
789
-            "symfony/config": "<3.4",
790
-            "symfony/dependency-injection": "<3.4",
791
-            "symfony/yaml": "<3.4"
792
-        },
793
-        "provide": {
794
-            "symfony/translation-implementation": "1.0"
795
-        },
796
-        "require-dev": {
797
-            "psr/log": "~1.0",
798
-            "symfony/config": "~3.4|~4.0",
799
-            "symfony/console": "~3.4|~4.0",
800
-            "symfony/dependency-injection": "~3.4|~4.0",
801
-            "symfony/finder": "~2.8|~3.0|~4.0",
802
-            "symfony/http-kernel": "~3.4|~4.0",
803
-            "symfony/intl": "~3.4|~4.0",
804
-            "symfony/service-contracts": "^1.1.2",
805
-            "symfony/var-dumper": "~3.4|~4.0",
806
-            "symfony/yaml": "~3.4|~4.0"
807
-        },
808
-        "suggest": {
809
-            "psr/log-implementation": "To use logging capability in translator",
810
-            "symfony/config": "",
811
-            "symfony/yaml": ""
812
-        },
813
-        "time": "2019-07-18T10:34:59+00:00",
814
-        "type": "library",
815
-        "extra": {
816
-            "branch-alias": {
817
-                "dev-master": "4.3-dev"
818
-            }
819
-        },
820
-        "installation-source": "dist",
821
-        "autoload": {
822
-            "psr-4": {
823
-                "Symfony\\Component\\Translation\\": ""
824
-            },
825
-            "exclude-from-classmap": [
826
-                "/Tests/"
827
-            ]
828
-        },
829
-        "notification-url": "https://packagist.org/downloads/",
830
-        "license": [
831
-            "MIT"
832
-        ],
833
-        "authors": [
834
-            {
835
-                "name": "Fabien Potencier",
836
-                "email": "fabien@symfony.com"
837
-            },
838
-            {
839
-                "name": "Symfony Community",
840
-                "homepage": "https://symfony.com/contributors"
841
-            }
842
-        ],
843
-        "description": "Symfony Translation Component",
844
-        "homepage": "https://symfony.com"
845
-    },
846
-    {
847
-        "name": "symfony/translation-contracts",
848
-        "version": "v1.1.5",
849
-        "version_normalized": "1.1.5.0",
850
-        "source": {
851
-            "type": "git",
852
-            "url": "https://github.com/symfony/translation-contracts.git",
853
-            "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c"
854
-        },
855
-        "dist": {
856
-            "type": "zip",
857
-            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
858
-            "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
859
-            "shasum": ""
860
-        },
861
-        "require": {
862
-            "php": "^7.1.3"
863
-        },
864
-        "suggest": {
865
-            "symfony/translation-implementation": ""
866
-        },
867
-        "time": "2019-06-13T11:15:36+00:00",
868
-        "type": "library",
869
-        "extra": {
870
-            "branch-alias": {
871
-                "dev-master": "1.1-dev"
872
-            }
873
-        },
874
-        "installation-source": "dist",
875
-        "autoload": {
876
-            "psr-4": {
877
-                "Symfony\\Contracts\\Translation\\": ""
878
-            }
879
-        },
880
-        "notification-url": "https://packagist.org/downloads/",
881
-        "license": [
882
-            "MIT"
883
-        ],
884
-        "authors": [
885
-            {
886
-                "name": "Nicolas Grekas",
887
-                "email": "p@tchwork.com"
888
-            },
889
-            {
890
-                "name": "Symfony Community",
891
-                "homepage": "https://symfony.com/contributors"
892
-            }
893
-        ],
894
-        "description": "Generic abstractions related to translation",
895
-        "homepage": "https://symfony.com",
896
-        "keywords": [
897
-            "abstractions",
898
-            "contracts",
899
-            "decoupling",
900
-            "interfaces",
901
-            "interoperability",
902
-            "standards"
903
-        ]
904
-    },
905
-    {
906
-        "name": "windwalker/renderer",
907
-        "version": "3.5.9",
908
-        "version_normalized": "3.5.9.0",
909
-        "source": {
910
-            "type": "git",
911
-            "url": "https://github.com/ventoviro/windwalker-renderer.git",
912
-            "reference": "b5543585e54fab4e2f4d844e910272c2b405ba8f"
913
-        },
914
-        "dist": {
915
-            "type": "zip",
916
-            "url": "https://api.github.com/repos/ventoviro/windwalker-renderer/zipball/b5543585e54fab4e2f4d844e910272c2b405ba8f",
917
-            "reference": "b5543585e54fab4e2f4d844e910272c2b405ba8f",
918
-            "shasum": ""
919
-        },
920
-        "require": {
921
-            "php": ">=7.1.3",
922
-            "windwalker/structure": "~3.0"
923
-        },
924
-        "require-dev": {
925
-            "illuminate/view": "5.2.*",
926
-            "league/plates": "3.*",
927
-            "mustache/mustache": "2.*",
928
-            "twig/twig": "1.*",
929
-            "windwalker/dom": "~3.0",
930
-            "windwalker/filesystem": "~3.0",
931
-            "windwalker/test": "~3.0"
932
-        },
933
-        "suggest": {
934
-            "illuminate/view": "Install 5.* if you require Laravel Blade engine.",
935
-            "league/plates": "Install 3.* if you require Plates template engine.",
936
-            "mustache/mustache": "Install 2.* if you require Mustache engine.",
937
-            "twig/twig": "Install 1.* if you require Twig engine."
938
-        },
939
-        "time": "2019-05-29T13:58:28+00:00",
940
-        "type": "windwalker-package",
941
-        "extra": {
942
-            "branch-alias": {
943
-                "dev-master": "3.x-dev"
944
-            }
945
-        },
946
-        "installation-source": "dist",
947
-        "autoload": {
948
-            "psr-4": {
949
-                "Windwalker\\Renderer\\": ""
950
-            }
951
-        },
952
-        "notification-url": "https://packagist.org/downloads/",
953
-        "license": [
954
-            "LGPL-2.0-or-later"
955
-        ],
956
-        "description": "Windwalker Renderer package",
957
-        "homepage": "https://github.com/ventoviro/windwalker-renderer",
958
-        "keywords": [
959
-            "framework",
960
-            "renderer",
961
-            "windwalker"
962
-        ]
963
-    },
964
-    {
965
-        "name": "windwalker/structure",
966
-        "version": "3.5.9",
967
-        "version_normalized": "3.5.9.0",
968
-        "source": {
969
-            "type": "git",
970
-            "url": "https://github.com/ventoviro/windwalker-structure.git",
971
-            "reference": "6d3fc1ae456069a717d5a235532a68d1ef51486d"
972
-        },
973
-        "dist": {
974
-            "type": "zip",
975
-            "url": "https://api.github.com/repos/ventoviro/windwalker-structure/zipball/6d3fc1ae456069a717d5a235532a68d1ef51486d",
976
-            "reference": "6d3fc1ae456069a717d5a235532a68d1ef51486d",
977
-            "shasum": ""
978
-        },
979
-        "require": {
980
-            "php": ">=7.1.3"
981
-        },
982
-        "require-dev": {
983
-            "ext-json": "*",
984
-            "laktak/hjson": "^2.1",
985
-            "symfony/yaml": "3.*",
986
-            "windwalker/test": "~3.0",
987
-            "yosymfony/toml": "^1.0"
988
-        },
989
-        "suggest": {
990
-            "laktak/hjson": "Install ~2.0 if you require HJSON support.",
991
-            "symfony/yaml": "Install 3.* if you require YAML support.",
992
-            "yosymfony/toml": "Install ~1.0 if you require TOML support."
993
-        },
994
-        "time": "2019-04-28T06:01:00+00:00",
995
-        "type": "windwalker-package",
996
-        "extra": {
997
-            "branch-alias": {
998
-                "dev-master": "3.x-dev"
999
-            }
1000
-        },
1001
-        "installation-source": "dist",
1002
-        "autoload": {
1003
-            "psr-4": {
1004
-                "Windwalker\\Structure\\": ""
1005
-            }
1006
-        },
1007
-        "notification-url": "https://packagist.org/downloads/",
1008
-        "license": [
1009
-            "LGPL-2.0-or-later"
1010
-        ],
1011
-        "description": "Windwalker Structure package",
1012
-        "homepage": "https://github.com/ventoviro/windwalker-structure",
1013
-        "keywords": [
1014
-            "framework",
1015
-            "structure",
1016
-            "windwalker"
1017
-        ]
1018
-    }
1019
-]
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,1019 @@
1
+[
2
+    {
3
+        "name": "doctrine/inflector",
4
+        "version": "v1.3.0",
5
+        "version_normalized": "1.3.0.0",
6
+        "source": {
7
+            "type": "git",
8
+            "url": "https://github.com/doctrine/inflector.git",
9
+            "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
10
+        },
11
+        "dist": {
12
+            "type": "zip",
13
+            "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
14
+            "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
15
+            "shasum": ""
16
+        },
17
+        "require": {
18
+            "php": "^7.1"
19
+        },
20
+        "require-dev": {
21
+            "phpunit/phpunit": "^6.2"
22
+        },
23
+        "time": "2018-01-09T20:05:19+00:00",
24
+        "type": "library",
25
+        "extra": {
26
+            "branch-alias": {
27
+                "dev-master": "1.3.x-dev"
28
+            }
29
+        },
30
+        "installation-source": "dist",
31
+        "autoload": {
32
+            "psr-4": {
33
+                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
34
+            }
35
+        },
36
+        "notification-url": "https://packagist.org/downloads/",
37
+        "license": [
38
+            "MIT"
39
+        ],
40
+        "authors": [
41
+            {
42
+                "name": "Roman Borschel",
43
+                "email": "roman@code-factory.org"
44
+            },
45
+            {
46
+                "name": "Benjamin Eberlei",
47
+                "email": "kontakt@beberlei.de"
48
+            },
49
+            {
50
+                "name": "Guilherme Blanco",
51
+                "email": "guilhermeblanco@gmail.com"
52
+            },
53
+            {
54
+                "name": "Jonathan Wage",
55
+                "email": "jonwage@gmail.com"
56
+            },
57
+            {
58
+                "name": "Johannes Schmitt",
59
+                "email": "schmittjoh@gmail.com"
60
+            }
61
+        ],
62
+        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
63
+        "homepage": "http://www.doctrine-project.org",
64
+        "keywords": [
65
+            "inflection",
66
+            "pluralize",
67
+            "singularize",
68
+            "string"
69
+        ]
70
+    },
71
+    {
72
+        "name": "illuminate/container",
73
+        "version": "v5.8.31",
74
+        "version_normalized": "5.8.31.0",
75
+        "source": {
76
+            "type": "git",
77
+            "url": "https://github.com/illuminate/container.git",
78
+            "reference": "7afee1ef2cb53190a98d727ea77096b6a610c05e"
79
+        },
80
+        "dist": {
81
+            "type": "zip",
82
+            "url": "https://api.github.com/repos/illuminate/container/zipball/7afee1ef2cb53190a98d727ea77096b6a610c05e",
83
+            "reference": "7afee1ef2cb53190a98d727ea77096b6a610c05e",
84
+            "shasum": ""
85
+        },
86
+        "require": {
87
+            "illuminate/contracts": "5.8.*",
88
+            "illuminate/support": "5.8.*",
89
+            "php": "^7.1.3",
90
+            "psr/container": "^1.0"
91
+        },
92
+        "time": "2019-07-16T13:14:16+00:00",
93
+        "type": "library",
94
+        "extra": {
95
+            "branch-alias": {
96
+                "dev-master": "5.8-dev"
97
+            }
98
+        },
99
+        "installation-source": "dist",
100
+        "autoload": {
101
+            "psr-4": {
102
+                "Illuminate\\Container\\": ""
103
+            }
104
+        },
105
+        "notification-url": "https://packagist.org/downloads/",
106
+        "license": [
107
+            "MIT"
108
+        ],
109
+        "authors": [
110
+            {
111
+                "name": "Taylor Otwell",
112
+                "email": "taylor@laravel.com"
113
+            }
114
+        ],
115
+        "description": "The Illuminate Container package.",
116
+        "homepage": "https://laravel.com"
117
+    },
118
+    {
119
+        "name": "illuminate/contracts",
120
+        "version": "v5.8.31",
121
+        "version_normalized": "5.8.31.0",
122
+        "source": {
123
+            "type": "git",
124
+            "url": "https://github.com/illuminate/contracts.git",
125
+            "reference": "00fc6afee788fa07c311b0650ad276585f8aef96"
126
+        },
127
+        "dist": {
128
+            "type": "zip",
129
+            "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96",
130
+            "reference": "00fc6afee788fa07c311b0650ad276585f8aef96",
131
+            "shasum": ""
132
+        },
133
+        "require": {
134
+            "php": "^7.1.3",
135
+            "psr/container": "^1.0",
136
+            "psr/simple-cache": "^1.0"
137
+        },
138
+        "time": "2019-07-30T13:57:21+00:00",
139
+        "type": "library",
140
+        "extra": {
141
+            "branch-alias": {
142
+                "dev-master": "5.8-dev"
143
+            }
144
+        },
145
+        "installation-source": "dist",
146
+        "autoload": {
147
+            "psr-4": {
148
+                "Illuminate\\Contracts\\": ""
149
+            }
150
+        },
151
+        "notification-url": "https://packagist.org/downloads/",
152
+        "license": [
153
+            "MIT"
154
+        ],
155
+        "authors": [
156
+            {
157
+                "name": "Taylor Otwell",
158
+                "email": "taylor@laravel.com"
159
+            }
160
+        ],
161
+        "description": "The Illuminate Contracts package.",
162
+        "homepage": "https://laravel.com"
163
+    },
164
+    {
165
+        "name": "illuminate/events",
166
+        "version": "v5.8.31",
167
+        "version_normalized": "5.8.31.0",
168
+        "source": {
169
+            "type": "git",
170
+            "url": "https://github.com/illuminate/events.git",
171
+            "reference": "a85d7c273bc4e3357000c5fc4812374598515de3"
172
+        },
173
+        "dist": {
174
+            "type": "zip",
175
+            "url": "https://api.github.com/repos/illuminate/events/zipball/a85d7c273bc4e3357000c5fc4812374598515de3",
176
+            "reference": "a85d7c273bc4e3357000c5fc4812374598515de3",
177
+            "shasum": ""
178
+        },
179
+        "require": {
180
+            "illuminate/container": "5.8.*",
181
+            "illuminate/contracts": "5.8.*",
182
+            "illuminate/support": "5.8.*",
183
+            "php": "^7.1.3"
184
+        },
185
+        "time": "2019-02-18T18:37:54+00:00",
186
+        "type": "library",
187
+        "extra": {
188
+            "branch-alias": {
189
+                "dev-master": "5.8-dev"
190
+            }
191
+        },
192
+        "installation-source": "dist",
193
+        "autoload": {
194
+            "psr-4": {
195
+                "Illuminate\\Events\\": ""
196
+            }
197
+        },
198
+        "notification-url": "https://packagist.org/downloads/",
199
+        "license": [
200
+            "MIT"
201
+        ],
202
+        "authors": [
203
+            {
204
+                "name": "Taylor Otwell",
205
+                "email": "taylor@laravel.com"
206
+            }
207
+        ],
208
+        "description": "The Illuminate Events package.",
209
+        "homepage": "https://laravel.com"
210
+    },
211
+    {
212
+        "name": "illuminate/filesystem",
213
+        "version": "v5.8.31",
214
+        "version_normalized": "5.8.31.0",
215
+        "source": {
216
+            "type": "git",
217
+            "url": "https://github.com/illuminate/filesystem.git",
218
+            "reference": "e5a022f38cac6c37d6627be0db2ddaa13153bc35"
219
+        },
220
+        "dist": {
221
+            "type": "zip",
222
+            "url": "https://api.github.com/repos/illuminate/filesystem/zipball/e5a022f38cac6c37d6627be0db2ddaa13153bc35",
223
+            "reference": "e5a022f38cac6c37d6627be0db2ddaa13153bc35",
224
+            "shasum": ""
225
+        },
226
+        "require": {
227
+            "illuminate/contracts": "5.8.*",
228
+            "illuminate/support": "5.8.*",
229
+            "php": "^7.1.3",
230
+            "symfony/finder": "^4.2"
231
+        },
232
+        "suggest": {
233
+            "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).",
234
+            "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
235
+            "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
236
+            "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
237
+            "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0)."
238
+        },
239
+        "time": "2019-06-25T09:00:38+00:00",
240
+        "type": "library",
241
+        "extra": {
242
+            "branch-alias": {
243
+                "dev-master": "5.8-dev"
244
+            }
245
+        },
246
+        "installation-source": "dist",
247
+        "autoload": {
248
+            "psr-4": {
249
+                "Illuminate\\Filesystem\\": ""
250
+            }
251
+        },
252
+        "notification-url": "https://packagist.org/downloads/",
253
+        "license": [
254
+            "MIT"
255
+        ],
256
+        "authors": [
257
+            {
258
+                "name": "Taylor Otwell",
259
+                "email": "taylor@laravel.com"
260
+            }
261
+        ],
262
+        "description": "The Illuminate Filesystem package.",
263
+        "homepage": "https://laravel.com"
264
+    },
265
+    {
266
+        "name": "illuminate/support",
267
+        "version": "v5.8.31",
268
+        "version_normalized": "5.8.31.0",
269
+        "source": {
270
+            "type": "git",
271
+            "url": "https://github.com/illuminate/support.git",
272
+            "reference": "60fdf2cd0fe8092947f42add1681c34fa252af33"
273
+        },
274
+        "dist": {
275
+            "type": "zip",
276
+            "url": "https://api.github.com/repos/illuminate/support/zipball/60fdf2cd0fe8092947f42add1681c34fa252af33",
277
+            "reference": "60fdf2cd0fe8092947f42add1681c34fa252af33",
278
+            "shasum": ""
279
+        },
280
+        "require": {
281
+            "doctrine/inflector": "^1.1",
282
+            "ext-json": "*",
283
+            "ext-mbstring": "*",
284
+            "illuminate/contracts": "5.8.*",
285
+            "nesbot/carbon": "^1.26.3 || ^2.0",
286
+            "php": "^7.1.3"
287
+        },
288
+        "conflict": {
289
+            "tightenco/collect": "<5.5.33"
290
+        },
291
+        "suggest": {
292
+            "illuminate/filesystem": "Required to use the composer class (5.8.*).",
293
+            "moontoast/math": "Required to use ordered UUIDs (^1.1).",
294
+            "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
295
+            "symfony/process": "Required to use the composer class (^4.2).",
296
+            "symfony/var-dumper": "Required to use the dd function (^4.2).",
297
+            "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
298
+        },
299
+        "time": "2019-08-06T08:53:24+00:00",
300
+        "type": "library",
301
+        "extra": {
302
+            "branch-alias": {
303
+                "dev-master": "5.8-dev"
304
+            }
305
+        },
306
+        "installation-source": "dist",
307
+        "autoload": {
308
+            "psr-4": {
309
+                "Illuminate\\Support\\": ""
310
+            },
311
+            "files": [
312
+                "helpers.php"
313
+            ]
314
+        },
315
+        "notification-url": "https://packagist.org/downloads/",
316
+        "license": [
317
+            "MIT"
318
+        ],
319
+        "authors": [
320
+            {
321
+                "name": "Taylor Otwell",
322
+                "email": "taylor@laravel.com"
323
+            }
324
+        ],
325
+        "description": "The Illuminate Support package.",
326
+        "homepage": "https://laravel.com"
327
+    },
328
+    {
329
+        "name": "illuminate/view",
330
+        "version": "v5.8.31",
331
+        "version_normalized": "5.8.31.0",
332
+        "source": {
333
+            "type": "git",
334
+            "url": "https://github.com/illuminate/view.git",
335
+            "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d"
336
+        },
337
+        "dist": {
338
+            "type": "zip",
339
+            "url": "https://api.github.com/repos/illuminate/view/zipball/c859919bc3be97a3f114377d5d812f047b8ea90d",
340
+            "reference": "c859919bc3be97a3f114377d5d812f047b8ea90d",
341
+            "shasum": ""
342
+        },
343
+        "require": {
344
+            "ext-json": "*",
345
+            "illuminate/container": "5.8.*",
346
+            "illuminate/contracts": "5.8.*",
347
+            "illuminate/events": "5.8.*",
348
+            "illuminate/filesystem": "5.8.*",
349
+            "illuminate/support": "5.8.*",
350
+            "php": "^7.1.3",
351
+            "symfony/debug": "^4.2"
352
+        },
353
+        "time": "2019-06-20T13:13:59+00:00",
354
+        "type": "library",
355
+        "extra": {
356
+            "branch-alias": {
357
+                "dev-master": "5.8-dev"
358
+            }
359
+        },
360
+        "installation-source": "dist",
361
+        "autoload": {
362
+            "psr-4": {
363
+                "Illuminate\\View\\": ""
364
+            }
365
+        },
366
+        "notification-url": "https://packagist.org/downloads/",
367
+        "license": [
368
+            "MIT"
369
+        ],
370
+        "authors": [
371
+            {
372
+                "name": "Taylor Otwell",
373
+                "email": "taylor@laravel.com"
374
+            }
375
+        ],
376
+        "description": "The Illuminate View package.",
377
+        "homepage": "https://laravel.com"
378
+    },
379
+    {
380
+        "name": "nesbot/carbon",
381
+        "version": "2.22.3",
382
+        "version_normalized": "2.22.3.0",
383
+        "source": {
384
+            "type": "git",
385
+            "url": "https://github.com/briannesbitt/Carbon.git",
386
+            "reference": "738fbd8d80b2c5e158fda76c29c2de432fcc6f7e"
387
+        },
388
+        "dist": {
389
+            "type": "zip",
390
+            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/738fbd8d80b2c5e158fda76c29c2de432fcc6f7e",
391
+            "reference": "738fbd8d80b2c5e158fda76c29c2de432fcc6f7e",
392
+            "shasum": ""
393
+        },
394
+        "require": {
395
+            "ext-json": "*",
396
+            "php": "^7.1.8 || ^8.0",
397
+            "symfony/translation": "^3.4 || ^4.0"
398
+        },
399
+        "require-dev": {
400
+            "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
401
+            "kylekatarnls/multi-tester": "^1.1",
402
+            "phpmd/phpmd": "dev-php-7.1-compatibility",
403
+            "phpstan/phpstan": "^0.11",
404
+            "phpunit/phpunit": "^7.5 || ^8.0",
405
+            "squizlabs/php_codesniffer": "^3.4"
406
+        },
407
+        "time": "2019-08-07T12:36:44+00:00",
408
+        "bin": [
409
+            "bin/carbon"
410
+        ],
411
+        "type": "library",
412
+        "extra": {
413
+            "laravel": {
414
+                "providers": [
415
+                    "Carbon\\Laravel\\ServiceProvider"
416
+                ]
417
+            }
418
+        },
419
+        "installation-source": "dist",
420
+        "autoload": {
421
+            "psr-4": {
422
+                "Carbon\\": "src/Carbon/"
423
+            }
424
+        },
425
+        "notification-url": "https://packagist.org/downloads/",
426
+        "license": [
427
+            "MIT"
428
+        ],
429
+        "authors": [
430
+            {
431
+                "name": "Brian Nesbitt",
432
+                "email": "brian@nesbot.com",
433
+                "homepage": "http://nesbot.com"
434
+            },
435
+            {
436
+                "name": "kylekatarnls",
437
+                "homepage": "http://github.com/kylekatarnls"
438
+            }
439
+        ],
440
+        "description": "A simple API extension for DateTime.",
441
+        "homepage": "http://carbon.nesbot.com",
442
+        "keywords": [
443
+            "date",
444
+            "datetime",
445
+            "time"
446
+        ]
447
+    },
448
+    {
449
+        "name": "psr/container",
450
+        "version": "1.0.0",
451
+        "version_normalized": "1.0.0.0",
452
+        "source": {
453
+            "type": "git",
454
+            "url": "https://github.com/php-fig/container.git",
455
+            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
456
+        },
457
+        "dist": {
458
+            "type": "zip",
459
+            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
460
+            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
461
+            "shasum": ""
462
+        },
463
+        "require": {
464
+            "php": ">=5.3.0"
465
+        },
466
+        "time": "2017-02-14T16:28:37+00:00",
467
+        "type": "library",
468
+        "extra": {
469
+            "branch-alias": {
470
+                "dev-master": "1.0.x-dev"
471
+            }
472
+        },
473
+        "installation-source": "dist",
474
+        "autoload": {
475
+            "psr-4": {
476
+                "Psr\\Container\\": "src/"
477
+            }
478
+        },
479
+        "notification-url": "https://packagist.org/downloads/",
480
+        "license": [
481
+            "MIT"
482
+        ],
483
+        "authors": [
484
+            {
485
+                "name": "PHP-FIG",
486
+                "homepage": "http://www.php-fig.org/"
487
+            }
488
+        ],
489
+        "description": "Common Container Interface (PHP FIG PSR-11)",
490
+        "homepage": "https://github.com/php-fig/container",
491
+        "keywords": [
492
+            "PSR-11",
493
+            "container",
494
+            "container-interface",
495
+            "container-interop",
496
+            "psr"
497
+        ]
498
+    },
499
+    {
500
+        "name": "psr/log",
501
+        "version": "1.1.0",
502
+        "version_normalized": "1.1.0.0",
503
+        "source": {
504
+            "type": "git",
505
+            "url": "https://github.com/php-fig/log.git",
506
+            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
507
+        },
508
+        "dist": {
509
+            "type": "zip",
510
+            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
511
+            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
512
+            "shasum": ""
513
+        },
514
+        "require": {
515
+            "php": ">=5.3.0"
516
+        },
517
+        "time": "2018-11-20T15:27:04+00:00",
518
+        "type": "library",
519
+        "extra": {
520
+            "branch-alias": {
521
+                "dev-master": "1.0.x-dev"
522
+            }
523
+        },
524
+        "installation-source": "dist",
525
+        "autoload": {
526
+            "psr-4": {
527
+                "Psr\\Log\\": "Psr/Log/"
528
+            }
529
+        },
530
+        "notification-url": "https://packagist.org/downloads/",
531
+        "license": [
532
+            "MIT"
533
+        ],
534
+        "authors": [
535
+            {
536
+                "name": "PHP-FIG",
537
+                "homepage": "http://www.php-fig.org/"
538
+            }
539
+        ],
540
+        "description": "Common interface for logging libraries",
541
+        "homepage": "https://github.com/php-fig/log",
542
+        "keywords": [
543
+            "log",
544
+            "psr",
545
+            "psr-3"
546
+        ]
547
+    },
548
+    {
549
+        "name": "psr/simple-cache",
550
+        "version": "1.0.1",
551
+        "version_normalized": "1.0.1.0",
552
+        "source": {
553
+            "type": "git",
554
+            "url": "https://github.com/php-fig/simple-cache.git",
555
+            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
556
+        },
557
+        "dist": {
558
+            "type": "zip",
559
+            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
560
+            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
561
+            "shasum": ""
562
+        },
563
+        "require": {
564
+            "php": ">=5.3.0"
565
+        },
566
+        "time": "2017-10-23T01:57:42+00:00",
567
+        "type": "library",
568
+        "extra": {
569
+            "branch-alias": {
570
+                "dev-master": "1.0.x-dev"
571
+            }
572
+        },
573
+        "installation-source": "dist",
574
+        "autoload": {
575
+            "psr-4": {
576
+                "Psr\\SimpleCache\\": "src/"
577
+            }
578
+        },
579
+        "notification-url": "https://packagist.org/downloads/",
580
+        "license": [
581
+            "MIT"
582
+        ],
583
+        "authors": [
584
+            {
585
+                "name": "PHP-FIG",
586
+                "homepage": "http://www.php-fig.org/"
587
+            }
588
+        ],
589
+        "description": "Common interfaces for simple caching",
590
+        "keywords": [
591
+            "cache",
592
+            "caching",
593
+            "psr",
594
+            "psr-16",
595
+            "simple-cache"
596
+        ]
597
+    },
598
+    {
599
+        "name": "symfony/debug",
600
+        "version": "v4.3.3",
601
+        "version_normalized": "4.3.3.0",
602
+        "source": {
603
+            "type": "git",
604
+            "url": "https://github.com/symfony/debug.git",
605
+            "reference": "527887c3858a2462b0137662c74837288b998ee3"
606
+        },
607
+        "dist": {
608
+            "type": "zip",
609
+            "url": "https://api.github.com/repos/symfony/debug/zipball/527887c3858a2462b0137662c74837288b998ee3",
610
+            "reference": "527887c3858a2462b0137662c74837288b998ee3",
611
+            "shasum": ""
612
+        },
613
+        "require": {
614
+            "php": "^7.1.3",
615
+            "psr/log": "~1.0"
616
+        },
617
+        "conflict": {
618
+            "symfony/http-kernel": "<3.4"
619
+        },
620
+        "require-dev": {
621
+            "symfony/http-kernel": "~3.4|~4.0"
622
+        },
623
+        "time": "2019-07-23T11:21:36+00:00",
624
+        "type": "library",
625
+        "extra": {
626
+            "branch-alias": {
627
+                "dev-master": "4.3-dev"
628
+            }
629
+        },
630
+        "installation-source": "dist",
631
+        "autoload": {
632
+            "psr-4": {
633
+                "Symfony\\Component\\Debug\\": ""
634
+            },
635
+            "exclude-from-classmap": [
636
+                "/Tests/"
637
+            ]
638
+        },
639
+        "notification-url": "https://packagist.org/downloads/",
640
+        "license": [
641
+            "MIT"
642
+        ],
643
+        "authors": [
644
+            {
645
+                "name": "Fabien Potencier",
646
+                "email": "fabien@symfony.com"
647
+            },
648
+            {
649
+                "name": "Symfony Community",
650
+                "homepage": "https://symfony.com/contributors"
651
+            }
652
+        ],
653
+        "description": "Symfony Debug Component",
654
+        "homepage": "https://symfony.com"
655
+    },
656
+    {
657
+        "name": "symfony/finder",
658
+        "version": "v4.3.3",
659
+        "version_normalized": "4.3.3.0",
660
+        "source": {
661
+            "type": "git",
662
+            "url": "https://github.com/symfony/finder.git",
663
+            "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2"
664
+        },
665
+        "dist": {
666
+            "type": "zip",
667
+            "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2",
668
+            "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2",
669
+            "shasum": ""
670
+        },
671
+        "require": {
672
+            "php": "^7.1.3"
673
+        },
674
+        "time": "2019-06-28T13:16:30+00:00",
675
+        "type": "library",
676
+        "extra": {
677
+            "branch-alias": {
678
+                "dev-master": "4.3-dev"
679
+            }
680
+        },
681
+        "installation-source": "dist",
682
+        "autoload": {
683
+            "psr-4": {
684
+                "Symfony\\Component\\Finder\\": ""
685
+            },
686
+            "exclude-from-classmap": [
687
+                "/Tests/"
688
+            ]
689
+        },
690
+        "notification-url": "https://packagist.org/downloads/",
691
+        "license": [
692
+            "MIT"
693
+        ],
694
+        "authors": [
695
+            {
696
+                "name": "Fabien Potencier",
697
+                "email": "fabien@symfony.com"
698
+            },
699
+            {
700
+                "name": "Symfony Community",
701
+                "homepage": "https://symfony.com/contributors"
702
+            }
703
+        ],
704
+        "description": "Symfony Finder Component",
705
+        "homepage": "https://symfony.com"
706
+    },
707
+    {
708
+        "name": "symfony/polyfill-mbstring",
709
+        "version": "v1.12.0",
710
+        "version_normalized": "1.12.0.0",
711
+        "source": {
712
+            "type": "git",
713
+            "url": "https://github.com/symfony/polyfill-mbstring.git",
714
+            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
715
+        },
716
+        "dist": {
717
+            "type": "zip",
718
+            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
719
+            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
720
+            "shasum": ""
721
+        },
722
+        "require": {
723
+            "php": ">=5.3.3"
724
+        },
725
+        "suggest": {
726
+            "ext-mbstring": "For best performance"
727
+        },
728
+        "time": "2019-08-06T08:03:45+00:00",
729
+        "type": "library",
730
+        "extra": {
731
+            "branch-alias": {
732
+                "dev-master": "1.12-dev"
733
+            }
734
+        },
735
+        "installation-source": "dist",
736
+        "autoload": {
737
+            "psr-4": {
738
+                "Symfony\\Polyfill\\Mbstring\\": ""
739
+            },
740
+            "files": [
741
+                "bootstrap.php"
742
+            ]
743
+        },
744
+        "notification-url": "https://packagist.org/downloads/",
745
+        "license": [
746
+            "MIT"
747
+        ],
748
+        "authors": [
749
+            {
750
+                "name": "Nicolas Grekas",
751
+                "email": "p@tchwork.com"
752
+            },
753
+            {
754
+                "name": "Symfony Community",
755
+                "homepage": "https://symfony.com/contributors"
756
+            }
757
+        ],
758
+        "description": "Symfony polyfill for the Mbstring extension",
759
+        "homepage": "https://symfony.com",
760
+        "keywords": [
761
+            "compatibility",
762
+            "mbstring",
763
+            "polyfill",
764
+            "portable",
765
+            "shim"
766
+        ]
767
+    },
768
+    {
769
+        "name": "symfony/translation",
770
+        "version": "v4.3.3",
771
+        "version_normalized": "4.3.3.0",
772
+        "source": {
773
+            "type": "git",
774
+            "url": "https://github.com/symfony/translation.git",
775
+            "reference": "4e3e39cc485304f807622bdc64938e4633396406"
776
+        },
777
+        "dist": {
778
+            "type": "zip",
779
+            "url": "https://api.github.com/repos/symfony/translation/zipball/4e3e39cc485304f807622bdc64938e4633396406",
780
+            "reference": "4e3e39cc485304f807622bdc64938e4633396406",
781
+            "shasum": ""
782
+        },
783
+        "require": {
784
+            "php": "^7.1.3",
785
+            "symfony/polyfill-mbstring": "~1.0",
786
+            "symfony/translation-contracts": "^1.1.2"
787
+        },
788
+        "conflict": {
789
+            "symfony/config": "<3.4",
790
+            "symfony/dependency-injection": "<3.4",
791
+            "symfony/yaml": "<3.4"
792
+        },
793
+        "provide": {
794
+            "symfony/translation-implementation": "1.0"
795
+        },
796
+        "require-dev": {
797
+            "psr/log": "~1.0",
798
+            "symfony/config": "~3.4|~4.0",
799
+            "symfony/console": "~3.4|~4.0",
800
+            "symfony/dependency-injection": "~3.4|~4.0",
801
+            "symfony/finder": "~2.8|~3.0|~4.0",
802
+            "symfony/http-kernel": "~3.4|~4.0",
803
+            "symfony/intl": "~3.4|~4.0",
804
+            "symfony/service-contracts": "^1.1.2",
805
+            "symfony/var-dumper": "~3.4|~4.0",
806
+            "symfony/yaml": "~3.4|~4.0"
807
+        },
808
+        "suggest": {
809
+            "psr/log-implementation": "To use logging capability in translator",
810
+            "symfony/config": "",
811
+            "symfony/yaml": ""
812
+        },
813
+        "time": "2019-07-18T10:34:59+00:00",
814
+        "type": "library",
815
+        "extra": {
816
+            "branch-alias": {
817
+                "dev-master": "4.3-dev"
818
+            }
819
+        },
820
+        "installation-source": "dist",
821
+        "autoload": {
822
+            "psr-4": {
823
+                "Symfony\\Component\\Translation\\": ""
824
+            },
825
+            "exclude-from-classmap": [
826
+                "/Tests/"
827
+            ]
828
+        },
829
+        "notification-url": "https://packagist.org/downloads/",
830
+        "license": [
831
+            "MIT"
832
+        ],
833
+        "authors": [
834
+            {
835
+                "name": "Fabien Potencier",
836
+                "email": "fabien@symfony.com"
837
+            },
838
+            {
839
+                "name": "Symfony Community",
840
+                "homepage": "https://symfony.com/contributors"
841
+            }
842
+        ],
843
+        "description": "Symfony Translation Component",
844
+        "homepage": "https://symfony.com"
845
+    },
846
+    {
847
+        "name": "symfony/translation-contracts",
848
+        "version": "v1.1.5",
849
+        "version_normalized": "1.1.5.0",
850
+        "source": {
851
+            "type": "git",
852
+            "url": "https://github.com/symfony/translation-contracts.git",
853
+            "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c"
854
+        },
855
+        "dist": {
856
+            "type": "zip",
857
+            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
858
+            "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
859
+            "shasum": ""
860
+        },
861
+        "require": {
862
+            "php": "^7.1.3"
863
+        },
864
+        "suggest": {
865
+            "symfony/translation-implementation": ""
866
+        },
867
+        "time": "2019-06-13T11:15:36+00:00",
868
+        "type": "library",
869
+        "extra": {
870
+            "branch-alias": {
871
+                "dev-master": "1.1-dev"
872
+            }
873
+        },
874
+        "installation-source": "dist",
875
+        "autoload": {
876
+            "psr-4": {
877
+                "Symfony\\Contracts\\Translation\\": ""
878
+            }
879
+        },
880
+        "notification-url": "https://packagist.org/downloads/",
881
+        "license": [
882
+            "MIT"
883
+        ],
884
+        "authors": [
885
+            {
886
+                "name": "Nicolas Grekas",
887
+                "email": "p@tchwork.com"
888
+            },
889
+            {
890
+                "name": "Symfony Community",
891
+                "homepage": "https://symfony.com/contributors"
892
+            }
893
+        ],
894
+        "description": "Generic abstractions related to translation",
895
+        "homepage": "https://symfony.com",
896
+        "keywords": [
897
+            "abstractions",
898
+            "contracts",
899
+            "decoupling",
900
+            "interfaces",
901
+            "interoperability",
902
+            "standards"
903
+        ]
904
+    },
905
+    {
906
+        "name": "windwalker/renderer",
907
+        "version": "3.5.9",
908
+        "version_normalized": "3.5.9.0",
909
+        "source": {
910
+            "type": "git",
911
+            "url": "https://github.com/ventoviro/windwalker-renderer.git",
912
+            "reference": "b5543585e54fab4e2f4d844e910272c2b405ba8f"
913
+        },
914
+        "dist": {
915
+            "type": "zip",
916
+            "url": "https://api.github.com/repos/ventoviro/windwalker-renderer/zipball/b5543585e54fab4e2f4d844e910272c2b405ba8f",
917
+            "reference": "b5543585e54fab4e2f4d844e910272c2b405ba8f",
918
+            "shasum": ""
919
+        },
920
+        "require": {
921
+            "php": ">=7.1.3",
922
+            "windwalker/structure": "~3.0"
923
+        },
924
+        "require-dev": {
925
+            "illuminate/view": "5.2.*",
926
+            "league/plates": "3.*",
927
+            "mustache/mustache": "2.*",
928
+            "twig/twig": "1.*",
929
+            "windwalker/dom": "~3.0",
930
+            "windwalker/filesystem": "~3.0",
931
+            "windwalker/test": "~3.0"
932
+        },
933
+        "suggest": {
934
+            "illuminate/view": "Install 5.* if you require Laravel Blade engine.",
935
+            "league/plates": "Install 3.* if you require Plates template engine.",
936
+            "mustache/mustache": "Install 2.* if you require Mustache engine.",
937
+            "twig/twig": "Install 1.* if you require Twig engine."
938
+        },
939
+        "time": "2019-05-29T13:58:28+00:00",
940
+        "type": "windwalker-package",
941
+        "extra": {
942
+            "branch-alias": {
943
+                "dev-master": "3.x-dev"
944
+            }
945
+        },
946
+        "installation-source": "dist",
947
+        "autoload": {
948
+            "psr-4": {
949
+                "Windwalker\\Renderer\\": ""
950
+            }
951
+        },
952
+        "notification-url": "https://packagist.org/downloads/",
953
+        "license": [
954
+            "LGPL-2.0-or-later"
955
+        ],
956
+        "description": "Windwalker Renderer package",
957
+        "homepage": "https://github.com/ventoviro/windwalker-renderer",
958
+        "keywords": [
959
+            "framework",
960
+            "renderer",
961
+            "windwalker"
962
+        ]
963
+    },
964
+    {
965
+        "name": "windwalker/structure",
966
+        "version": "3.5.9",
967
+        "version_normalized": "3.5.9.0",
968
+        "source": {
969
+            "type": "git",
970
+            "url": "https://github.com/ventoviro/windwalker-structure.git",
971
+            "reference": "6d3fc1ae456069a717d5a235532a68d1ef51486d"
972
+        },
973
+        "dist": {
974
+            "type": "zip",
975
+            "url": "https://api.github.com/repos/ventoviro/windwalker-structure/zipball/6d3fc1ae456069a717d5a235532a68d1ef51486d",
976
+            "reference": "6d3fc1ae456069a717d5a235532a68d1ef51486d",
977
+            "shasum": ""
978
+        },
979
+        "require": {
980
+            "php": ">=7.1.3"
981
+        },
982
+        "require-dev": {
983
+            "ext-json": "*",
984
+            "laktak/hjson": "^2.1",
985
+            "symfony/yaml": "3.*",
986
+            "windwalker/test": "~3.0",
987
+            "yosymfony/toml": "^1.0"
988
+        },
989
+        "suggest": {
990
+            "laktak/hjson": "Install ~2.0 if you require HJSON support.",
991
+            "symfony/yaml": "Install 3.* if you require YAML support.",
992
+            "yosymfony/toml": "Install ~1.0 if you require TOML support."
993
+        },
994
+        "time": "2019-04-28T06:01:00+00:00",
995
+        "type": "windwalker-package",
996
+        "extra": {
997
+            "branch-alias": {
998
+                "dev-master": "3.x-dev"
999
+            }
1000
+        },
1001
+        "installation-source": "dist",
1002
+        "autoload": {
1003
+            "psr-4": {
1004
+                "Windwalker\\Structure\\": ""
1005
+            }
1006
+        },
1007
+        "notification-url": "https://packagist.org/downloads/",
1008
+        "license": [
1009
+            "LGPL-2.0-or-later"
1010
+        ],
1011
+        "description": "Windwalker Structure package",
1012
+        "homepage": "https://github.com/ventoviro/windwalker-structure",
1013
+        "keywords": [
1014
+            "framework",
1015
+            "structure",
1016
+            "windwalker"
1017
+        ]
1018
+    }
1019
+]