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