OSDN Git Service

camephp
[umumu/umumu.git] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "hash": "ef2254b87b67630e4f4e3b4655ece177",
8     "packages": [
9         {
10             "name": "aura/installer-default",
11             "version": "1.0.0",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/auraphp/installer-default.git",
15                 "reference": "52f8de3670cc1ef45a916f40f732937436d028c8"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/auraphp/installer-default/zipball/52f8de3670cc1ef45a916f40f732937436d028c8",
20                 "reference": "52f8de3670cc1ef45a916f40f732937436d028c8",
21                 "shasum": ""
22             },
23             "type": "composer-installer",
24             "extra": {
25                 "class": "Aura\\Composer\\DefaultInstaller"
26             },
27             "autoload": {
28                 "psr-0": {
29                     "Aura\\Composer\\": "src/"
30                 }
31             },
32             "notification-url": "https://packagist.org/downloads/",
33             "license": [
34                 "BSD-2-Clause"
35             ],
36             "authors": [
37                 {
38                     "name": "Paul M. Jones",
39                     "email": "pmjones88@gmail.com",
40                     "homepage": "http://paul-m-jones.com"
41                 }
42             ],
43             "description": "Installs Aura packages using the Composer defaults.",
44             "keywords": [
45                 "aura",
46                 "installer"
47             ],
48             "time": "2012-11-26 21:35:57"
49         },
50         {
51             "name": "aura/intl",
52             "version": "1.1.1",
53             "source": {
54                 "type": "git",
55                 "url": "https://github.com/auraphp/Aura.Intl.git",
56                 "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21"
57             },
58             "dist": {
59                 "type": "zip",
60                 "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/c5fe620167550ad6fa77dd3570fba2efc77a2a21",
61                 "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21",
62                 "shasum": ""
63             },
64             "require": {
65                 "aura/installer-default": "1.0.*",
66                 "php": ">=5.4.0"
67             },
68             "type": "aura-package",
69             "extra": {
70                 "aura": {
71                     "type": "library",
72                     "config": {
73                         "common": "Aura\\Intl\\_Config\\Common"
74                     }
75                 },
76                 "branch-alias": {
77                     "dev-develop": "1.1.x-dev"
78                 }
79             },
80             "autoload": {
81                 "psr-0": {
82                     "Aura\\Intl": "src/"
83                 },
84                 "psr-4": {
85                     "Aura\\Intl\\_Config\\": "config/"
86                 }
87             },
88             "notification-url": "https://packagist.org/downloads/",
89             "license": [
90                 "BSD-2-Clause"
91             ],
92             "authors": [
93                 {
94                     "name": "Paul M. Jones",
95                     "email": "pmjones88@gmail.com",
96                     "homepage": "http://paul-m-jones.com"
97                 },
98                 {
99                     "name": "Aura.Intl Contributors",
100                     "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
101                 },
102                 {
103                     "name": "Pascal Borreli",
104                     "email": "pascal@borreli.com"
105                 },
106                 {
107                     "name": "Mapthegod",
108                     "email": "mapthegod@gmail.com"
109                 },
110                 {
111                     "name": "Jose Lorenzo Rodriguez",
112                     "email": "jose.zap@gmail.com"
113                 }
114             ],
115             "description": "The Aura.Intl package provides internationalization (I18N) tools, specifically\npackage-oriented per-locale message translation.",
116             "homepage": "http://auraphp.com/Aura.Intl",
117             "keywords": [
118                 "g11n",
119                 "globalization",
120                 "i18n",
121                 "internationalization",
122                 "intl",
123                 "l10n",
124                 "localization"
125             ],
126             "time": "2014-08-24 00:00:00"
127         },
128         {
129             "name": "cakephp/cakephp",
130             "version": "3.0.1",
131             "source": {
132                 "type": "git",
133                 "url": "https://github.com/cakephp/cakephp.git",
134                 "reference": "990eaa36f616e8476bf057a17564b57479a9be66"
135             },
136             "dist": {
137                 "type": "zip",
138                 "url": "https://api.github.com/repos/cakephp/cakephp/zipball/990eaa36f616e8476bf057a17564b57479a9be66",
139                 "reference": "990eaa36f616e8476bf057a17564b57479a9be66",
140                 "shasum": ""
141             },
142             "require": {
143                 "aura/intl": "1.1.*",
144                 "ext-intl": "*",
145                 "ext-mbstring": "*",
146                 "ircmaxell/password-compat": "1.0.*",
147                 "nesbot/carbon": "1.13.*",
148                 "php": ">=5.4.16",
149                 "psr/log": "1.0"
150             },
151             "replace": {
152                 "cakephp/cache": "self.version",
153                 "cakephp/collection": "self.version",
154                 "cakephp/core": "self.version",
155                 "cakephp/database": "self.version",
156                 "cakephp/datasource": "self.version",
157                 "cakephp/event": "self.version",
158                 "cakephp/i18n": "self.version",
159                 "cakephp/log": "self.version",
160                 "cakephp/orm": "self.version",
161                 "cakephp/utility": "self.version",
162                 "cakephp/validation": "self.version"
163             },
164             "require-dev": {
165                 "cakephp/cakephp-codesniffer": "dev-master",
166                 "phpunit/phpunit": "*"
167             },
168             "type": "library",
169             "extra": {
170                 "branch-alias": {
171                     "dev-master": "3.0.x-dev"
172                 }
173             },
174             "autoload": {
175                 "psr-4": {
176                     "Cake\\": "src"
177                 },
178                 "files": [
179                     "src/Core/functions.php",
180                     "src/Collection/functions.php",
181                     "src/I18n/functions.php",
182                     "src/Utility/bootstrap.php"
183                 ]
184             },
185             "notification-url": "https://packagist.org/downloads/",
186             "license": [
187                 "MIT"
188             ],
189             "authors": [
190                 {
191                     "name": "CakePHP Community",
192                     "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
193                 }
194             ],
195             "description": "The CakePHP framework",
196             "homepage": "http://cakephp.org",
197             "keywords": [
198                 "framework"
199             ],
200             "time": "2015-04-05 01:14:57"
201         },
202         {
203             "name": "cakephp/migrations",
204             "version": "1.0.2",
205             "source": {
206                 "type": "git",
207                 "url": "https://github.com/cakephp/migrations.git",
208                 "reference": "f0119280688fa16db407d0c31ee4b2e55674e678"
209             },
210             "dist": {
211                 "type": "zip",
212                 "url": "https://api.github.com/repos/cakephp/migrations/zipball/f0119280688fa16db407d0c31ee4b2e55674e678",
213                 "reference": "f0119280688fa16db407d0c31ee4b2e55674e678",
214                 "shasum": ""
215             },
216             "require": {
217                 "cakephp/cakephp": "~3.0",
218                 "php": ">=5.4",
219                 "robmorgan/phinx": ">=0.4.2 <1.0"
220             },
221             "require-dev": {
222                 "cakephp/bake": "dev-master",
223                 "phpunit/phpunit": "*"
224             },
225             "suggest": {
226                 "cakephp/bake": "Required if you want to generate migrations."
227             },
228             "type": "cakephp-plugin",
229             "autoload": {
230                 "psr-4": {
231                     "Migrations\\": "src"
232                 }
233             },
234             "notification-url": "https://packagist.org/downloads/",
235             "license": [
236                 "MIT"
237             ],
238             "authors": [
239                 {
240                     "name": "CakePHP Community",
241                     "homepage": "https://github.com/cakephp/migrations/graphs/contributors"
242                 }
243             ],
244             "description": "Database Migration plugin for CakePHP 3.0 based on Phinx",
245             "homepage": "https://github.com/cakephp/migrations",
246             "keywords": [
247                 "cakephp",
248                 "migrations"
249             ],
250             "time": "2015-04-09 18:57:45"
251         },
252         {
253             "name": "cakephp/plugin-installer",
254             "version": "0.0.11",
255             "source": {
256                 "type": "git",
257                 "url": "https://github.com/cakephp/plugin-installer.git",
258                 "reference": "87cb0b70fc642f4a4ce5b6d8006392f01e8d0260"
259             },
260             "dist": {
261                 "type": "zip",
262                 "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/87cb0b70fc642f4a4ce5b6d8006392f01e8d0260",
263                 "reference": "87cb0b70fc642f4a4ce5b6d8006392f01e8d0260",
264                 "shasum": ""
265             },
266             "require-dev": {
267                 "cakephp/cakephp-codesniffer": "dev-master",
268                 "composer/composer": "1.0.*@dev"
269             },
270             "type": "composer-installer",
271             "extra": {
272                 "class": "Cake\\Composer\\Installer\\PluginInstaller"
273             },
274             "autoload": {
275                 "psr-4": {
276                     "Cake\\Composer\\": "src"
277                 }
278             },
279             "notification-url": "https://packagist.org/downloads/",
280             "license": [
281                 "MIT"
282             ],
283             "authors": [
284                 {
285                     "name": "CakePHP Community",
286                     "homepage": "http://cakephp.org"
287                 }
288             ],
289             "description": "A composer installer for CakePHP 3.0+ plugins.",
290             "time": "2015-02-06 02:06:07"
291         },
292         {
293             "name": "ircmaxell/password-compat",
294             "version": "v1.0.4",
295             "source": {
296                 "type": "git",
297                 "url": "https://github.com/ircmaxell/password_compat.git",
298                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
299             },
300             "dist": {
301                 "type": "zip",
302                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
303                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
304                 "shasum": ""
305             },
306             "require-dev": {
307                 "phpunit/phpunit": "4.*"
308             },
309             "type": "library",
310             "autoload": {
311                 "files": [
312                     "lib/password.php"
313                 ]
314             },
315             "notification-url": "https://packagist.org/downloads/",
316             "license": [
317                 "MIT"
318             ],
319             "authors": [
320                 {
321                     "name": "Anthony Ferrara",
322                     "email": "ircmaxell@php.net",
323                     "homepage": "http://blog.ircmaxell.com"
324                 }
325             ],
326             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
327             "homepage": "https://github.com/ircmaxell/password_compat",
328             "keywords": [
329                 "hashing",
330                 "password"
331             ],
332             "time": "2014-11-20 16:49:30"
333         },
334         {
335             "name": "mobiledetect/mobiledetectlib",
336             "version": "2.8.12",
337             "source": {
338                 "type": "git",
339                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
340                 "reference": "af30b5b7bd683f575b1c56f74e0e0632f5dd9fc9"
341             },
342             "dist": {
343                 "type": "zip",
344                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/af30b5b7bd683f575b1c56f74e0e0632f5dd9fc9",
345                 "reference": "af30b5b7bd683f575b1c56f74e0e0632f5dd9fc9",
346                 "shasum": ""
347             },
348             "require": {
349                 "php": ">=5.0.0"
350             },
351             "require-dev": {
352                 "codeclimate/php-test-reporter": "dev-master",
353                 "johnkary/phpunit-speedtrap": "~1.0@dev",
354                 "phpunit/phpunit": "*"
355             },
356             "type": "library",
357             "autoload": {
358                 "classmap": [
359                     "Mobile_Detect.php"
360                 ],
361                 "psr-0": {
362                     "Detection": "namespaced/"
363                 }
364             },
365             "notification-url": "https://packagist.org/downloads/",
366             "license": [
367                 "MIT"
368             ],
369             "authors": [
370                 {
371                     "name": "Serban Ghita",
372                     "email": "serbanghita@gmail.com",
373                     "homepage": "http://mobiledetect.net",
374                     "role": "Developer"
375                 }
376             ],
377             "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.",
378             "homepage": "https://github.com/serbanghita/Mobile-Detect",
379             "keywords": [
380                 "detect mobile devices",
381                 "mobile",
382                 "mobile detect",
383                 "mobile detector",
384                 "php mobile detect"
385             ],
386             "time": "2015-03-11 10:02:22"
387         },
388         {
389             "name": "nesbot/carbon",
390             "version": "1.13.0",
391             "source": {
392                 "type": "git",
393                 "url": "https://github.com/briannesbitt/Carbon.git",
394                 "reference": "5cb6e71055f7b0b57956b73d324cc4de31278f42"
395             },
396             "dist": {
397                 "type": "zip",
398                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5cb6e71055f7b0b57956b73d324cc4de31278f42",
399                 "reference": "5cb6e71055f7b0b57956b73d324cc4de31278f42",
400                 "shasum": ""
401             },
402             "require": {
403                 "php": ">=5.3.0"
404             },
405             "require-dev": {
406                 "phpunit/phpunit": "~4.0"
407             },
408             "type": "library",
409             "autoload": {
410                 "psr-0": {
411                     "Carbon": "src"
412                 }
413             },
414             "notification-url": "https://packagist.org/downloads/",
415             "license": [
416                 "MIT"
417             ],
418             "authors": [
419                 {
420                     "name": "Brian Nesbitt",
421                     "email": "brian@nesbot.com",
422                     "homepage": "http://nesbot.com"
423                 }
424             ],
425             "description": "A simple API extension for DateTime.",
426             "homepage": "https://github.com/briannesbitt/Carbon",
427             "keywords": [
428                 "date",
429                 "datetime",
430                 "time"
431             ],
432             "time": "2014-09-26 02:52:02"
433         },
434         {
435             "name": "psr/log",
436             "version": "1.0.0",
437             "source": {
438                 "type": "git",
439                 "url": "https://github.com/php-fig/log.git",
440                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
441             },
442             "dist": {
443                 "type": "zip",
444                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
445                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
446                 "shasum": ""
447             },
448             "type": "library",
449             "autoload": {
450                 "psr-0": {
451                     "Psr\\Log\\": ""
452                 }
453             },
454             "notification-url": "https://packagist.org/downloads/",
455             "license": [
456                 "MIT"
457             ],
458             "authors": [
459                 {
460                     "name": "PHP-FIG",
461                     "homepage": "http://www.php-fig.org/"
462                 }
463             ],
464             "description": "Common interface for logging libraries",
465             "keywords": [
466                 "log",
467                 "psr",
468                 "psr-3"
469             ],
470             "time": "2012-12-21 11:40:51"
471         },
472         {
473             "name": "robmorgan/phinx",
474             "version": "v0.4.3",
475             "source": {
476                 "type": "git",
477                 "url": "https://github.com/robmorgan/phinx.git",
478                 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4"
479             },
480             "dist": {
481                 "type": "zip",
482                 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
483                 "reference": "0d1f9cb9939f65f506a8a3f5fee356764c310fd4",
484                 "shasum": ""
485             },
486             "require": {
487                 "php": ">=5.3.2",
488                 "symfony/config": "~2.6.0",
489                 "symfony/console": "~2.6.0",
490                 "symfony/yaml": "~2.6.0"
491             },
492             "require-dev": {
493                 "phpunit/phpunit": "3.7.*",
494                 "squizlabs/php_codesniffer": "dev-phpcs-fixer"
495             },
496             "bin": [
497                 "bin/phinx"
498             ],
499             "type": "library",
500             "autoload": {
501                 "psr-4": {
502                     "Phinx\\": "src/Phinx"
503                 }
504             },
505             "notification-url": "https://packagist.org/downloads/",
506             "license": [
507                 "MIT"
508             ],
509             "authors": [
510                 {
511                     "name": "Rob Morgan",
512                     "email": "robbym@gmail.com",
513                     "homepage": "http://robmorgan.id.au",
514                     "role": "Lead Developer"
515                 },
516                 {
517                     "name": "Woody Gilk",
518                     "email": "woody.gilk@gmail.com",
519                     "homepage": "http://shadowhand.me",
520                     "role": "Developer"
521                 }
522             ],
523             "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
524             "homepage": "https://phinx.org",
525             "keywords": [
526                 "database",
527                 "database migrations",
528                 "db",
529                 "migrations",
530                 "phinx"
531             ],
532             "time": "2015-02-23 16:38:12"
533         },
534         {
535             "name": "symfony/config",
536             "version": "v2.6.6",
537             "target-dir": "Symfony/Component/Config",
538             "source": {
539                 "type": "git",
540                 "url": "https://github.com/symfony/Config.git",
541                 "reference": "d91be01336605db8da21b79bc771e46a7276d1bc"
542             },
543             "dist": {
544                 "type": "zip",
545                 "url": "https://api.github.com/repos/symfony/Config/zipball/d91be01336605db8da21b79bc771e46a7276d1bc",
546                 "reference": "d91be01336605db8da21b79bc771e46a7276d1bc",
547                 "shasum": ""
548             },
549             "require": {
550                 "php": ">=5.3.3",
551                 "symfony/filesystem": "~2.3"
552             },
553             "require-dev": {
554                 "symfony/phpunit-bridge": "~2.7"
555             },
556             "type": "library",
557             "extra": {
558                 "branch-alias": {
559                     "dev-master": "2.6-dev"
560                 }
561             },
562             "autoload": {
563                 "psr-0": {
564                     "Symfony\\Component\\Config\\": ""
565                 }
566             },
567             "notification-url": "https://packagist.org/downloads/",
568             "license": [
569                 "MIT"
570             ],
571             "authors": [
572                 {
573                     "name": "Symfony Community",
574                     "homepage": "http://symfony.com/contributors"
575                 },
576                 {
577                     "name": "Fabien Potencier",
578                     "email": "fabien@symfony.com"
579                 }
580             ],
581             "description": "Symfony Config Component",
582             "homepage": "http://symfony.com",
583             "time": "2015-03-30 15:54:10"
584         },
585         {
586             "name": "symfony/console",
587             "version": "v2.6.6",
588             "target-dir": "Symfony/Component/Console",
589             "source": {
590                 "type": "git",
591                 "url": "https://github.com/symfony/Console.git",
592                 "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667"
593             },
594             "dist": {
595                 "type": "zip",
596                 "url": "https://api.github.com/repos/symfony/Console/zipball/5b91dc4ed5eb08553f57f6df04c4730a73992667",
597                 "reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667",
598                 "shasum": ""
599             },
600             "require": {
601                 "php": ">=5.3.3"
602             },
603             "require-dev": {
604                 "psr/log": "~1.0",
605                 "symfony/event-dispatcher": "~2.1",
606                 "symfony/phpunit-bridge": "~2.7",
607                 "symfony/process": "~2.1"
608             },
609             "suggest": {
610                 "psr/log": "For using the console logger",
611                 "symfony/event-dispatcher": "",
612                 "symfony/process": ""
613             },
614             "type": "library",
615             "extra": {
616                 "branch-alias": {
617                     "dev-master": "2.6-dev"
618                 }
619             },
620             "autoload": {
621                 "psr-0": {
622                     "Symfony\\Component\\Console\\": ""
623                 }
624             },
625             "notification-url": "https://packagist.org/downloads/",
626             "license": [
627                 "MIT"
628             ],
629             "authors": [
630                 {
631                     "name": "Symfony Community",
632                     "homepage": "http://symfony.com/contributors"
633                 },
634                 {
635                     "name": "Fabien Potencier",
636                     "email": "fabien@symfony.com"
637                 }
638             ],
639             "description": "Symfony Console Component",
640             "homepage": "http://symfony.com",
641             "time": "2015-03-30 15:54:10"
642         },
643         {
644             "name": "symfony/filesystem",
645             "version": "v2.6.6",
646             "target-dir": "Symfony/Component/Filesystem",
647             "source": {
648                 "type": "git",
649                 "url": "https://github.com/symfony/Filesystem.git",
650                 "reference": "4983964b3693e4f13449cb3800c64a9112c301b4"
651             },
652             "dist": {
653                 "type": "zip",
654                 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/4983964b3693e4f13449cb3800c64a9112c301b4",
655                 "reference": "4983964b3693e4f13449cb3800c64a9112c301b4",
656                 "shasum": ""
657             },
658             "require": {
659                 "php": ">=5.3.3"
660             },
661             "require-dev": {
662                 "symfony/phpunit-bridge": "~2.7"
663             },
664             "type": "library",
665             "extra": {
666                 "branch-alias": {
667                     "dev-master": "2.6-dev"
668                 }
669             },
670             "autoload": {
671                 "psr-0": {
672                     "Symfony\\Component\\Filesystem\\": ""
673                 }
674             },
675             "notification-url": "https://packagist.org/downloads/",
676             "license": [
677                 "MIT"
678             ],
679             "authors": [
680                 {
681                     "name": "Symfony Community",
682                     "homepage": "http://symfony.com/contributors"
683                 },
684                 {
685                     "name": "Fabien Potencier",
686                     "email": "fabien@symfony.com"
687                 }
688             ],
689             "description": "Symfony Filesystem Component",
690             "homepage": "http://symfony.com",
691             "time": "2015-03-22 16:55:57"
692         },
693         {
694             "name": "symfony/yaml",
695             "version": "v2.6.6",
696             "target-dir": "Symfony/Component/Yaml",
697             "source": {
698                 "type": "git",
699                 "url": "https://github.com/symfony/Yaml.git",
700                 "reference": "174f009ed36379a801109955fc5a71a49fe62dd4"
701             },
702             "dist": {
703                 "type": "zip",
704                 "url": "https://api.github.com/repos/symfony/Yaml/zipball/174f009ed36379a801109955fc5a71a49fe62dd4",
705                 "reference": "174f009ed36379a801109955fc5a71a49fe62dd4",
706                 "shasum": ""
707             },
708             "require": {
709                 "php": ">=5.3.3"
710             },
711             "require-dev": {
712                 "symfony/phpunit-bridge": "~2.7"
713             },
714             "type": "library",
715             "extra": {
716                 "branch-alias": {
717                     "dev-master": "2.6-dev"
718                 }
719             },
720             "autoload": {
721                 "psr-0": {
722                     "Symfony\\Component\\Yaml\\": ""
723                 }
724             },
725             "notification-url": "https://packagist.org/downloads/",
726             "license": [
727                 "MIT"
728             ],
729             "authors": [
730                 {
731                     "name": "Symfony Community",
732                     "homepage": "http://symfony.com/contributors"
733                 },
734                 {
735                     "name": "Fabien Potencier",
736                     "email": "fabien@symfony.com"
737                 }
738             ],
739             "description": "Symfony Yaml Component",
740             "homepage": "http://symfony.com",
741             "time": "2015-03-30 15:54:10"
742         }
743     ],
744     "packages-dev": [
745         {
746             "name": "cakephp/bake",
747             "version": "1.0.4",
748             "source": {
749                 "type": "git",
750                 "url": "https://github.com/cakephp/bake.git",
751                 "reference": "4cf1c9904a93a629109f5c67e272b0ccdc20bedb"
752             },
753             "dist": {
754                 "type": "zip",
755                 "url": "https://api.github.com/repos/cakephp/bake/zipball/4cf1c9904a93a629109f5c67e272b0ccdc20bedb",
756                 "reference": "4cf1c9904a93a629109f5c67e272b0ccdc20bedb",
757                 "shasum": ""
758             },
759             "require": {
760                 "cakephp/cakephp": "~3.0",
761                 "php": ">=5.4"
762             },
763             "require-dev": {
764                 "cakephp/cakephp-codesniffer": "dev-master",
765                 "phpunit/phpunit": "*"
766             },
767             "type": "cakephp-plugin",
768             "autoload": {
769                 "psr-4": {
770                     "Bake\\": "src"
771                 }
772             },
773             "notification-url": "https://packagist.org/downloads/",
774             "license": [
775                 "MIT"
776             ],
777             "authors": [
778                 {
779                     "name": "CakePHP Community",
780                     "homepage": "https://github.com/cakephp/bake/graphs/contributors"
781                 }
782             ],
783             "description": "Bake plugin for CakePHP 3.0",
784             "homepage": "https://github.com/cakephp/bake",
785             "keywords": [
786                 "bake",
787                 "cakephp"
788             ],
789             "time": "2015-04-08 03:13:05"
790         },
791         {
792             "name": "cakephp/debug_kit",
793             "version": "3.0.1",
794             "source": {
795                 "type": "git",
796                 "url": "https://github.com/cakephp/debug_kit.git",
797                 "reference": "824c1610fe4a79f14f0a22b56de06241dfa49c37"
798             },
799             "dist": {
800                 "type": "zip",
801                 "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/824c1610fe4a79f14f0a22b56de06241dfa49c37",
802                 "reference": "824c1610fe4a79f14f0a22b56de06241dfa49c37",
803                 "shasum": ""
804             },
805             "require": {
806                 "cakephp/cakephp": "~3.0"
807             },
808             "require-dev": {
809                 "cakephp/cakephp-codesniffer": "dev-master",
810                 "phpunit/phpunit": "4.1.*"
811             },
812             "suggest": {
813                 "ext-sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."
814             },
815             "type": "cakephp-plugin",
816             "extra": {
817                 "branch-alias": {
818                     "dev-master": "2.2.x-dev"
819                 }
820             },
821             "autoload": {
822                 "psr-4": {
823                     "DebugKit\\": "src",
824                     "DebugKit\\Test\\Fixture\\": "tests\\Fixture"
825                 }
826             },
827             "notification-url": "https://packagist.org/downloads/",
828             "license": [
829                 "MIT"
830             ],
831             "authors": [
832                 {
833                     "name": "Mark Story",
834                     "homepage": "http://mark-story.com",
835                     "role": "Author"
836                 },
837                 {
838                     "name": "CakePHP Community",
839                     "homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
840                 }
841             ],
842             "description": "CakePHP Debug Kit",
843             "homepage": "https://github.com/cakephp/debug_kit",
844             "keywords": [
845                 "cakephp",
846                 "debug",
847                 "kit"
848             ],
849             "time": "2015-03-22 18:05:17"
850         },
851         {
852             "name": "dnoegel/php-xdg-base-dir",
853             "version": "0.1",
854             "source": {
855                 "type": "git",
856                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
857                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
858             },
859             "dist": {
860                 "type": "zip",
861                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
862                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
863                 "shasum": ""
864             },
865             "require": {
866                 "php": ">=5.3.2"
867             },
868             "require-dev": {
869                 "phpunit/phpunit": "@stable"
870             },
871             "type": "project",
872             "autoload": {
873                 "psr-4": {
874                     "XdgBaseDir\\": "src/"
875                 }
876             },
877             "notification-url": "https://packagist.org/downloads/",
878             "license": [
879                 "MIT"
880             ],
881             "description": "implementation of xdg base directory specification for php",
882             "time": "2014-10-24 07:27:01"
883         },
884         {
885             "name": "jakub-onderka/php-console-color",
886             "version": "0.1",
887             "source": {
888                 "type": "git",
889                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
890                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
891             },
892             "dist": {
893                 "type": "zip",
894                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
895                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
896                 "shasum": ""
897             },
898             "require": {
899                 "php": ">=5.3.2"
900             },
901             "require-dev": {
902                 "jakub-onderka/php-code-style": "1.0",
903                 "jakub-onderka/php-parallel-lint": "0.*",
904                 "jakub-onderka/php-var-dump-check": "0.*",
905                 "phpunit/phpunit": "3.7.*",
906                 "squizlabs/php_codesniffer": "1.*"
907             },
908             "type": "library",
909             "autoload": {
910                 "psr-0": {
911                     "JakubOnderka\\PhpConsoleColor": "src/"
912                 }
913             },
914             "notification-url": "https://packagist.org/downloads/",
915             "license": [
916                 "BSD-2-Clause"
917             ],
918             "authors": [
919                 {
920                     "name": "Jakub Onderka",
921                     "email": "jakub.onderka@gmail.com",
922                     "homepage": "http://www.acci.cz"
923                 }
924             ],
925             "time": "2014-04-08 15:00:19"
926         },
927         {
928             "name": "jakub-onderka/php-console-highlighter",
929             "version": "v0.3.1",
930             "source": {
931                 "type": "git",
932                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
933                 "reference": "05bce997da20acf873e6bf396276798f3cd2c76a"
934             },
935             "dist": {
936                 "type": "zip",
937                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/05bce997da20acf873e6bf396276798f3cd2c76a",
938                 "reference": "05bce997da20acf873e6bf396276798f3cd2c76a",
939                 "shasum": ""
940             },
941             "require": {
942                 "jakub-onderka/php-console-color": "~0.1",
943                 "php": ">=5.3.0"
944             },
945             "require-dev": {
946                 "jakub-onderka/php-code-style": "~1.0",
947                 "jakub-onderka/php-parallel-lint": "~0.5",
948                 "phpunit/phpunit": "~4.0",
949                 "squizlabs/php_codesniffer": "~1.5"
950             },
951             "type": "library",
952             "autoload": {
953                 "psr-0": {
954                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
955                 }
956             },
957             "notification-url": "https://packagist.org/downloads/",
958             "license": [
959                 "MIT"
960             ],
961             "authors": [
962                 {
963                     "name": "Jakub Onderka",
964                     "email": "acci@acci.cz",
965                     "homepage": "http://www.acci.cz/"
966                 }
967             ],
968             "time": "2014-07-14 20:59:35"
969         },
970         {
971             "name": "nikic/php-parser",
972             "version": "v1.2.2",
973             "source": {
974                 "type": "git",
975                 "url": "https://github.com/nikic/PHP-Parser.git",
976                 "reference": "08f97eb4efa029e2fafb6d8c98b71731bf0cf621"
977             },
978             "dist": {
979                 "type": "zip",
980                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/08f97eb4efa029e2fafb6d8c98b71731bf0cf621",
981                 "reference": "08f97eb4efa029e2fafb6d8c98b71731bf0cf621",
982                 "shasum": ""
983             },
984             "require": {
985                 "ext-tokenizer": "*",
986                 "php": ">=5.3"
987             },
988             "type": "library",
989             "extra": {
990                 "branch-alias": {
991                     "dev-master": "1.2-dev"
992                 }
993             },
994             "autoload": {
995                 "files": [
996                     "lib/bootstrap.php"
997                 ]
998             },
999             "notification-url": "https://packagist.org/downloads/",
1000             "license": [
1001                 "BSD-3-Clause"
1002             ],
1003             "authors": [
1004                 {
1005                     "name": "Nikita Popov"
1006                 }
1007             ],
1008             "description": "A PHP parser written in PHP",
1009             "keywords": [
1010                 "parser",
1011                 "php"
1012             ],
1013             "time": "2015-04-03 14:33:59"
1014         },
1015         {
1016             "name": "psy/psysh",
1017             "version": "v0.4.4",
1018             "source": {
1019                 "type": "git",
1020                 "url": "https://github.com/bobthecow/psysh.git",
1021                 "reference": "489816db71649bd95b416e3ed9062d40528ab0ac"
1022             },
1023             "dist": {
1024                 "type": "zip",
1025                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/489816db71649bd95b416e3ed9062d40528ab0ac",
1026                 "reference": "489816db71649bd95b416e3ed9062d40528ab0ac",
1027                 "shasum": ""
1028             },
1029             "require": {
1030                 "dnoegel/php-xdg-base-dir": "0.1",
1031                 "jakub-onderka/php-console-highlighter": "0.3.*",
1032                 "nikic/php-parser": "~1.0",
1033                 "php": ">=5.3.0",
1034                 "symfony/console": "~2.3.10|~2.4.2|~2.5"
1035             },
1036             "require-dev": {
1037                 "fabpot/php-cs-fixer": "~1.5",
1038                 "phpunit/phpunit": "~3.7|~4.0",
1039                 "squizlabs/php_codesniffer": "~2.0",
1040                 "symfony/finder": "~2.1|~3.0"
1041             },
1042             "suggest": {
1043                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1044                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1045                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1046                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
1047             },
1048             "bin": [
1049                 "bin/psysh"
1050             ],
1051             "type": "library",
1052             "extra": {
1053                 "branch-alias": {
1054                     "dev-develop": "0.4.x-dev"
1055                 }
1056             },
1057             "autoload": {
1058                 "files": [
1059                     "src/Psy/functions.php"
1060                 ],
1061                 "psr-0": {
1062                     "Psy\\": "src/"
1063                 }
1064             },
1065             "notification-url": "https://packagist.org/downloads/",
1066             "license": [
1067                 "MIT"
1068             ],
1069             "authors": [
1070                 {
1071                     "name": "Justin Hileman",
1072                     "email": "justin@justinhileman.info",
1073                     "homepage": "http://justinhileman.com"
1074                 }
1075             ],
1076             "description": "An interactive shell for modern PHP.",
1077             "homepage": "http://psysh.org",
1078             "keywords": [
1079                 "REPL",
1080                 "console",
1081                 "interactive",
1082                 "shell"
1083             ],
1084             "time": "2015-03-26 18:43:54"
1085         }
1086     ],
1087     "aliases": [],
1088     "minimum-stability": "dev",
1089     "stability-flags": {
1090         "psy/psysh": 0
1091     },
1092     "prefer-stable": true,
1093     "prefer-lowest": false,
1094     "platform": {
1095         "php": ">=5.4.16"
1096     },
1097     "platform-dev": []
1098 }