[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/composer/ -> installed.json (source)

   1  [
   2      {
   3          "name": "lusitanian/oauth",
   4          "version": "v0.2.5",
   5          "version_normalized": "0.2.5.0",
   6          "source": {
   7              "type": "git",
   8              "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
   9              "reference": "27e375e13e1badcd6dca7fb47b154b3c48fdec0c"
  10          },
  11          "dist": {
  12              "type": "zip",
  13              "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/27e375e13e1badcd6dca7fb47b154b3c48fdec0c",
  14              "reference": "27e375e13e1badcd6dca7fb47b154b3c48fdec0c",
  15              "shasum": ""
  16          },
  17          "require": {
  18              "php": ">=5.3.0"
  19          },
  20          "require-dev": {
  21              "phpunit/phpunit": "3.7.*",
  22              "predis/predis": "0.8.*@dev",
  23              "symfony/http-foundation": "~2.1"
  24          },
  25          "suggest": {
  26              "predis/predis": "Allows using the Redis storage backend.",
  27              "symfony/http-foundation": "Allows using the Symfony Session storage backend."
  28          },
  29          "time": "2013-12-25 20:05:42",
  30          "type": "library",
  31          "extra": {
  32              "branch-alias": {
  33                  "dev-master": "0.1-dev"
  34              }
  35          },
  36          "installation-source": "dist",
  37          "autoload": {
  38              "psr-0": {
  39                  "OAuth": "src",
  40                  "OAuth\\Unit": "tests"
  41              }
  42          },
  43          "notification-url": "https://packagist.org/downloads/",
  44          "license": [
  45              "MIT"
  46          ],
  47          "authors": [
  48              {
  49                  "name": "David Desberg",
  50                  "email": "david@daviddesberg.com"
  51              },
  52              {
  53                  "name": "Pieter Hordijk",
  54                  "email": "info@pieterhordijk.com",
  55                  "homepage": "https://pieterhordijk.com",
  56                  "role": "developer"
  57              }
  58          ],
  59          "description": "PHP 5.3+ oAuth 1/2 Library",
  60          "keywords": [
  61              "Authentication",
  62              "authorization",
  63              "oauth",
  64              "security"
  65          ]
  66      },
  67      {
  68          "name": "symfony/filesystem",
  69          "version": "v2.3.42",
  70          "version_normalized": "2.3.42.0",
  71          "target-dir": "Symfony/Component/Filesystem",
  72          "source": {
  73              "type": "git",
  74              "url": "https://github.com/symfony/filesystem.git",
  75              "reference": "8fd9cd1da0afe63f0d9d4f27875782a2b7d590d3"
  76          },
  77          "dist": {
  78              "type": "zip",
  79              "url": "https://api.github.com/repos/symfony/filesystem/zipball/8fd9cd1da0afe63f0d9d4f27875782a2b7d590d3",
  80              "reference": "8fd9cd1da0afe63f0d9d4f27875782a2b7d590d3",
  81              "shasum": ""
  82          },
  83          "require": {
  84              "php": ">=5.3.3"
  85          },
  86          "time": "2016-04-12 15:20:10",
  87          "type": "library",
  88          "extra": {
  89              "branch-alias": {
  90                  "dev-master": "2.3-dev"
  91              }
  92          },
  93          "installation-source": "dist",
  94          "autoload": {
  95              "psr-0": {
  96                  "Symfony\\Component\\Filesystem\\": ""
  97              },
  98              "exclude-from-classmap": [
  99                  "/Tests/"
 100              ]
 101          },
 102          "notification-url": "https://packagist.org/downloads/",
 103          "license": [
 104              "MIT"
 105          ],
 106          "authors": [
 107              {
 108                  "name": "Fabien Potencier",
 109                  "email": "fabien@symfony.com"
 110              },
 111              {
 112                  "name": "Symfony Community",
 113                  "homepage": "https://symfony.com/contributors"
 114              }
 115          ],
 116          "description": "Symfony Filesystem Component",
 117          "homepage": "https://symfony.com"
 118      },
 119      {
 120          "name": "symfony/config",
 121          "version": "v2.3.42",
 122          "version_normalized": "2.3.42.0",
 123          "target-dir": "Symfony/Component/Config",
 124          "source": {
 125              "type": "git",
 126              "url": "https://github.com/symfony/config.git",
 127              "reference": "16a645cef1c09ebfc907d3c9b3e9f5836a7d4d3b"
 128          },
 129          "dist": {
 130              "type": "zip",
 131              "url": "https://api.github.com/repos/symfony/config/zipball/16a645cef1c09ebfc907d3c9b3e9f5836a7d4d3b",
 132              "reference": "16a645cef1c09ebfc907d3c9b3e9f5836a7d4d3b",
 133              "shasum": ""
 134          },
 135          "require": {
 136              "php": ">=5.3.3",
 137              "symfony/filesystem": "~2.3"
 138          },
 139          "time": "2016-05-30 08:14:41",
 140          "type": "library",
 141          "extra": {
 142              "branch-alias": {
 143                  "dev-master": "2.3-dev"
 144              }
 145          },
 146          "installation-source": "dist",
 147          "autoload": {
 148              "psr-0": {
 149                  "Symfony\\Component\\Config\\": ""
 150              },
 151              "exclude-from-classmap": [
 152                  "/Tests/"
 153              ]
 154          },
 155          "notification-url": "https://packagist.org/downloads/",
 156          "license": [
 157              "MIT"
 158          ],
 159          "authors": [
 160              {
 161                  "name": "Fabien Potencier",
 162                  "email": "fabien@symfony.com"
 163              },
 164              {
 165                  "name": "Symfony Community",
 166                  "homepage": "https://symfony.com/contributors"
 167              }
 168          ],
 169          "description": "Symfony Config Component",
 170          "homepage": "https://symfony.com"
 171      },
 172      {
 173          "name": "symfony/console",
 174          "version": "v2.3.42",
 175          "version_normalized": "2.3.42.0",
 176          "target-dir": "Symfony/Component/Console",
 177          "source": {
 178              "type": "git",
 179              "url": "https://github.com/symfony/console.git",
 180              "reference": "20c12c6d6c5a087a66d4e77999451713a92a3507"
 181          },
 182          "dist": {
 183              "type": "zip",
 184              "url": "https://api.github.com/repos/symfony/console/zipball/20c12c6d6c5a087a66d4e77999451713a92a3507",
 185              "reference": "20c12c6d6c5a087a66d4e77999451713a92a3507",
 186              "shasum": ""
 187          },
 188          "require": {
 189              "php": ">=5.3.3"
 190          },
 191          "require-dev": {
 192              "symfony/event-dispatcher": "~2.1"
 193          },
 194          "suggest": {
 195              "symfony/event-dispatcher": ""
 196          },
 197          "time": "2016-05-26 08:04:58",
 198          "type": "library",
 199          "extra": {
 200              "branch-alias": {
 201                  "dev-master": "2.3-dev"
 202              }
 203          },
 204          "installation-source": "dist",
 205          "autoload": {
 206              "psr-0": {
 207                  "Symfony\\Component\\Console\\": ""
 208              },
 209              "exclude-from-classmap": [
 210                  "/Tests/"
 211              ]
 212          },
 213          "notification-url": "https://packagist.org/downloads/",
 214          "license": [
 215              "MIT"
 216          ],
 217          "authors": [
 218              {
 219                  "name": "Fabien Potencier",
 220                  "email": "fabien@symfony.com"
 221              },
 222              {
 223                  "name": "Symfony Community",
 224                  "homepage": "https://symfony.com/contributors"
 225              }
 226          ],
 227          "description": "Symfony Console Component",
 228          "homepage": "https://symfony.com"
 229      },
 230      {
 231          "name": "symfony/dependency-injection",
 232          "version": "v2.3.42",
 233          "version_normalized": "2.3.42.0",
 234          "target-dir": "Symfony/Component/DependencyInjection",
 235          "source": {
 236              "type": "git",
 237              "url": "https://github.com/symfony/dependency-injection.git",
 238              "reference": "06265ee128644eb70356bd72ab28c9ded6618d19"
 239          },
 240          "dist": {
 241              "type": "zip",
 242              "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/06265ee128644eb70356bd72ab28c9ded6618d19",
 243              "reference": "06265ee128644eb70356bd72ab28c9ded6618d19",
 244              "shasum": ""
 245          },
 246          "require": {
 247              "php": ">=5.3.3"
 248          },
 249          "require-dev": {
 250              "symfony/config": "~2.2",
 251              "symfony/yaml": "~2.1"
 252          },
 253          "suggest": {
 254              "symfony/config": "",
 255              "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
 256              "symfony/yaml": ""
 257          },
 258          "time": "2016-05-30 08:31:06",
 259          "type": "library",
 260          "extra": {
 261              "branch-alias": {
 262                  "dev-master": "2.3-dev"
 263              }
 264          },
 265          "installation-source": "dist",
 266          "autoload": {
 267              "psr-0": {
 268                  "Symfony\\Component\\DependencyInjection\\": ""
 269              },
 270              "exclude-from-classmap": [
 271                  "/Tests/"
 272              ]
 273          },
 274          "notification-url": "https://packagist.org/downloads/",
 275          "license": [
 276              "MIT"
 277          ],
 278          "authors": [
 279              {
 280                  "name": "Fabien Potencier",
 281                  "email": "fabien@symfony.com"
 282              },
 283              {
 284                  "name": "Symfony Community",
 285                  "homepage": "https://symfony.com/contributors"
 286              }
 287          ],
 288          "description": "Symfony DependencyInjection Component",
 289          "homepage": "https://symfony.com"
 290      },
 291      {
 292          "name": "symfony/polyfill-mbstring",
 293          "version": "v1.3.0",
 294          "version_normalized": "1.3.0.0",
 295          "source": {
 296              "type": "git",
 297              "url": "https://github.com/symfony/polyfill-mbstring.git",
 298              "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
 299          },
 300          "dist": {
 301              "type": "zip",
 302              "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
 303              "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
 304              "shasum": ""
 305          },
 306          "require": {
 307              "php": ">=5.3.3"
 308          },
 309          "suggest": {
 310              "ext-mbstring": "For best performance"
 311          },
 312          "time": "2016-11-14 01:06:16",
 313          "type": "library",
 314          "extra": {
 315              "branch-alias": {
 316                  "dev-master": "1.3-dev"
 317              }
 318          },
 319          "installation-source": "dist",
 320          "autoload": {
 321              "psr-4": {
 322                  "Symfony\\Polyfill\\Mbstring\\": ""
 323              },
 324              "files": [
 325                  "bootstrap.php"
 326              ]
 327          },
 328          "notification-url": "https://packagist.org/downloads/",
 329          "license": [
 330              "MIT"
 331          ],
 332          "authors": [
 333              {
 334                  "name": "Nicolas Grekas",
 335                  "email": "p@tchwork.com"
 336              },
 337              {
 338                  "name": "Symfony Community",
 339                  "homepage": "https://symfony.com/contributors"
 340              }
 341          ],
 342          "description": "Symfony polyfill for the Mbstring extension",
 343          "homepage": "https://symfony.com",
 344          "keywords": [
 345              "compatibility",
 346              "mbstring",
 347              "polyfill",
 348              "portable",
 349              "shim"
 350          ]
 351      },
 352      {
 353          "name": "symfony/http-foundation",
 354          "version": "v2.3.42",
 355          "version_normalized": "2.3.42.0",
 356          "target-dir": "Symfony/Component/HttpFoundation",
 357          "source": {
 358              "type": "git",
 359              "url": "https://github.com/symfony/http-foundation.git",
 360              "reference": "9f4dbb1f3e3cad22d9462e0306c9c71212458f61"
 361          },
 362          "dist": {
 363              "type": "zip",
 364              "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9f4dbb1f3e3cad22d9462e0306c9c71212458f61",
 365              "reference": "9f4dbb1f3e3cad22d9462e0306c9c71212458f61",
 366              "shasum": ""
 367          },
 368          "require": {
 369              "php": ">=5.3.3",
 370              "symfony/polyfill-mbstring": "~1.1"
 371          },
 372          "time": "2016-05-13 15:22:39",
 373          "type": "library",
 374          "extra": {
 375              "branch-alias": {
 376                  "dev-master": "2.3-dev"
 377              }
 378          },
 379          "installation-source": "dist",
 380          "autoload": {
 381              "psr-0": {
 382                  "Symfony\\Component\\HttpFoundation\\": ""
 383              },
 384              "classmap": [
 385                  "Symfony/Component/HttpFoundation/Resources/stubs"
 386              ],
 387              "exclude-from-classmap": [
 388                  "/Tests/"
 389              ]
 390          },
 391          "notification-url": "https://packagist.org/downloads/",
 392          "license": [
 393              "MIT"
 394          ],
 395          "authors": [
 396              {
 397                  "name": "Fabien Potencier",
 398                  "email": "fabien@symfony.com"
 399              },
 400              {
 401                  "name": "Symfony Community",
 402                  "homepage": "https://symfony.com/contributors"
 403              }
 404          ],
 405          "description": "Symfony HttpFoundation Component",
 406          "homepage": "https://symfony.com"
 407      },
 408      {
 409          "name": "symfony/event-dispatcher",
 410          "version": "v2.3.42",
 411          "version_normalized": "2.3.42.0",
 412          "target-dir": "Symfony/Component/EventDispatcher",
 413          "source": {
 414              "type": "git",
 415              "url": "https://github.com/symfony/event-dispatcher.git",
 416              "reference": "fd6d162d97bf3e6060622e5c015af39ca72e33bc"
 417          },
 418          "dist": {
 419              "type": "zip",
 420              "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fd6d162d97bf3e6060622e5c015af39ca72e33bc",
 421              "reference": "fd6d162d97bf3e6060622e5c015af39ca72e33bc",
 422              "shasum": ""
 423          },
 424          "require": {
 425              "php": ">=5.3.3"
 426          },
 427          "require-dev": {
 428              "symfony/dependency-injection": "~2.0,>=2.0.5"
 429          },
 430          "suggest": {
 431              "symfony/dependency-injection": "",
 432              "symfony/http-kernel": ""
 433          },
 434          "time": "2016-04-04 09:22:54",
 435          "type": "library",
 436          "extra": {
 437              "branch-alias": {
 438                  "dev-master": "2.3-dev"
 439              }
 440          },
 441          "installation-source": "dist",
 442          "autoload": {
 443              "psr-0": {
 444                  "Symfony\\Component\\EventDispatcher\\": ""
 445              },
 446              "exclude-from-classmap": [
 447                  "/Tests/"
 448              ]
 449          },
 450          "notification-url": "https://packagist.org/downloads/",
 451          "license": [
 452              "MIT"
 453          ],
 454          "authors": [
 455              {
 456                  "name": "Fabien Potencier",
 457                  "email": "fabien@symfony.com"
 458              },
 459              {
 460                  "name": "Symfony Community",
 461                  "homepage": "https://symfony.com/contributors"
 462              }
 463          ],
 464          "description": "Symfony EventDispatcher Component",
 465          "homepage": "https://symfony.com"
 466      },
 467      {
 468          "name": "symfony/debug",
 469          "version": "v2.3.42",
 470          "version_normalized": "2.3.42.0",
 471          "target-dir": "Symfony/Component/Debug",
 472          "source": {
 473              "type": "git",
 474              "url": "https://github.com/symfony/debug.git",
 475              "reference": "863d29c31a1ddfcf1faedf5f8362f392e3261632"
 476          },
 477          "dist": {
 478              "type": "zip",
 479              "url": "https://api.github.com/repos/symfony/debug/zipball/863d29c31a1ddfcf1faedf5f8362f392e3261632",
 480              "reference": "863d29c31a1ddfcf1faedf5f8362f392e3261632",
 481              "shasum": ""
 482          },
 483          "require": {
 484              "php": ">=5.3.3"
 485          },
 486          "conflict": {
 487              "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
 488          },
 489          "require-dev": {
 490              "symfony/http-foundation": "~2.1",
 491              "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
 492          },
 493          "suggest": {
 494              "symfony/class-loader": "",
 495              "symfony/http-foundation": "",
 496              "symfony/http-kernel": ""
 497          },
 498          "time": "2016-03-30 09:02:35",
 499          "type": "library",
 500          "extra": {
 501              "branch-alias": {
 502                  "dev-master": "2.3-dev"
 503              }
 504          },
 505          "installation-source": "dist",
 506          "autoload": {
 507              "psr-0": {
 508                  "Symfony\\Component\\Debug\\": ""
 509              },
 510              "exclude-from-classmap": [
 511                  "/Tests/"
 512              ]
 513          },
 514          "notification-url": "https://packagist.org/downloads/",
 515          "license": [
 516              "MIT"
 517          ],
 518          "authors": [
 519              {
 520                  "name": "Fabien Potencier",
 521                  "email": "fabien@symfony.com"
 522              },
 523              {
 524                  "name": "Symfony Community",
 525                  "homepage": "https://symfony.com/contributors"
 526              }
 527          ],
 528          "description": "Symfony Debug Component",
 529          "homepage": "https://symfony.com"
 530      },
 531      {
 532          "name": "psr/log",
 533          "version": "1.0.2",
 534          "version_normalized": "1.0.2.0",
 535          "source": {
 536              "type": "git",
 537              "url": "https://github.com/php-fig/log.git",
 538              "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
 539          },
 540          "dist": {
 541              "type": "zip",
 542              "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
 543              "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
 544              "shasum": ""
 545          },
 546          "require": {
 547              "php": ">=5.3.0"
 548          },
 549          "time": "2016-10-10 12:19:37",
 550          "type": "library",
 551          "extra": {
 552              "branch-alias": {
 553                  "dev-master": "1.0.x-dev"
 554              }
 555          },
 556          "installation-source": "dist",
 557          "autoload": {
 558              "psr-4": {
 559                  "Psr\\Log\\": "Psr/Log/"
 560              }
 561          },
 562          "notification-url": "https://packagist.org/downloads/",
 563          "license": [
 564              "MIT"
 565          ],
 566          "authors": [
 567              {
 568                  "name": "PHP-FIG",
 569                  "homepage": "http://www.php-fig.org/"
 570              }
 571          ],
 572          "description": "Common interface for logging libraries",
 573          "homepage": "https://github.com/php-fig/log",
 574          "keywords": [
 575              "log",
 576              "psr",
 577              "psr-3"
 578          ]
 579      },
 580      {
 581          "name": "symfony/http-kernel",
 582          "version": "v2.3.42",
 583          "version_normalized": "2.3.42.0",
 584          "target-dir": "Symfony/Component/HttpKernel",
 585          "source": {
 586              "type": "git",
 587              "url": "https://github.com/symfony/http-kernel.git",
 588              "reference": "57e0329236e8edf2b0e683043c604f7c9aba9398"
 589          },
 590          "dist": {
 591              "type": "zip",
 592              "url": "https://api.github.com/repos/symfony/http-kernel/zipball/57e0329236e8edf2b0e683043c604f7c9aba9398",
 593              "reference": "57e0329236e8edf2b0e683043c604f7c9aba9398",
 594              "shasum": ""
 595          },
 596          "require": {
 597              "php": ">=5.3.3",
 598              "psr/log": "~1.0",
 599              "symfony/debug": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
 600              "symfony/event-dispatcher": "~2.1",
 601              "symfony/http-foundation": "~2.3,>=2.3.4"
 602          },
 603          "require-dev": {
 604              "symfony/browser-kit": "~2.3",
 605              "symfony/class-loader": "~2.1",
 606              "symfony/config": "~2.0,>=2.0.5",
 607              "symfony/console": "~2.2",
 608              "symfony/css-selector": "~2.0,>=2.0.5",
 609              "symfony/dependency-injection": "~2.2",
 610              "symfony/dom-crawler": "~2.0,>=2.0.5",
 611              "symfony/finder": "~2.0,>=2.0.5",
 612              "symfony/process": "~2.0,>=2.0.5",
 613              "symfony/routing": "~2.2",
 614              "symfony/stopwatch": "~2.3",
 615              "symfony/templating": "~2.2"
 616          },
 617          "suggest": {
 618              "symfony/browser-kit": "",
 619              "symfony/class-loader": "",
 620              "symfony/config": "",
 621              "symfony/console": "",
 622              "symfony/dependency-injection": "",
 623              "symfony/finder": ""
 624          },
 625          "time": "2016-05-30 08:41:10",
 626          "type": "library",
 627          "extra": {
 628              "branch-alias": {
 629                  "dev-master": "2.3-dev"
 630              }
 631          },
 632          "installation-source": "dist",
 633          "autoload": {
 634              "psr-0": {
 635                  "Symfony\\Component\\HttpKernel\\": ""
 636              },
 637              "exclude-from-classmap": [
 638                  "/Tests/"
 639              ]
 640          },
 641          "notification-url": "https://packagist.org/downloads/",
 642          "license": [
 643              "MIT"
 644          ],
 645          "authors": [
 646              {
 647                  "name": "Fabien Potencier",
 648                  "email": "fabien@symfony.com"
 649              },
 650              {
 651                  "name": "Symfony Community",
 652                  "homepage": "https://symfony.com/contributors"
 653              }
 654          ],
 655          "description": "Symfony HttpKernel Component",
 656          "homepage": "https://symfony.com"
 657      },
 658      {
 659          "name": "symfony/routing",
 660          "version": "v2.3.42",
 661          "version_normalized": "2.3.42.0",
 662          "target-dir": "Symfony/Component/Routing",
 663          "source": {
 664              "type": "git",
 665              "url": "https://github.com/symfony/routing.git",
 666              "reference": "5b8a2bb7569df81401171829498809e90d6e446c"
 667          },
 668          "dist": {
 669              "type": "zip",
 670              "url": "https://api.github.com/repos/symfony/routing/zipball/5b8a2bb7569df81401171829498809e90d6e446c",
 671              "reference": "5b8a2bb7569df81401171829498809e90d6e446c",
 672              "shasum": ""
 673          },
 674          "require": {
 675              "php": ">=5.3.3"
 676          },
 677          "require-dev": {
 678              "doctrine/common": "~2.2",
 679              "psr/log": "~1.0",
 680              "symfony/config": "~2.2",
 681              "symfony/http-foundation": "~2.3",
 682              "symfony/yaml": "~2.0,>=2.0.5"
 683          },
 684          "suggest": {
 685              "doctrine/common": "",
 686              "symfony/config": "",
 687              "symfony/yaml": ""
 688          },
 689          "time": "2016-05-29 10:13:06",
 690          "type": "library",
 691          "extra": {
 692              "branch-alias": {
 693                  "dev-master": "2.3-dev"
 694              }
 695          },
 696          "installation-source": "dist",
 697          "autoload": {
 698              "psr-0": {
 699                  "Symfony\\Component\\Routing\\": ""
 700              },
 701              "exclude-from-classmap": [
 702                  "/Tests/"
 703              ]
 704          },
 705          "notification-url": "https://packagist.org/downloads/",
 706          "license": [
 707              "MIT"
 708          ],
 709          "authors": [
 710              {
 711                  "name": "Fabien Potencier",
 712                  "email": "fabien@symfony.com"
 713              },
 714              {
 715                  "name": "Symfony Community",
 716                  "homepage": "https://symfony.com/contributors"
 717              }
 718          ],
 719          "description": "Symfony Routing Component",
 720          "homepage": "https://symfony.com"
 721      },
 722      {
 723          "name": "symfony/yaml",
 724          "version": "v2.3.42",
 725          "version_normalized": "2.3.42.0",
 726          "target-dir": "Symfony/Component/Yaml",
 727          "source": {
 728              "type": "git",
 729              "url": "https://github.com/symfony/yaml.git",
 730              "reference": "2cb5f366f9e0df014fc93de46cc416ba0a3055f8"
 731          },
 732          "dist": {
 733              "type": "zip",
 734              "url": "https://api.github.com/repos/symfony/yaml/zipball/2cb5f366f9e0df014fc93de46cc416ba0a3055f8",
 735              "reference": "2cb5f366f9e0df014fc93de46cc416ba0a3055f8",
 736              "shasum": ""
 737          },
 738          "require": {
 739              "php": ">=5.3.3"
 740          },
 741          "time": "2016-05-30 08:10:17",
 742          "type": "library",
 743          "extra": {
 744              "branch-alias": {
 745                  "dev-master": "2.3-dev"
 746              }
 747          },
 748          "installation-source": "dist",
 749          "autoload": {
 750              "psr-0": {
 751                  "Symfony\\Component\\Yaml\\": ""
 752              },
 753              "exclude-from-classmap": [
 754                  "/Tests/"
 755              ]
 756          },
 757          "notification-url": "https://packagist.org/downloads/",
 758          "license": [
 759              "MIT"
 760          ],
 761          "authors": [
 762              {
 763                  "name": "Fabien Potencier",
 764                  "email": "fabien@symfony.com"
 765              },
 766              {
 767                  "name": "Symfony Community",
 768                  "homepage": "https://symfony.com/contributors"
 769              }
 770          ],
 771          "description": "Symfony Yaml Component",
 772          "homepage": "https://symfony.com"
 773      },
 774      {
 775          "name": "twig/twig",
 776          "version": "v1.24.2",
 777          "version_normalized": "1.24.2.0",
 778          "source": {
 779              "type": "git",
 780              "url": "https://github.com/twigphp/Twig.git",
 781              "reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7"
 782          },
 783          "dist": {
 784              "type": "zip",
 785              "url": "https://api.github.com/repos/twigphp/Twig/zipball/33093f6e310e6976baeac7b14f3a6ec02f2d79b7",
 786              "reference": "33093f6e310e6976baeac7b14f3a6ec02f2d79b7",
 787              "shasum": ""
 788          },
 789          "require": {
 790              "php": ">=5.2.7"
 791          },
 792          "require-dev": {
 793              "symfony/debug": "~2.7",
 794              "symfony/phpunit-bridge": "~2.7"
 795          },
 796          "time": "2016-09-01 17:50:53",
 797          "type": "library",
 798          "extra": {
 799              "branch-alias": {
 800                  "dev-master": "1.24-dev"
 801              }
 802          },
 803          "installation-source": "dist",
 804          "autoload": {
 805              "psr-0": {
 806                  "Twig_": "lib/"
 807              }
 808          },
 809          "notification-url": "https://packagist.org/downloads/",
 810          "license": [
 811              "BSD-3-Clause"
 812          ],
 813          "authors": [
 814              {
 815                  "name": "Fabien Potencier",
 816                  "email": "fabien@symfony.com",
 817                  "homepage": "http://fabien.potencier.org",
 818                  "role": "Lead Developer"
 819              },
 820              {
 821                  "name": "Armin Ronacher",
 822                  "email": "armin.ronacher@active-4.com",
 823                  "role": "Project Founder"
 824              },
 825              {
 826                  "name": "Twig Team",
 827                  "homepage": "http://twig.sensiolabs.org/contributors",
 828                  "role": "Contributors"
 829              }
 830          ],
 831          "description": "Twig, the flexible, fast, and secure template language for PHP",
 832          "homepage": "http://twig.sensiolabs.org",
 833          "keywords": [
 834              "templating"
 835          ]
 836      }
 837  ]


Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1