Blame view

composer.lock 86.1 KB
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
6
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
d653b27f   Thibaud Ajas   Correction de fau...
7
8
    "hash": "89645e7a585f3dc620817a0408eb0ede",
    "content-hash": "ab13ce1b88067ed3a8ee3bb1578dac09",
6c4edfa3   Alexandre   First Commit LabI...
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
    "packages": [
        {
            "name": "aura/installer-default",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/auraphp/installer-default.git",
                "reference": "52f8de3670cc1ef45a916f40f732937436d028c8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/auraphp/installer-default/zipball/52f8de3670cc1ef45a916f40f732937436d028c8",
                "reference": "52f8de3670cc1ef45a916f40f732937436d028c8",
                "shasum": ""
            },
            "type": "composer-installer",
            "extra": {
                "class": "Aura\\Composer\\DefaultInstaller"
            },
            "autoload": {
                "psr-0": {
                    "Aura\\Composer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Paul M. Jones",
                    "email": "pmjones88@gmail.com",
                    "homepage": "http://paul-m-jones.com"
                }
            ],
            "description": "Installs Aura packages using the Composer defaults.",
            "keywords": [
                "aura",
                "installer"
            ],
            "time": "2012-11-26 21:35:57"
        },
        {
            "name": "aura/intl",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/auraphp/Aura.Intl.git",
                "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/c5fe620167550ad6fa77dd3570fba2efc77a2a21",
                "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21",
                "shasum": ""
            },
            "require": {
                "aura/installer-default": "1.0.*",
                "php": ">=5.4.0"
            },
            "type": "aura-package",
            "extra": {
                "aura": {
                    "type": "library",
                    "config": {
                        "common": "Aura\\Intl\\_Config\\Common"
                    }
                },
                "branch-alias": {
                    "dev-develop": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Aura\\Intl": "src/"
                },
                "psr-4": {
                    "Aura\\Intl\\_Config\\": "config/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Paul M. Jones",
                    "email": "pmjones88@gmail.com",
                    "homepage": "http://paul-m-jones.com"
                },
                {
                    "name": "Aura.Intl Contributors",
                    "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
                },
                {
                    "name": "Pascal Borreli",
                    "email": "pascal@borreli.com"
                },
                {
                    "name": "Mapthegod",
                    "email": "mapthegod@gmail.com"
                },
                {
                    "name": "Jose Lorenzo Rodriguez",
                    "email": "jose.zap@gmail.com"
                }
            ],
            "description": "The Aura.Intl package provides internationalization (I18N) tools, specifically\npackage-oriented per-locale message translation.",
            "homepage": "http://auraphp.com/Aura.Intl",
            "keywords": [
                "g11n",
                "globalization",
                "i18n",
                "internationalization",
                "intl",
                "l10n",
                "localization"
            ],
            "time": "2014-08-24 00:00:00"
        },
        {
            "name": "cakephp/cakephp",
1e1f0c1c   Alexandre   Mise à jour CakePHP
131
            "version": "3.2.11",
6c4edfa3   Alexandre   First Commit LabI...
132
133
134
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/cakephp.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
135
                "reference": "2c1463f4f80ec138f65a87a9c7d95d466a051e6f"
6c4edfa3   Alexandre   First Commit LabI...
136
137
138
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
139
140
                "url": "https://api.github.com/repos/cakephp/cakephp/zipball/2c1463f4f80ec138f65a87a9c7d95d466a051e6f",
                "reference": "2c1463f4f80ec138f65a87a9c7d95d466a051e6f",
6c4edfa3   Alexandre   First Commit LabI...
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
                "shasum": ""
            },
            "require": {
                "aura/intl": "1.1.*",
                "cakephp/chronos": "*",
                "ext-intl": "*",
                "ext-mbstring": "*",
                "php": ">=5.5.9",
                "psr/log": "1.0"
            },
            "replace": {
                "cakephp/cache": "self.version",
                "cakephp/collection": "self.version",
                "cakephp/core": "self.version",
                "cakephp/database": "self.version",
                "cakephp/datasource": "self.version",
                "cakephp/event": "self.version",
                "cakephp/filesystem": "self.version",
                "cakephp/i18n": "self.version",
                "cakephp/log": "self.version",
                "cakephp/orm": "self.version",
                "cakephp/utility": "self.version",
                "cakephp/validation": "self.version"
            },
            "require-dev": {
                "cakephp/cakephp-codesniffer": "dev-master",
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Cake\\": "src"
                },
                "files": [
                    "src/Core/functions.php",
                    "src/Collection/functions.php",
                    "src/I18n/functions.php",
                    "src/Utility/bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CakePHP Community",
                    "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
                }
            ],
            "description": "The CakePHP framework",
            "homepage": "http://cakephp.org",
            "keywords": [
                "framework"
            ],
1e1f0c1c   Alexandre   Mise à jour CakePHP
199
            "time": "2016-06-21 03:01:37"
6c4edfa3   Alexandre   First Commit LabI...
200
201
202
        },
        {
            "name": "cakephp/chronos",
1e1f0c1c   Alexandre   Mise à jour CakePHP
203
            "version": "0.4.11",
6c4edfa3   Alexandre   First Commit LabI...
204
205
206
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/chronos.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
207
                "reference": "39db65d38488d6edd88bab5f33e19b1205ceeeda"
6c4edfa3   Alexandre   First Commit LabI...
208
209
210
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
211
212
                "url": "https://api.github.com/repos/cakephp/chronos/zipball/39db65d38488d6edd88bab5f33e19b1205ceeeda",
                "reference": "39db65d38488d6edd88bab5f33e19b1205ceeeda",
6c4edfa3   Alexandre   First Commit LabI...
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "athletic/athletic": "~0.1",
                "cakephp/cakephp-codesniffer": "dev-master",
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Cake\\Chronos\\": "src"
                },
                "files": [
                    "src/carbon_compat.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "http://nesbot.com"
                },
                {
                    "name": "The CakePHP Team",
                    "homepage": "http://cakephp.org"
                }
            ],
            "description": "A simple API extension for DateTime.",
            "homepage": "http://cakephp.org",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
1e1f0c1c   Alexandre   Mise à jour CakePHP
254
            "time": "2016-06-15 06:26:37"
