Blame view

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