6c4edfa3   Alexandre   First Commit LabI...
255
256
        },
        {
e7a07da0   Alexandre   bugfixes
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
            "name": "cakephp/debug_kit",
            "version": "3.2.9",
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/debug_kit.git",
                "reference": "5c351136576b05a386eb2bbb02267529123edf7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/5c351136576b05a386eb2bbb02267529123edf7b",
                "reference": "5c351136576b05a386eb2bbb02267529123edf7b",
                "shasum": ""
            },
            "require": {
                "cakephp/cakephp": ">=3.1.0 <4.0",
                "jdorn/sql-formatter": "~1.2"
            },
            "require-dev": {
                "cakephp/cakephp-codesniffer": "dev-master",
                "phpunit/phpunit": "4.1.*"
            },
            "suggest": {
                "ext-sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."
            },
            "type": "cakephp-plugin",
            "autoload": {
                "psr-4": {
                    "DebugKit\\": "src",
                    "DebugKit\\Test\\Fixture\\": "tests\\Fixture"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Story",
                    "homepage": "http://mark-story.com",
                    "role": "Author"
                },
                {
                    "name": "CakePHP Community",
                    "homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
                }
            ],
            "description": "CakePHP Debug Kit",
            "homepage": "https://github.com/cakephp/debug_kit",
            "keywords": [
                "cakephp",
                "debug",
                "kit"
            ],
            "time": "2016-05-28 15:47:46"
        },
        {
6c4edfa3   Alexandre   First Commit LabI...
313
            "name": "cakephp/migrations",
1e1f0c1c   Alexandre   Mise à jour CakePHP
314
            "version": "1.6.2",
6c4edfa3   Alexandre   First Commit LabI...
315
316
317
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/migrations.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
318
                "reference": "71850bdce921998c4b6aebadbb8a7b4a0a5864a8"
6c4edfa3   Alexandre   First Commit LabI...
319
320
321
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
322
323
                "url": "https://api.github.com/repos/cakephp/migrations/zipball/71850bdce921998c4b6aebadbb8a7b4a0a5864a8",
                "reference": "71850bdce921998c4b6aebadbb8a7b4a0a5864a8",
6c4edfa3   Alexandre   First Commit LabI...
324
325
326
327
328
                "shasum": ""
            },
            "require": {
                "cakephp/cakephp": "~3.1",
                "php": ">=5.4",
1e1f0c1c   Alexandre   Mise à jour CakePHP
329
                "robmorgan/phinx": "0.5.3"
6c4edfa3   Alexandre   First Commit LabI...
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
            },
            "require-dev": {
                "cakephp/bake": "@stable",
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "cakephp/bake": "Required if you want to generate migrations."
            },
            "type": "cakephp-plugin",
            "autoload": {
                "psr-4": {
                    "Migrations\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CakePHP Community",
                    "homepage": "https://github.com/cakephp/migrations/graphs/contributors"
                }
            ],
            "description": "Database Migration plugin for CakePHP 3.0 based on Phinx",
            "homepage": "https://github.com/cakephp/migrations",
            "keywords": [
                "cakephp",
                "migrations"
            ],
1e1f0c1c   Alexandre   Mise à jour CakePHP
360
            "time": "2016-06-14 21:01:47"
6c4edfa3   Alexandre   First Commit LabI...
361
362
363
        },
        {
            "name": "cakephp/plugin-installer",
1e1f0c1c   Alexandre   Mise à jour CakePHP
364
            "version": "0.0.15",
6c4edfa3   Alexandre   First Commit LabI...
365
366
367
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/plugin-installer.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
368
                "reference": "8e84898b44df50e88b5109bb7d4d28de845e9bf8"
6c4edfa3   Alexandre   First Commit LabI...
369
370
371
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
372
373
                "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/8e84898b44df50e88b5109bb7d4d28de845e9bf8",
                "reference": "8e84898b44df50e88b5109bb7d4d28de845e9bf8",
6c4edfa3   Alexandre   First Commit LabI...
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
                "shasum": ""
            },
            "require-dev": {
                "cakephp/cakephp-codesniffer": "dev-master",
                "composer/composer": "1.0.*@dev"
            },
            "type": "composer-installer",
            "extra": {
                "class": "Cake\\Composer\\Installer\\PluginInstaller"
            },
            "autoload": {
                "psr-4": {
                    "Cake\\Composer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CakePHP Community",
                    "homepage": "http://cakephp.org"
                }
            ],
            "description": "A composer installer for CakePHP 3.0+ plugins.",
1e1f0c1c   Alexandre   Mise à jour CakePHP
400
            "time": "2016-04-28 03:01:34"
6c4edfa3   Alexandre   First Commit LabI...
401
402
        },
        {
e7a07da0   Alexandre   bugfixes
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
            "name": "jdorn/sql-formatter",
            "version": "v1.2.17",
            "source": {
                "type": "git",
                "url": "https://github.com/jdorn/sql-formatter.git",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "lib"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "http://jeremydorn.com/"
                }
            ],
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/jdorn/sql-formatter/",
            "keywords": [
                "highlight",
                "sql"
            ],
            "time": "2014-01-12 16:20:24"
        },
        {
6c4edfa3   Alexandre   First Commit LabI...
453
            "name": "mobiledetect/mobiledetectlib",
1e1f0c1c   Alexandre   Mise à jour CakePHP
454
            "version": "2.8.22",
6c4edfa3   Alexandre   First Commit LabI...
455
456
457
            "source": {
                "type": "git",
                "url": "https://github.com/serbanghita/Mobile-Detect.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
458
                "reference": "53cddae0c272a478b24a4b5fb60d0f838caf70b6"
6c4edfa3   Alexandre   First Commit LabI...
459
460
461
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
462
463
                "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/53cddae0c272a478b24a4b5fb60d0f838caf70b6",
                "reference": "53cddae0c272a478b24a4b5fb60d0f838caf70b6",
6c4edfa3   Alexandre   First Commit LabI...
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
                "shasum": ""
            },
            "require": {
                "php": ">=5.0.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "dev-master",
                "johnkary/phpunit-speedtrap": "~1.0@dev",
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "Mobile_Detect.php"
                ],
                "psr-0": {
                    "Detection": "namespaced/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Serban Ghita",
                    "email": "serbanghita@gmail.com",
                    "homepage": "http://mobiledetect.net",
                    "role": "Developer"
                }
            ],
            "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
            "homepage": "https://github.com/serbanghita/Mobile-Detect",
            "keywords": [
                "detect mobile devices",
                "mobile",
                "mobile detect",
                "mobile detector",
                "php mobile detect"
            ],
1e1f0c1c   Alexandre   Mise à jour CakePHP
504
            "time": "2016-04-24 09:47:16"
6c4edfa3   Alexandre   First Commit LabI...
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
        },
        {
            "name": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Psr\\Log\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "robmorgan/phinx",
1e1f0c1c   Alexandre   Mise à jour CakePHP
546
            "version": "v0.5.3",
6c4edfa3   Alexandre   First Commit LabI...
547
548
549
            "source": {
                "type": "git",
                "url": "https://github.com/robmorgan/phinx.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
550
                "reference": "4e7fee7792f4bf3dbf55ee29001850ba26c86a88"
6c4edfa3   Alexandre   First Commit LabI...
551
552
553
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
554
555
                "url": "https://api.github.com/repos/robmorgan/phinx/zipball/4e7fee7792f4bf3dbf55ee29001850ba26c86a88",
                "reference": "4e7fee7792f4bf3dbf55ee29001850ba26c86a88",
6c4edfa3   Alexandre   First Commit LabI...
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "symfony/config": "~2.8|~3.0",
                "symfony/console": "~2.8|~3.0",
                "symfony/yaml": "~2.8|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^3.7|^4.0|^5.0"
            },
            "bin": [
                "bin/phinx"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phinx\\": "src/Phinx"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rob Morgan",
                    "email": "robbym@gmail.com",
                    "homepage": "http://robmorgan.id.au",
                    "role": "Lead Developer"
                },
                {
                    "name": "Woody Gilk",
                    "email": "woody.gilk@gmail.com",
                    "homepage": "http://shadowhand.me",
                    "role": "Developer"
                }
            ],
            "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
            "homepage": "https://phinx.org",
            "keywords": [
                "database",
                "database migrations",
                "db",
                "migrations",
                "phinx"
            ],
1e1f0c1c   Alexandre   Mise à jour CakePHP
603
            "time": "2016-03-07 14:09:22"
6c4edfa3   Alexandre   First Commit LabI...
604
605
606
        },
        {
            "name": "symfony/config",
1e1f0c1c   Alexandre   Mise à jour CakePHP
607
            "version": "v3.1.1",
6c4edfa3   Alexandre   First Commit LabI...
608
609
610
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
611
                "reference": "048dc47e07f92333203c3b7045868bbc864fc40e"
6c4edfa3   Alexandre   First Commit LabI...
612
613
614
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
615
616
                "url": "https://api.github.com/repos/symfony/config/zipball/048dc47e07f92333203c3b7045868bbc864fc40e",
                "reference": "048dc47e07f92333203c3b7045868bbc864fc40e",
6c4edfa3   Alexandre   First Commit LabI...
617
618
619
620
621
622
623
624
625
626
627
628
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/filesystem": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
1e1f0c1c   Alexandre   Mise à jour CakePHP
629
                    "dev-master": "3.1-dev"
6c4edfa3   Alexandre   First Commit LabI...
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Config Component",
            "homepage": "https://symfony.com",
1e1f0c1c   Alexandre   Mise à jour CakePHP
656
            "time": "2016-05-20 11:48:17"
6c4edfa3   Alexandre   First Commit LabI...
657
658
659
        },
        {
            "name": "symfony/console",
1e1f0c1c   Alexandre   Mise à jour CakePHP
660
            "version": "v3.1.1",
6c4edfa3   Alexandre   First Commit LabI...
661
662
663
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
664
                "reference": "64a4d43b045f07055bb197650159769604cb2a92"
6c4edfa3   Alexandre   First Commit LabI...
665
666
667
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
668
669
                "url": "https://api.github.com/repos/symfony/console/zipball/64a4d43b045f07055bb197650159769604cb2a92",
                "reference": "64a4d43b045f07055bb197650159769604cb2a92",
6c4edfa3   Alexandre   First Commit LabI...
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
1e1f0c1c   Alexandre   Mise à jour CakePHP
689
                    "dev-master": "3.1-dev"
6c4edfa3   Alexandre   First Commit LabI...
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Console Component",
            "homepage": "https://symfony.com",
1e1f0c1c   Alexandre   Mise à jour CakePHP
716
            "time": "2016-06-14 11:18:07"
6c4edfa3   Alexandre   First Commit LabI...
717
718
719
        },
        {
            "name": "symfony/filesystem",
1e1f0c1c   Alexandre   Mise à jour CakePHP
720
            "version": "v3.1.1",
6c4edfa3   Alexandre   First Commit LabI...
721
722
723
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
724
                "reference": "5751e80d6f94b7c018f338a4a7be0b700d6f3058"
6c4edfa3   Alexandre   First Commit LabI...
725
726
727
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
728
729
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5751e80d6f94b7c018f338a4a7be0b700d6f3058",
                "reference": "5751e80d6f94b7c018f338a4a7be0b700d6f3058",
6c4edfa3   Alexandre   First Commit LabI...
730
731
732
733
734
735
736
737
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
1e1f0c1c   Alexandre   Mise à jour CakePHP
738
                    "dev-master": "3.1-dev"
6c4edfa3   Alexandre   First Commit LabI...
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Filesystem Component",
            "homepage": "https://symfony.com",
1e1f0c1c   Alexandre   Mise à jour CakePHP
765
            "time": "2016-04-12 18:27:47"
6c4edfa3   Alexandre   First Commit LabI...
766
767
768
        },
        {
            "name": "symfony/polyfill-mbstring",
1e1f0c1c   Alexandre   Mise à jour CakePHP
769
            "version": "v1.2.0",
6c4edfa3   Alexandre   First Commit LabI...
770
771
772
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
773
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
6c4edfa3   Alexandre   First Commit LabI...
774
775
776
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
777
778
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
6c4edfa3   Alexandre   First Commit LabI...
779
780
781
782
783
784
785
786
787
788
789
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
1e1f0c1c   Alexandre   Mise à jour CakePHP
790
                    "dev-master": "1.2-dev"
6c4edfa3   Alexandre   First Commit LabI...
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
1e1f0c1c   Alexandre   Mise à jour CakePHP
824
            "time": "2016-05-18 14:26:46"
6c4edfa3   Alexandre   First Commit LabI...
825
826
827
        },
        {
            "name": "symfony/yaml",
d653b27f   Thibaud Ajas   Correction de fau...
828
            "version": "v3.2.8",
6c4edfa3   Alexandre   First Commit LabI...
829
830
831
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
d653b27f   Thibaud Ajas   Correction de fau...
832
                "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6"
6c4edfa3   Alexandre   First Commit LabI...
833
834
835
            },
            "dist": {
                "type": "zip",
d653b27f   Thibaud Ajas   Correction de fau...
836
837
                "url": "https://api.github.com/repos/symfony/yaml/zipball/acec26fcf7f3031e094e910b94b002fa53d4e4d6",
                "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6",
6c4edfa3   Alexandre   First Commit LabI...
838
839
840
841
842
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
4b7c9c89   Thibault Ajas   maj installation.sh
843
844
845
846
847
848
            "require-dev": {
                "symfony/console": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
6c4edfa3   Alexandre   First Commit LabI...
849
850
851
            "type": "library",
            "extra": {
                "branch-alias": {
4b7c9c89   Thibault Ajas   maj installation.sh
852
                    "dev-master": "3.2-dev"
6c4edfa3   Alexandre   First Commit LabI...
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Yaml Component",
            "homepage": "https://symfony.com",
d653b27f   Thibaud Ajas   Correction de fau...
879
            "time": "2017-05-01 14:55:58"
6c4edfa3   Alexandre   First Commit LabI...
880
881
882
883
884
        }
    ],
    "packages-dev": [
        {
            "name": "cakephp/bake",
1e1f0c1c   Alexandre   Mise à jour CakePHP
885
            "version": "1.2.5",
6c4edfa3   Alexandre   First Commit LabI...
886
887
888
            "source": {
                "type": "git",
                "url": "https://github.com/cakephp/bake.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
889
                "reference": "876e074d2a936b0a2c825db06d81f3ea1d4b2af3"
6c4edfa3   Alexandre   First Commit LabI...
890
891
892
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
893
894
                "url": "https://api.github.com/repos/cakephp/bake/zipball/876e074d2a936b0a2c825db06d81f3ea1d4b2af3",
                "reference": "876e074d2a936b0a2c825db06d81f3ea1d4b2af3",
6c4edfa3   Alexandre   First Commit LabI...
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
                "shasum": ""
            },
            "require": {
                "cakephp/cakephp": ">=3.2.0",
                "php": ">=5.5.9"
            },
            "require-dev": {
                "cakephp/cakephp-codesniffer": "dev-master",
                "phpunit/phpunit": "*"
            },
            "type": "cakephp-plugin",
            "autoload": {
                "psr-4": {
                    "Bake\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CakePHP Community",
                    "homepage": "https://github.com/cakephp/bake/graphs/contributors"
                }
            ],
            "description": "Bake plugin for CakePHP 3.0",
            "homepage": "https://github.com/cakephp/bake",
            "keywords": [
                "bake",
                "cakephp"
            ],
1e1f0c1c   Alexandre   Mise à jour CakePHP
927
            "time": "2016-06-28 01:58:30"
6c4edfa3   Alexandre   First Commit LabI...
928
929
        },
        {
6c4edfa3   Alexandre   First Commit LabI...
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
            "name": "dnoegel/php-xdg-base-dir",
            "version": "0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "@stable"
            },
            "type": "project",
            "autoload": {
                "psr-4": {
                    "XdgBaseDir\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "implementation of xdg base directory specification for php",
            "time": "2014-10-24 07:27:01"
        },
        {
78b69219   Alexandre   Bugfixes
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
            "name": "doctrine/instantiator",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3,<8.0-DEV"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2015-06-14 21:17:01"
        },
        {
6c4edfa3   Alexandre   First Commit LabI...
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
            "name": "jakub-onderka/php-console-color",
            "version": "0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "jakub-onderka/php-code-style": "1.0",
                "jakub-onderka/php-parallel-lint": "0.*",
                "jakub-onderka/php-var-dump-check": "0.*",
                "phpunit/phpunit": "3.7.*",
                "squizlabs/php_codesniffer": "1.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JakubOnderka\\PhpConsoleColor": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Jakub Onderka",
                    "email": "jakub.onderka@gmail.com",
                    "homepage": "http://www.acci.cz"
                }
            ],
            "time": "2014-04-08 15:00:19"
        },
        {
            "name": "jakub-onderka/php-console-highlighter",
            "version": "v0.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
                "shasum": ""
            },
            "require": {
                "jakub-onderka/php-console-color": "~0.1",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "jakub-onderka/php-code-style": "~1.0",
                "jakub-onderka/php-parallel-lint": "~0.5",
                "jakub-onderka/php-var-dump-check": "~0.1",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~1.5"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jakub Onderka",
                    "email": "acci@acci.cz",
                    "homepage": "http://www.acci.cz/"
                }
            ],
            "time": "2015-04-20 18:58:01"
        },
        {
d653b27f   Thibaud Ajas   Correction de fau...
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
            "name": "myclabs/deep-copy",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "doctrine/collections": "1.*",
                "phpunit/phpunit": "~4.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "homepage": "https://github.com/myclabs/DeepCopy",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "time": "2017-04-12 18:52:22"
        },
        {
6c4edfa3   Alexandre   First Commit LabI...
1146
            "name": "nikic/php-parser",
1e1f0c1c   Alexandre   Mise à jour CakePHP
1147
            "version": "v2.1.0",
6c4edfa3   Alexandre   First Commit LabI...
1148
1149
1150
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
1151
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
6c4edfa3   Alexandre   First Commit LabI...
1152
1153
1154
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
1155
1156
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
6c4edfa3   Alexandre   First Commit LabI...
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
1e1f0c1c   Alexandre   Mise à jour CakePHP
1172
                    "dev-master": "2.1-dev"
6c4edfa3   Alexandre   First Commit LabI...
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
1e1f0c1c   Alexandre   Mise à jour CakePHP
1194
            "time": "2016-04-19 13:41:41"
6c4edfa3   Alexandre   First Commit LabI...
1195
1196
        },
        {
a68a90a9   root   conflit doc merge
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
            "name": "phpdocumentor/reflection-common",
            "version": "1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "time": "2015-12-27 11:43:31"
        },
        {
78b69219   Alexandre   Bugfixes
1251
            "name": "phpdocumentor/reflection-docblock",
4b7c9c89   Thibault Ajas   maj installation.sh
1252
            "version": "3.1.1",
6c4edfa3   Alexandre   First Commit LabI...
1253
1254
            "source": {
                "type": "git",
78b69219   Alexandre   Bugfixes
1255
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4b7c9c89   Thibault Ajas   maj installation.sh
1256
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
6c4edfa3   Alexandre   First Commit LabI...
1257
1258
1259
            },
            "dist": {
                "type": "zip",
4b7c9c89   Thibault Ajas   maj installation.sh
1260
1261
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
6c4edfa3   Alexandre   First Commit LabI...
1262
1263
1264
                "shasum": ""
            },
            "require": {
a68a90a9   root   conflit doc merge
1265
1266
1267
1268
                "php": ">=5.5",
                "phpdocumentor/reflection-common": "^1.0@dev",
                "phpdocumentor/type-resolver": "^0.2.0",
                "webmozart/assert": "^1.0"
6c4edfa3   Alexandre   First Commit LabI...
1269
1270
            },
            "require-dev": {
a68a90a9   root   conflit doc merge
1271
1272
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^4.4"
6c4edfa3   Alexandre   First Commit LabI...
1273
            },
a68a90a9   root   conflit doc merge
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
            "type": "library",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4b7c9c89   Thibault Ajas   maj installation.sh
1293
            "time": "2016-09-30 07:12:33"
a68a90a9   root   conflit doc merge
1294
1295
1296
        },
        {
            "name": "phpdocumentor/type-resolver",
4b7c9c89   Thibault Ajas   maj installation.sh
1297
            "version": "0.2.1",
a68a90a9   root   conflit doc merge
1298
1299
1300
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4b7c9c89   Thibault Ajas   maj installation.sh
1301
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
a68a90a9   root   conflit doc merge
1302
1303
1304
            },
            "dist": {
                "type": "zip",
4b7c9c89   Thibault Ajas   maj installation.sh
1305
1306
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
a68a90a9   root   conflit doc merge
1307
1308
1309
1310
1311
1312
1313
1314
1315
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "phpdocumentor/reflection-common": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^5.2||^4.8.24"
be62f461   Alexandre   Version: 2.4.2.16
1316
            },
78b69219   Alexandre   Bugfixes
1317
1318
1319
            "type": "library",
            "extra": {
                "branch-alias": {
a68a90a9   root   conflit doc merge
1320
                    "dev-master": "1.0.x-dev"
78b69219   Alexandre   Bugfixes
1321
1322
1323
                }
            },
            "autoload": {
a68a90a9   root   conflit doc merge
1324
1325
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
78b69219   Alexandre   Bugfixes
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
a68a90a9   root   conflit doc merge
1337
                    "email": "me@mikevanriel.com"
78b69219   Alexandre   Bugfixes
1338
                }
6c4edfa3   Alexandre   First Commit LabI...
1339
            ],
4b7c9c89   Thibault Ajas   maj installation.sh
1340
            "time": "2016-11-25 06:54:22"
78b69219   Alexandre   Bugfixes
1341
1342
1343
        },
        {
            "name": "phpspec/prophecy",
4b7c9c89   Thibault Ajas   maj installation.sh
1344
            "version": "v1.7.0",
78b69219   Alexandre   Bugfixes
1345
1346
1347
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
4b7c9c89   Thibault Ajas   maj installation.sh
1348
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
78b69219   Alexandre   Bugfixes
1349
1350
1351
            },
            "dist": {
                "type": "zip",
4b7c9c89   Thibault Ajas   maj installation.sh
1352
1353
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
78b69219   Alexandre   Bugfixes
1354
1355
1356
1357
1358
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
a68a90a9   root   conflit doc merge
1359
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
4b7c9c89   Thibault Ajas   maj installation.sh
1360
1361
                "sebastian/comparator": "^1.1|^2.0",
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
78b69219   Alexandre   Bugfixes
1362
1363
            },
            "require-dev": {
4b7c9c89   Thibault Ajas   maj installation.sh
1364
1365
                "phpspec/phpspec": "^2.5|^3.2",
                "phpunit/phpunit": "^4.8 || ^5.6.5"
78b69219   Alexandre   Bugfixes
1366
            },
6c4edfa3   Alexandre   First Commit LabI...
1367
1368
1369
            "type": "library",
            "extra": {
                "branch-alias": {
a68a90a9   root   conflit doc merge
1370
                    "dev-master": "1.6.x-dev"
6c4edfa3   Alexandre   First Commit LabI...
1371
1372
1373
                }
            },
            "autoload": {
78b69219   Alexandre   Bugfixes
1374
1375
                "psr-0": {
                    "Prophecy\\": "src/"
6c4edfa3   Alexandre   First Commit LabI...
1376
1377
1378
1379
1380
1381
1382
1383
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
78b69219   Alexandre   Bugfixes
1384
1385
1386
1387
1388
1389
1390
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
be62f461   Alexandre   Version: 2.4.2.16
1391
1392
                }
            ],
78b69219   Alexandre   Bugfixes
1393
1394
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
be62f461   Alexandre   Version: 2.4.2.16
1395
            "keywords": [
78b69219   Alexandre   Bugfixes
1396
1397
1398
1399
1400
1401
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
be62f461   Alexandre   Version: 2.4.2.16
1402
            ],
4b7c9c89   Thibault Ajas   maj installation.sh
1403
            "time": "2017-03-02 20:05:34"
78b69219   Alexandre   Bugfixes
1404
1405
1406
        },
        {
            "name": "phpunit/php-code-coverage",
d653b27f   Thibaud Ajas   Correction de fau...
1407
            "version": "4.0.8",
78b69219   Alexandre   Bugfixes
1408
1409
1410
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
d653b27f   Thibaud Ajas   Correction de fau...
1411
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
78b69219   Alexandre   Bugfixes
1412
1413
1414
            },
            "dist": {
                "type": "zip",
d653b27f   Thibaud Ajas   Correction de fau...
1415
1416
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
78b69219   Alexandre   Bugfixes
1417
1418
1419
                "shasum": ""
            },
            "require": {
d653b27f   Thibaud Ajas   Correction de fau...
1420
1421
1422
1423
1424
1425
1426
1427
1428
                "ext-dom": "*",
                "ext-xmlwriter": "*",
                "php": "^5.6 || ^7.0",
                "phpunit/php-file-iterator": "^1.3",
                "phpunit/php-text-template": "^1.2",
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
                "sebastian/code-unit-reverse-lookup": "^1.0",
                "sebastian/environment": "^1.3.2 || ^2.0",
                "sebastian/version": "^1.0 || ^2.0"
78b69219   Alexandre   Bugfixes
1429
1430
            },
            "require-dev": {
d653b27f   Thibaud Ajas   Correction de fau...
1431
1432
                "ext-xdebug": "^2.1.4",
                "phpunit/phpunit": "^5.7"
78b69219   Alexandre   Bugfixes
1433
1434
            },
            "suggest": {
d653b27f   Thibaud Ajas   Correction de fau...
1435
                "ext-xdebug": "^2.5.1"
78b69219   Alexandre   Bugfixes
1436
1437
1438
1439
            },
            "type": "library",
            "extra": {
                "branch-alias": {
d653b27f   Thibaud Ajas   Correction de fau...
1440
                    "dev-master": "4.0.x-dev"
78b69219   Alexandre   Bugfixes
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
d653b27f   Thibaud Ajas   Correction de fau...
1466
            "time": "2017-04-02 07:44:40"
78b69219   Alexandre   Bugfixes
1467
1468
1469
        },
        {
            "name": "phpunit/php-file-iterator",
4b7c9c89   Thibault Ajas   maj installation.sh
1470
            "version": "1.4.2",
78b69219   Alexandre   Bugfixes
1471
1472
1473
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4b7c9c89   Thibault Ajas   maj installation.sh
1474
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
78b69219   Alexandre   Bugfixes
1475
1476
1477
            },
            "dist": {
                "type": "zip",
4b7c9c89   Thibault Ajas   maj installation.sh
1478
1479
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
78b69219   Alexandre   Bugfixes
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
4b7c9c89   Thibault Ajas   maj installation.sh
1513
            "time": "2016-10-03 07:40:28"
78b69219   Alexandre   Bugfixes
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21 13:50:34"
        },
        {
            "name": "phpunit/php-timer",
4b7c9c89   Thibault Ajas   maj installation.sh
1558
            "version": "1.0.9",
78b69219   Alexandre   Bugfixes
1559
1560
1561
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4b7c9c89   Thibault Ajas   maj installation.sh
1562
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
78b69219   Alexandre   Bugfixes
1563
1564
1565
            },
            "dist": {
                "type": "zip",
4b7c9c89   Thibault Ajas   maj installation.sh
1566
1567
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
78b69219   Alexandre   Bugfixes
1568
1569
1570
                "shasum": ""
            },
            "require": {
4b7c9c89   Thibault Ajas   maj installation.sh
1571
                "php": "^5.3.3 || ^7.0"
78b69219   Alexandre   Bugfixes
1572
1573
            },
            "require-dev": {
4b7c9c89   Thibault Ajas   maj installation.sh
1574
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
78b69219   Alexandre   Bugfixes
1575
1576
            },
            "type": "library",
4b7c9c89   Thibault Ajas   maj installation.sh
1577
1578
1579
1580
1581
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
78b69219   Alexandre   Bugfixes
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
4b7c9c89   Thibault Ajas   maj installation.sh
1603
            "time": "2017-02-26 11:10:40"
78b69219   Alexandre   Bugfixes
1604
1605
1606
        },
        {
            "name": "phpunit/php-token-stream",
4b7c9c89   Thibault Ajas   maj installation.sh
1607
            "version": "1.4.11",
78b69219   Alexandre   Bugfixes
1608
1609
1610
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4b7c9c89   Thibault Ajas   maj installation.sh
1611
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
78b69219   Alexandre   Bugfixes
1612
1613
1614
            },
            "dist": {
                "type": "zip",
4b7c9c89   Thibault Ajas   maj installation.sh
1615
1616
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
78b69219   Alexandre   Bugfixes
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
4b7c9c89   Thibault Ajas   maj installation.sh
1652
            "time": "2017-02-27 10:12:30"
78b69219   Alexandre   Bugfixes
1653
1654
1655
        },
        {
            "name": "phpunit/phpunit",
d653b27f   Thibaud Ajas   Correction de fau...
1656
            "version": "5.7.19",
78b69219   Alexandre   Bugfixes
1657
1658
1659
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
d653b27f   Thibaud Ajas   Correction de fau...
1660
                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1"
78b69219   Alexandre   Bugfixes
1661
1662
1663
            },
            "dist": {
                "type": "zip",
d653b27f   Thibaud Ajas   Correction de fau...
1664
1665
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1",
                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1",
78b69219   Alexandre   Bugfixes
1666
1667
1668
1669
1670
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
d653b27f   Thibaud Ajas   Correction de fau...
1671
1672
1673
1674
1675
1676
1677
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "myclabs/deep-copy": "~1.3",
                "php": "^5.6 || ^7.0",
                "phpspec/prophecy": "^1.6.2",
                "phpunit/php-code-coverage": "^4.0.4",
78b69219   Alexandre   Bugfixes
1678
1679
1680
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "^1.0.6",
d653b27f   Thibaud Ajas   Correction de fau...
1681
1682
                "phpunit/phpunit-mock-objects": "^3.2",
                "sebastian/comparator": "^1.2.4",
78b69219   Alexandre   Bugfixes
1683
                "sebastian/diff": "~1.2",
d653b27f   Thibaud Ajas   Correction de fau...
1684
1685
1686
1687
1688
1689
                "sebastian/environment": "^1.3.4 || ^2.0",
                "sebastian/exporter": "~2.0",
                "sebastian/global-state": "^1.1",
                "sebastian/object-enumerator": "~2.0",
                "sebastian/resource-operations": "~1.0",
                "sebastian/version": "~1.0.3|~2.0",
78b69219   Alexandre   Bugfixes
1690
1691
                "symfony/yaml": "~2.1|~3.0"
            },
d653b27f   Thibaud Ajas   Correction de fau...
1692
1693
1694
1695
1696
1697
            "conflict": {
                "phpdocumentor/reflection-docblock": "3.0.2"
            },
            "require-dev": {
                "ext-pdo": "*"
            },
78b69219   Alexandre   Bugfixes
1698
            "suggest": {
d653b27f   Thibaud Ajas   Correction de fau...
1699
                "ext-xdebug": "*",
78b69219   Alexandre   Bugfixes
1700
1701
1702
1703
1704
1705
1706
1707
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
d653b27f   Thibaud Ajas   Correction de fau...
1708
                    "dev-master": "5.7.x-dev"
78b69219   Alexandre   Bugfixes
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
d653b27f   Thibaud Ajas   Correction de fau...
1734
            "time": "2017-04-03 02:22:27"
78b69219   Alexandre   Bugfixes
1735
1736
1737
        },
        {
            "name": "phpunit/phpunit-mock-objects",
d653b27f   Thibaud Ajas   Correction de fau...
1738
            "version": "3.4.3",
78b69219   Alexandre   Bugfixes
1739
1740
1741
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
d653b27f   Thibaud Ajas   Correction de fau...
1742
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
78b69219   Alexandre   Bugfixes
1743
1744
1745
            },
            "dist": {
                "type": "zip",
d653b27f   Thibaud Ajas   Correction de fau...
1746
1747
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
78b69219   Alexandre   Bugfixes
1748
1749
1750
1751
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
d653b27f   Thibaud Ajas   Correction de fau...
1752
1753
1754
1755
1756
1757
                "php": "^5.6 || ^7.0",
                "phpunit/php-text-template": "^1.2",
                "sebastian/exporter": "^1.2 || ^2.0"
            },
            "conflict": {
                "phpunit/phpunit": "<5.4.0"
78b69219   Alexandre   Bugfixes
1758
1759
            },
            "require-dev": {
d653b27f   Thibaud Ajas   Correction de fau...
1760
                "phpunit/phpunit": "^5.4"
78b69219   Alexandre   Bugfixes
1761
1762
1763
1764
1765
1766
1767
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
d653b27f   Thibaud Ajas   Correction de fau...
1768
                    "dev-master": "3.2.x-dev"
78b69219   Alexandre   Bugfixes
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
d653b27f   Thibaud Ajas   Correction de fau...
1793
            "time": "2016-12-08 20:27:08"
78b69219   Alexandre   Bugfixes
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
        },
        {
            "name": "psy/psysh",
            "version": "v0.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/bobthecow/psysh.git",
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
                "shasum": ""
            },
            "require": {
                "dnoegel/php-xdg-base-dir": "0.1",
                "jakub-onderka/php-console-highlighter": "0.3.*",
                "nikic/php-parser": "^1.2.1|~2.0",
                "php": ">=5.3.9",
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
                "symfony/var-dumper": "~2.7|~3.0"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "~1.5",
                "phpunit/phpunit": "~3.7|~4.0|~5.0",
                "squizlabs/php_codesniffer": "~2.0",
                "symfony/finder": "~2.1|~3.0"
            },
            "suggest": {
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
            },
            "bin": [
                "bin/psysh"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.8.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/Psy/functions.php"
                ],
                "psr-4": {
                    "Psy\\": "src/Psy/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Justin Hileman",
                    "email": "justin@justinhileman.info",
                    "homepage": "http://justinhileman.com"
                }
            ],
            "description": "An interactive shell for modern PHP.",
            "homepage": "http://psysh.org",
            "keywords": [
                "REPL",
                "console",
                "interactive",
                "shell"
            ],
            "time": "2016-03-09 05:03:14"
        },
        {
d653b27f   Thibaud Ajas   Correction de fau...
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
            "time": "2017-03-04 06:30:41"
        },
        {
78b69219   Alexandre   Bugfixes
1913
            "name": "sebastian/comparator",
4b7c9c89   Thibault Ajas   maj installation.sh
1914
            "version": "1.2.4",
78b69219   Alexandre   Bugfixes
1915
1916
1917
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
4b7c9c89   Thibault Ajas   maj installation.sh
1918
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
78b69219   Alexandre   Bugfixes
1919
1920
1921
            },
            "dist": {
                "type": "zip",
4b7c9c89   Thibault Ajas   maj installation.sh
1922
1923
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
78b69219   Alexandre   Bugfixes
1924
1925
1926
1927
1928
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
4b7c9c89   Thibault Ajas   maj installation.sh
1929
                "sebastian/exporter": "~1.2 || ~2.0"
78b69219   Alexandre   Bugfixes
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
4b7c9c89   Thibault Ajas   maj installation.sh
1974
            "time": "2017-01-29 09:50:25"
78b69219   Alexandre   Bugfixes
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-12-08 07:14:41"
        },
        {
            "name": "sebastian/environment",
d653b27f   Thibaud Ajas   Correction de fau...
2030
            "version": "2.0.0",
78b69219   Alexandre   Bugfixes
2031
2032
2033
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
d653b27f   Thibaud Ajas   Correction de fau...
2034
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
78b69219   Alexandre   Bugfixes
2035
2036
2037
            },
            "dist": {
                "type": "zip",
d653b27f   Thibaud Ajas   Correction de fau...
2038
2039
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
78b69219   Alexandre   Bugfixes
2040
2041
2042
                "shasum": ""
            },
            "require": {
d653b27f   Thibaud Ajas   Correction de fau...
2043
                "php": "^5.6 || ^7.0"
78b69219   Alexandre   Bugfixes
2044
2045
            },
            "require-dev": {
d653b27f   Thibaud Ajas   Correction de fau...
2046
                "phpunit/phpunit": "^5.0"
78b69219   Alexandre   Bugfixes
2047
2048
2049
2050
            },
            "type": "library",
            "extra": {
                "branch-alias": {
d653b27f   Thibaud Ajas   Correction de fau...
2051
                    "dev-master": "2.0.x-dev"
78b69219   Alexandre   Bugfixes
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
d653b27f   Thibaud Ajas   Correction de fau...
2076
            "time": "2016-11-26 07:53:53"
78b69219   Alexandre   Bugfixes
2077
2078
2079
        },
        {
            "name": "sebastian/exporter",
d653b27f   Thibaud Ajas   Correction de fau...
2080
            "version": "2.0.0",
78b69219   Alexandre   Bugfixes
2081
2082
2083
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
d653b27f   Thibaud Ajas   Correction de fau...
2084
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
78b69219   Alexandre   Bugfixes
2085
2086
2087
            },
            "dist": {
                "type": "zip",
d653b27f   Thibaud Ajas   Correction de fau...
2088
2089
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
78b69219   Alexandre   Bugfixes
2090
2091
2092
2093
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
d653b27f   Thibaud Ajas   Correction de fau...
2094
                "sebastian/recursion-context": "~2.0"
78b69219   Alexandre   Bugfixes
2095
2096
            },
            "require-dev": {
1e1f0c1c   Alexandre   Mise à jour CakePHP
2097
                "ext-mbstring": "*",
78b69219   Alexandre   Bugfixes
2098
2099
2100
2101
2102
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
d653b27f   Thibaud Ajas   Correction de fau...
2103
                    "dev-master": "2.0.x-dev"
78b69219   Alexandre   Bugfixes
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
d653b27f   Thibaud Ajas   Correction de fau...
2143
            "time": "2016-11-19 08:54:04"
78b69219   Alexandre   Bugfixes
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
        },
        {
            "name": "sebastian/global-state",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2015-10-12 03:26:01"
        },
        {
d653b27f   Thibaud Ajas   Correction de fau...
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
            "name": "sebastian/object-enumerator",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "sebastian/recursion-context": "~2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "time": "2017-02-18 15:18:39"
        },
        {
78b69219   Alexandre   Bugfixes
2243
            "name": "sebastian/recursion-context",
d653b27f   Thibaud Ajas   Correction de fau...
2244
            "version": "2.0.0",
78b69219   Alexandre   Bugfixes
2245
2246
2247
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
d653b27f   Thibaud Ajas   Correction de fau...
2248
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
78b69219   Alexandre   Bugfixes
2249
2250
2251
            },
            "dist": {
                "type": "zip",
d653b27f   Thibaud Ajas   Correction de fau...
2252
2253
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
78b69219   Alexandre   Bugfixes
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
d653b27f   Thibaud Ajas   Correction de fau...
2265
                    "dev-master": "2.0.x-dev"
78b69219   Alexandre   Bugfixes
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
d653b27f   Thibaud Ajas   Correction de fau...
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
            "time": "2016-11-19 07:33:16"
        },
        {
            "name": "sebastian/resource-operations",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
            "time": "2015-07-28 20:34:47"
78b69219   Alexandre   Bugfixes
2336
2337
2338
        },
        {
            "name": "sebastian/version",
d653b27f   Thibaud Ajas   Correction de fau...
2339
            "version": "2.0.1",
78b69219   Alexandre   Bugfixes
2340
2341
2342
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
d653b27f   Thibaud Ajas   Correction de fau...
2343
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
78b69219   Alexandre   Bugfixes
2344
2345
2346
            },
            "dist": {
                "type": "zip",
d653b27f   Thibaud Ajas   Correction de fau...
2347
2348
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
78b69219   Alexandre   Bugfixes
2349
2350
                "shasum": ""
            },
d653b27f   Thibaud Ajas   Correction de fau...
2351
2352
2353
            "require": {
                "php": ">=5.6"
            },
78b69219   Alexandre   Bugfixes
2354
            "type": "library",
d653b27f   Thibaud Ajas   Correction de fau...
2355
2356
2357
2358
2359
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
78b69219   Alexandre   Bugfixes
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
d653b27f   Thibaud Ajas   Correction de fau...
2378
            "time": "2016-10-03 07:35:21"
be62f461   Alexandre   Version: 2.4.2.16
2379
2380
        },
        {
6c4edfa3   Alexandre   First Commit LabI...
2381
            "name": "symfony/var-dumper",
1e1f0c1c   Alexandre   Mise à jour CakePHP
2382
            "version": "v3.1.1",
6c4edfa3   Alexandre   First Commit LabI...
2383
2384
2385
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
1e1f0c1c   Alexandre   Mise à jour CakePHP
2386
                "reference": "436195b421e8c0493ca3e390c1fbecd8ee08c546"
6c4edfa3   Alexandre   First Commit LabI...
2387
2388
2389
            },
            "dist": {
                "type": "zip",
1e1f0c1c   Alexandre   Mise à jour CakePHP
2390
2391
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/436195b421e8c0493ca3e390c1fbecd8ee08c546",
                "reference": "436195b421e8c0493ca3e390c1fbecd8ee08c546",
6c4edfa3   Alexandre   First Commit LabI...
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "twig/twig": "~1.20|~2.0"
            },
            "suggest": {
                "ext-symfony_debug": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
1e1f0c1c   Alexandre   Mise à jour CakePHP
2407
                    "dev-master": "3.1-dev"
6c4edfa3   Alexandre   First Commit LabI...
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
                }
            },
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony mechanism for exploring and dumping PHP variables",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
1e1f0c1c   Alexandre   Mise à jour CakePHP
2441
            "time": "2016-05-24 10:06:56"
a68a90a9   root   conflit doc merge
2442
2443
2444
        },
        {
            "name": "webmozart/assert",
4b7c9c89   Thibault Ajas   maj installation.sh
2445
            "version": "1.2.0",
a68a90a9   root   conflit doc merge
2446
2447
2448
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/assert.git",
4b7c9c89   Thibault Ajas   maj installation.sh
2449
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
a68a90a9   root   conflit doc merge
2450
2451
2452
            },
            "dist": {
                "type": "zip",
4b7c9c89   Thibault Ajas   maj installation.sh
2453
2454
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
a68a90a9   root   conflit doc merge
2455
2456
2457
                "shasum": ""
            },
            "require": {
4b7c9c89   Thibault Ajas   maj installation.sh
2458
                "php": "^5.3.3 || ^7.0"
a68a90a9   root   conflit doc merge
2459
2460
            },
            "require-dev": {
4b7c9c89   Thibault Ajas   maj installation.sh
2461
2462
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
a68a90a9   root   conflit doc merge
2463
2464
2465
2466
            },
            "type": "library",
            "extra": {
                "branch-alias": {
4b7c9c89   Thibault Ajas   maj installation.sh
2467
                    "dev-master": "1.3-dev"
a68a90a9   root   conflit doc merge
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
4b7c9c89   Thibault Ajas   maj installation.sh
2491
            "time": "2016-11-23 20:04:58"
6c4edfa3   Alexandre   First Commit LabI...
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "psy/psysh": 0
    },
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.5.9"
    },
    "platform-dev": []
}