Verzeichnisstruktur phpBB-3.1.0


Veröffentlicht
27.10.2014

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

composer.lock

Zuletzt modifiziert: 09.10.2024, 12:50 - Dateigröße: 76.29 KiB


0001  {
0002      "_readme": [
0003          "This file locks the dependencies of your project to a known state",
0004          "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
0005      ],
0006      "hash": "d93446768ea0665b7c55c01890153a67",
0007      "packages": [
0008          {
0009              "name": "lusitanian/oauth",
0010              "version": "v0.2.1",
0011              "source": {
0012                  "type": "git",
0013                  "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
0014                  "reference": "00c667d93058e983fc1b7d3d1cebdb1bc03fb043"
0015              },
0016              "dist": {
0017                  "type": "zip",
0018                  "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/00c667d93058e983fc1b7d3d1cebdb1bc03fb043",
0019                  "reference": "00c667d93058e983fc1b7d3d1cebdb1bc03fb043",
0020                  "shasum": ""
0021              },
0022              "require": {
0023                  "php": ">=5.3.0"
0024              },
0025              "require-dev": {
0026                  "phpunit/phpunit": "3.7.*",
0027                  "predis/predis": "0.8.*@dev",
0028                  "symfony/http-foundation": "~2.1"
0029              },
0030              "suggest": {
0031                  "predis/predis": "Allows using the Redis storage backend.",
0032                  "symfony/http-foundation": "Allows using the Symfony Session storage backend."
0033              },
0034              "type": "library",
0035              "extra": {
0036                  "branch-alias": {
0037                      "dev-master": "0.1-dev"
0038                  }
0039              },
0040              "autoload": {
0041                  "psr-0": {
0042                      "OAuth": "src",
0043                      "OAuth\\Unit": "tests"
0044                  }
0045              },
0046              "notification-url": "https://packagist.org/downloads/",
0047              "license": [
0048                  "MIT"
0049              ],
0050              "authors": [
0051                  {
0052                      "name": "David Desberg",
0053                      "email": "david@daviddesberg.com"
0054                  },
0055                  {
0056                      "name": "Pieter Hordijk",
0057                      "email": "info@pieterhordijk.com",
0058                      "homepage": "https://pieterhordijk.com",
0059                      "role": "developer"
0060                  }
0061              ],
0062              "description": "PHP 5.3+ oAuth 1/2 Library",
0063              "keywords": [
0064                  "Authentication",
0065                  "authorization",
0066                  "oauth",
0067                  "security"
0068              ],
0069              "time": "2013-08-29 21:40:04"
0070          },
0071          {
0072              "name": "psr/log",
0073              "version": "1.0.0",
0074              "source": {
0075                  "type": "git",
0076                  "url": "https://github.com/php-fig/log.git",
0077                  "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
0078              },
0079              "dist": {
0080                  "type": "zip",
0081                  "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
0082                  "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
0083                  "shasum": ""
0084              },
0085              "type": "library",
0086              "autoload": {
0087                  "psr-0": {
0088                      "Psr\\Log\\": ""
0089                  }
0090              },
0091              "notification-url": "https://packagist.org/downloads/",
0092              "license": [
0093                  "MIT"
0094              ],
0095              "authors": [
0096                  {
0097                      "name": "PHP-FIG",
0098                      "homepage": "http://www.php-fig.org/"
0099                  }
0100              ],
0101              "description": "Common interface for logging libraries",
0102              "keywords": [
0103                  "log",
0104                  "psr",
0105                  "psr-3"
0106              ],
0107              "time": "2012-12-21 11:40:51"
0108          },
0109          {
0110              "name": "symfony/config",
0111              "version": "v2.3.21",
0112              "target-dir": "Symfony/Component/Config",
0113              "source": {
0114                  "type": "git",
0115                  "url": "https://github.com/symfony/Config.git",
0116                  "reference": "f9fac999dbc2c6aabd749c034d938b5f9aa5fb7d"
0117              },
0118              "dist": {
0119                  "type": "zip",
0120                  "url": "https://api.github.com/repos/symfony/Config/zipball/f9fac999dbc2c6aabd749c034d938b5f9aa5fb7d",
0121                  "reference": "f9fac999dbc2c6aabd749c034d938b5f9aa5fb7d",
0122                  "shasum": ""
0123              },
0124              "require": {
0125                  "php": ">=5.3.3",
0126                  "symfony/filesystem": "~2.3"
0127              },
0128              "type": "library",
0129              "extra": {
0130                  "branch-alias": {
0131                      "dev-master": "2.3-dev"
0132                  }
0133              },
0134              "autoload": {
0135                  "psr-0": {
0136                      "Symfony\\Component\\Config\\": ""
0137                  }
0138              },
0139              "notification-url": "https://packagist.org/downloads/",
0140              "license": [
0141                  "MIT"
0142              ],
0143              "authors": [
0144                  {
0145                      "name": "Symfony Community",
0146                      "homepage": "http://symfony.com/contributors"
0147                  },
0148                  {
0149                      "name": "Fabien Potencier",
0150                      "email": "fabien@symfony.com"
0151                  }
0152              ],
0153              "description": "Symfony Config Component",
0154              "homepage": "http://symfony.com",
0155              "time": "2014-09-23 05:15:05"
0156          },
0157          {
0158              "name": "symfony/console",
0159              "version": "v2.3.21",
0160              "target-dir": "Symfony/Component/Console",
0161              "source": {
0162                  "type": "git",
0163                  "url": "https://github.com/symfony/Console.git",
0164                  "reference": "aa12ac573c583a74c2cb26ad9be478e119f04ad1"
0165              },
0166              "dist": {
0167                  "type": "zip",
0168                  "url": "https://api.github.com/repos/symfony/Console/zipball/aa12ac573c583a74c2cb26ad9be478e119f04ad1",
0169                  "reference": "aa12ac573c583a74c2cb26ad9be478e119f04ad1",
0170                  "shasum": ""
0171              },
0172              "require": {
0173                  "php": ">=5.3.3"
0174              },
0175              "require-dev": {
0176                  "symfony/event-dispatcher": "~2.1"
0177              },
0178              "suggest": {
0179                  "symfony/event-dispatcher": ""
0180              },
0181              "type": "library",
0182              "extra": {
0183                  "branch-alias": {
0184                      "dev-master": "2.3-dev"
0185                  }
0186              },
0187              "autoload": {
0188                  "psr-0": {
0189                      "Symfony\\Component\\Console\\": ""
0190                  }
0191              },
0192              "notification-url": "https://packagist.org/downloads/",
0193              "license": [
0194                  "MIT"
0195              ],
0196              "authors": [
0197                  {
0198                      "name": "Symfony Community",
0199                      "homepage": "http://symfony.com/contributors"
0200                  },
0201                  {
0202                      "name": "Fabien Potencier",
0203                      "email": "fabien@symfony.com"
0204                  }
0205              ],
0206              "description": "Symfony Console Component",
0207              "homepage": "http://symfony.com",
0208              "time": "2014-10-05 13:45:10"
0209          },
0210          {
0211              "name": "symfony/debug",
0212              "version": "v2.3.21",
0213              "target-dir": "Symfony/Component/Debug",
0214              "source": {
0215                  "type": "git",
0216                  "url": "https://github.com/symfony/Debug.git",
0217                  "reference": "883f847ad179e92549a8cea372b08e5ef47ffe40"
0218              },
0219              "dist": {
0220                  "type": "zip",
0221                  "url": "https://api.github.com/repos/symfony/Debug/zipball/883f847ad179e92549a8cea372b08e5ef47ffe40",
0222                  "reference": "883f847ad179e92549a8cea372b08e5ef47ffe40",
0223                  "shasum": ""
0224              },
0225              "require": {
0226                  "php": ">=5.3.3"
0227              },
0228              "require-dev": {
0229                  "symfony/http-foundation": "~2.1",
0230                  "symfony/http-kernel": "~2.1"
0231              },
0232              "suggest": {
0233                  "symfony/class-loader": "",
0234                  "symfony/http-foundation": "",
0235                  "symfony/http-kernel": ""
0236              },
0237              "type": "library",
0238              "extra": {
0239                  "branch-alias": {
0240                      "dev-master": "2.3-dev"
0241                  }
0242              },
0243              "autoload": {
0244                  "psr-0": {
0245                      "Symfony\\Component\\Debug\\": ""
0246                  }
0247              },
0248              "notification-url": "https://packagist.org/downloads/",
0249              "license": [
0250                  "MIT"
0251              ],
0252              "authors": [
0253                  {
0254                      "name": "Symfony Community",
0255                      "homepage": "http://symfony.com/contributors"
0256                  },
0257                  {
0258                      "name": "Fabien Potencier",
0259                      "email": "fabien@symfony.com"
0260                  }
0261              ],
0262              "description": "Symfony Debug Component",
0263              "homepage": "http://symfony.com",
0264              "time": "2014-10-09 16:42:17"
0265          },
0266          {
0267              "name": "symfony/dependency-injection",
0268              "version": "v2.3.21",
0269              "target-dir": "Symfony/Component/DependencyInjection",
0270              "source": {
0271                  "type": "git",
0272                  "url": "https://github.com/symfony/DependencyInjection.git",
0273                  "reference": "e2324e1c8c39faa5f27e6170b278d7f631574141"
0274              },
0275              "dist": {
0276                  "type": "zip",
0277                  "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/e2324e1c8c39faa5f27e6170b278d7f631574141",
0278                  "reference": "e2324e1c8c39faa5f27e6170b278d7f631574141",
0279                  "shasum": ""
0280              },
0281              "require": {
0282                  "php": ">=5.3.3"
0283              },
0284              "require-dev": {
0285                  "symfony/config": "~2.2",
0286                  "symfony/yaml": "~2.0"
0287              },
0288              "suggest": {
0289                  "symfony/config": "",
0290                  "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
0291                  "symfony/yaml": ""
0292              },
0293              "type": "library",
0294              "extra": {
0295                  "branch-alias": {
0296                      "dev-master": "2.3-dev"
0297                  }
0298              },
0299              "autoload": {
0300                  "psr-0": {
0301                      "Symfony\\Component\\DependencyInjection\\": ""
0302                  }
0303              },
0304              "notification-url": "https://packagist.org/downloads/",
0305              "license": [
0306                  "MIT"
0307              ],
0308              "authors": [
0309                  {
0310                      "name": "Symfony Community",
0311                      "homepage": "http://symfony.com/contributors"
0312                  },
0313                  {
0314                      "name": "Fabien Potencier",
0315                      "email": "fabien@symfony.com"
0316                  }
0317              ],
0318              "description": "Symfony DependencyInjection Component",
0319              "homepage": "http://symfony.com",
0320              "time": "2014-10-01 05:38:33"
0321          },
0322          {
0323              "name": "symfony/event-dispatcher",
0324              "version": "v2.3.21",
0325              "target-dir": "Symfony/Component/EventDispatcher",
0326              "source": {
0327                  "type": "git",
0328                  "url": "https://github.com/symfony/EventDispatcher.git",
0329                  "reference": "3e0b837811fadd73c833c7c06a92201d953df59d"
0330              },
0331              "dist": {
0332                  "type": "zip",
0333                  "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/3e0b837811fadd73c833c7c06a92201d953df59d",
0334                  "reference": "3e0b837811fadd73c833c7c06a92201d953df59d",
0335                  "shasum": ""
0336              },
0337              "require": {
0338                  "php": ">=5.3.3"
0339              },
0340              "require-dev": {
0341                  "symfony/dependency-injection": "~2.0"
0342              },
0343              "suggest": {
0344                  "symfony/dependency-injection": "",
0345                  "symfony/http-kernel": ""
0346              },
0347              "type": "library",
0348              "extra": {
0349                  "branch-alias": {
0350                      "dev-master": "2.3-dev"
0351                  }
0352              },
0353              "autoload": {
0354                  "psr-0": {
0355                      "Symfony\\Component\\EventDispatcher\\": ""
0356                  }
0357              },
0358              "notification-url": "https://packagist.org/downloads/",
0359              "license": [
0360                  "MIT"
0361              ],
0362              "authors": [
0363                  {
0364                      "name": "Symfony Community",
0365                      "homepage": "http://symfony.com/contributors"
0366                  },
0367                  {
0368                      "name": "Fabien Potencier",
0369                      "email": "fabien@symfony.com"
0370                  }
0371              ],
0372              "description": "Symfony EventDispatcher Component",
0373              "homepage": "http://symfony.com",
0374              "time": "2014-10-01 05:39:06"
0375          },
0376          {
0377              "name": "symfony/filesystem",
0378              "version": "v2.3.21",
0379              "target-dir": "Symfony/Component/Filesystem",
0380              "source": {
0381                  "type": "git",
0382                  "url": "https://github.com/symfony/Filesystem.git",
0383                  "reference": "1c3a5fab445d1d4a5d57f8fbf1379696c9785942"
0384              },
0385              "dist": {
0386                  "type": "zip",
0387                  "url": "https://api.github.com/repos/symfony/Filesystem/zipball/1c3a5fab445d1d4a5d57f8fbf1379696c9785942",
0388                  "reference": "1c3a5fab445d1d4a5d57f8fbf1379696c9785942",
0389                  "shasum": ""
0390              },
0391              "require": {
0392                  "php": ">=5.3.3"
0393              },
0394              "type": "library",
0395              "extra": {
0396                  "branch-alias": {
0397                      "dev-master": "2.3-dev"
0398                  }
0399              },
0400              "autoload": {
0401                  "psr-0": {
0402                      "Symfony\\Component\\Filesystem\\": ""
0403                  }
0404              },
0405              "notification-url": "https://packagist.org/downloads/",
0406              "license": [
0407                  "MIT"
0408              ],
0409              "authors": [
0410                  {
0411                      "name": "Symfony Community",
0412                      "homepage": "http://symfony.com/contributors"
0413                  },
0414                  {
0415                      "name": "Fabien Potencier",
0416                      "email": "fabien@symfony.com"
0417                  }
0418              ],
0419              "description": "Symfony Filesystem Component",
0420              "homepage": "http://symfony.com",
0421              "time": "2014-09-22 08:32:35"
0422          },
0423          {
0424              "name": "symfony/http-foundation",
0425              "version": "v2.3.21",
0426              "target-dir": "Symfony/Component/HttpFoundation",
0427              "source": {
0428                  "type": "git",
0429                  "url": "https://github.com/symfony/HttpFoundation.git",
0430                  "reference": "30c90f08f948dd43e7310beae7a85c02ad2b655d"
0431              },
0432              "dist": {
0433                  "type": "zip",
0434                  "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/30c90f08f948dd43e7310beae7a85c02ad2b655d",
0435                  "reference": "30c90f08f948dd43e7310beae7a85c02ad2b655d",
0436                  "shasum": ""
0437              },
0438              "require": {
0439                  "php": ">=5.3.3"
0440              },
0441              "type": "library",
0442              "extra": {
0443                  "branch-alias": {
0444                      "dev-master": "2.3-dev"
0445                  }
0446              },
0447              "autoload": {
0448                  "psr-0": {
0449                      "Symfony\\Component\\HttpFoundation\\": ""
0450                  },
0451                  "classmap": [
0452                      "Symfony/Component/HttpFoundation/Resources/stubs"
0453                  ]
0454              },
0455              "notification-url": "https://packagist.org/downloads/",
0456              "license": [
0457                  "MIT"
0458              ],
0459              "authors": [
0460                  {
0461                      "name": "Symfony Community",
0462                      "homepage": "http://symfony.com/contributors"
0463                  },
0464                  {
0465                      "name": "Fabien Potencier",
0466                      "email": "fabien@symfony.com"
0467                  }
0468              ],
0469              "description": "Symfony HttpFoundation Component",
0470              "homepage": "http://symfony.com",
0471              "time": "2014-10-23 13:11:04"
0472          },
0473          {
0474              "name": "symfony/http-kernel",
0475              "version": "v2.3.21",
0476              "target-dir": "Symfony/Component/HttpKernel",
0477              "source": {
0478                  "type": "git",
0479                  "url": "https://github.com/symfony/HttpKernel.git",
0480                  "reference": "0154ff659004d4148e8da0f2bdb672efe55e6ee5"
0481              },
0482              "dist": {
0483                  "type": "zip",
0484                  "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/0154ff659004d4148e8da0f2bdb672efe55e6ee5",
0485                  "reference": "0154ff659004d4148e8da0f2bdb672efe55e6ee5",
0486                  "shasum": ""
0487              },
0488              "require": {
0489                  "php": ">=5.3.3",
0490                  "psr/log": "~1.0",
0491                  "symfony/debug": "~2.3",
0492                  "symfony/event-dispatcher": "~2.1",
0493                  "symfony/http-foundation": "~2.2"
0494              },
0495              "require-dev": {
0496                  "symfony/browser-kit": "~2.2",
0497                  "symfony/class-loader": "~2.1",
0498                  "symfony/config": "~2.0",
0499                  "symfony/console": "~2.2",
0500                  "symfony/dependency-injection": "~2.0",
0501                  "symfony/finder": "~2.0",
0502                  "symfony/process": "~2.0",
0503                  "symfony/routing": "~2.2",
0504                  "symfony/stopwatch": "~2.2",
0505                  "symfony/templating": "~2.2"
0506              },
0507              "suggest": {
0508                  "symfony/browser-kit": "",
0509                  "symfony/class-loader": "",
0510                  "symfony/config": "",
0511                  "symfony/console": "",
0512                  "symfony/dependency-injection": "",
0513                  "symfony/finder": ""
0514              },
0515              "type": "library",
0516              "extra": {
0517                  "branch-alias": {
0518                      "dev-master": "2.3-dev"
0519                  }
0520              },
0521              "autoload": {
0522                  "psr-0": {
0523                      "Symfony\\Component\\HttpKernel\\": ""
0524                  }
0525              },
0526              "notification-url": "https://packagist.org/downloads/",
0527              "license": [
0528                  "MIT"
0529              ],
0530              "authors": [
0531                  {
0532                      "name": "Symfony Community",
0533                      "homepage": "http://symfony.com/contributors"
0534                  },
0535                  {
0536                      "name": "Fabien Potencier",
0537                      "email": "fabien@symfony.com"
0538                  }
0539              ],
0540              "description": "Symfony HttpKernel Component",
0541              "homepage": "http://symfony.com",
0542              "time": "2014-10-24 05:54:08"
0543          },
0544          {
0545              "name": "symfony/routing",
0546              "version": "v2.3.21",
0547              "target-dir": "Symfony/Component/Routing",
0548              "source": {
0549                  "type": "git",
0550                  "url": "https://github.com/symfony/Routing.git",
0551                  "reference": "f7f8ebf9c99e5ebfdb908c3558a818c2883eab1f"
0552              },
0553              "dist": {
0554                  "type": "zip",
0555                  "url": "https://api.github.com/repos/symfony/Routing/zipball/f7f8ebf9c99e5ebfdb908c3558a818c2883eab1f",
0556                  "reference": "f7f8ebf9c99e5ebfdb908c3558a818c2883eab1f",
0557                  "shasum": ""
0558              },
0559              "require": {
0560                  "php": ">=5.3.3"
0561              },
0562              "require-dev": {
0563                  "doctrine/common": "~2.2",
0564                  "psr/log": "~1.0",
0565                  "symfony/config": "~2.2",
0566                  "symfony/http-foundation": "~2.3",
0567                  "symfony/yaml": "~2.0"
0568              },
0569              "suggest": {
0570                  "doctrine/common": "",
0571                  "symfony/config": "",
0572                  "symfony/yaml": ""
0573              },
0574              "type": "library",
0575              "extra": {
0576                  "branch-alias": {
0577                      "dev-master": "2.3-dev"
0578                  }
0579              },
0580              "autoload": {
0581                  "psr-0": {
0582                      "Symfony\\Component\\Routing\\": ""
0583                  }
0584              },
0585              "notification-url": "https://packagist.org/downloads/",
0586              "license": [
0587                  "MIT"
0588              ],
0589              "authors": [
0590                  {
0591                      "name": "Symfony Community",
0592                      "homepage": "http://symfony.com/contributors"
0593                  },
0594                  {
0595                      "name": "Fabien Potencier",
0596                      "email": "fabien@symfony.com"
0597                  }
0598              ],
0599              "description": "Symfony Routing Component",
0600              "homepage": "http://symfony.com",
0601              "time": "2014-10-13 12:38:27"
0602          },
0603          {
0604              "name": "symfony/yaml",
0605              "version": "v2.3.21",
0606              "target-dir": "Symfony/Component/Yaml",
0607              "source": {
0608                  "type": "git",
0609                  "url": "https://github.com/symfony/Yaml.git",
0610                  "reference": "34687c6236f1dfcebc874fbebd8da74d90f9f64f"
0611              },
0612              "dist": {
0613                  "type": "zip",
0614                  "url": "https://api.github.com/repos/symfony/Yaml/zipball/34687c6236f1dfcebc874fbebd8da74d90f9f64f",
0615                  "reference": "34687c6236f1dfcebc874fbebd8da74d90f9f64f",
0616                  "shasum": ""
0617              },
0618              "require": {
0619                  "php": ">=5.3.3"
0620              },
0621              "type": "library",
0622              "extra": {
0623                  "branch-alias": {
0624                      "dev-master": "2.3-dev"
0625                  }
0626              },
0627              "autoload": {
0628                  "psr-0": {
0629                      "Symfony\\Component\\Yaml\\": ""
0630                  }
0631              },
0632              "notification-url": "https://packagist.org/downloads/",
0633              "license": [
0634                  "MIT"
0635              ],
0636              "authors": [
0637                  {
0638                      "name": "Symfony Community",
0639                      "homepage": "http://symfony.com/contributors"
0640                  },
0641                  {
0642                      "name": "Fabien Potencier",
0643                      "email": "fabien@symfony.com"
0644                  }
0645              ],
0646              "description": "Symfony Yaml Component",
0647              "homepage": "http://symfony.com",
0648              "time": "2014-10-01 05:38:33"
0649          },
0650          {
0651              "name": "twig/twig",
0652              "version": "v1.13.2",
0653              "source": {
0654                  "type": "git",
0655                  "url": "https://github.com/fabpot/Twig.git",
0656                  "reference": "6d6a1009427d1f398c9d40904147bf9f723d5755"
0657              },
0658              "dist": {
0659                  "type": "zip",
0660                  "url": "https://api.github.com/repos/fabpot/Twig/zipball/6d6a1009427d1f398c9d40904147bf9f723d5755",
0661                  "reference": "6d6a1009427d1f398c9d40904147bf9f723d5755",
0662                  "shasum": ""
0663              },
0664              "require": {
0665                  "php": ">=5.2.4"
0666              },
0667              "type": "library",
0668              "extra": {
0669                  "branch-alias": {
0670                      "dev-master": "1.13-dev"
0671                  }
0672              },
0673              "autoload": {
0674                  "psr-0": {
0675                      "Twig_": "lib/"
0676                  }
0677              },
0678              "notification-url": "https://packagist.org/downloads/",
0679              "license": [
0680                  "BSD-3-Clause"
0681              ],
0682              "authors": [
0683                  {
0684                      "name": "Fabien Potencier",
0685                      "email": "fabien@symfony.com",
0686                      "homepage": "http://fabien.potencier.org",
0687                      "role": "Lead Developer"
0688                  },
0689                  {
0690                      "name": "Armin Ronacher",
0691                      "email": "armin.ronacher@active-4.com",
0692                      "role": "Project Founder"
0693                  }
0694              ],
0695              "description": "Twig, the flexible, fast, and secure template language for PHP",
0696              "homepage": "http://twig.sensiolabs.org",
0697              "keywords": [
0698                  "templating"
0699              ],
0700              "time": "2013-08-03 15:35:31"
0701          }
0702      ],
0703      "packages-dev": [
0704          {
0705              "name": "fabpot/goutte",
0706              "version": "v1.0.3",
0707              "source": {
0708                  "type": "git",
0709                  "url": "https://github.com/fabpot/Goutte.git",
0710                  "reference": "75c9f23c4122caf4ea3e87a42a00b471366e707f"
0711              },
0712              "dist": {
0713                  "type": "zip",
0714                  "url": "https://api.github.com/repos/fabpot/Goutte/zipball/75c9f23c4122caf4ea3e87a42a00b471366e707f",
0715                  "reference": "75c9f23c4122caf4ea3e87a42a00b471366e707f",
0716                  "shasum": ""
0717              },
0718              "require": {
0719                  "ext-curl": "*",
0720                  "guzzle/http": ">=3.0.5,<3.8-dev",
0721                  "php": ">=5.3.0",
0722                  "symfony/browser-kit": "~2.1",
0723                  "symfony/css-selector": "~2.1",
0724                  "symfony/dom-crawler": "~2.1",
0725                  "symfony/finder": "~2.1",
0726                  "symfony/process": "~2.1"
0727              },
0728              "require-dev": {
0729                  "guzzle/plugin-history": ">=3.0.5,<3.8-dev",
0730                  "guzzle/plugin-mock": ">=3.0.5,<3.8-dev"
0731              },
0732              "type": "application",
0733              "extra": {
0734                  "branch-alias": {
0735                      "dev-master": "1.0-dev"
0736                  }
0737              },
0738              "autoload": {
0739                  "psr-0": {
0740                      "Goutte": "."
0741                  }
0742              },
0743              "notification-url": "https://packagist.org/downloads/",
0744              "license": [
0745                  "MIT"
0746              ],
0747              "authors": [
0748                  {
0749                      "name": "Fabien Potencier",
0750                      "email": "fabien@symfony.com",
0751                      "homepage": "http://fabien.potencier.org",
0752                      "role": "Lead Developer"
0753                  }
0754              ],
0755              "description": "A simple PHP Web Scraper",
0756              "homepage": "https://github.com/fabpot/Goutte",
0757              "keywords": [
0758                  "scraper"
0759              ],
0760              "time": "2013-08-16 06:03:22"
0761          },
0762          {
0763              "name": "guzzle/common",
0764              "version": "v3.7.3",
0765              "target-dir": "Guzzle/Common",
0766              "source": {
0767                  "type": "git",
0768                  "url": "https://github.com/guzzle/common.git",
0769                  "reference": "bf73c87375f60861f8c7ccc7b95878023ade5306"
0770              },
0771              "dist": {
0772                  "type": "zip",
0773                  "url": "https://api.github.com/repos/guzzle/common/zipball/bf73c87375f60861f8c7ccc7b95878023ade5306",
0774                  "reference": "bf73c87375f60861f8c7ccc7b95878023ade5306",
0775                  "shasum": ""
0776              },
0777              "require": {
0778                  "php": ">=5.3.2",
0779                  "symfony/event-dispatcher": ">=2.1"
0780              },
0781              "type": "library",
0782              "extra": {
0783                  "branch-alias": {
0784                      "dev-master": "3.7-dev"
0785                  }
0786              },
0787              "autoload": {
0788                  "psr-0": {
0789                      "Guzzle\\Common": ""
0790                  }
0791              },
0792              "notification-url": "https://packagist.org/downloads/",
0793              "license": [
0794                  "MIT"
0795              ],
0796              "description": "Common libraries used by Guzzle",
0797              "homepage": "http://guzzlephp.org/",
0798              "keywords": [
0799                  "collection",
0800                  "common",
0801                  "event",
0802                  "exception"
0803              ],
0804              "time": "2013-09-08 21:09:18"
0805          },
0806          {
0807              "name": "guzzle/http",
0808              "version": "v3.7.3",
0809              "target-dir": "Guzzle/Http",
0810              "source": {
0811                  "type": "git",
0812                  "url": "https://github.com/guzzle/http.git",
0813                  "reference": "1034125dfd906b73119e535f03153a62fccb1989"
0814              },
0815              "dist": {
0816                  "type": "zip",
0817                  "url": "https://api.github.com/repos/guzzle/http/zipball/1034125dfd906b73119e535f03153a62fccb1989",
0818                  "reference": "1034125dfd906b73119e535f03153a62fccb1989",
0819                  "shasum": ""
0820              },
0821              "require": {
0822                  "guzzle/common": "self.version",
0823                  "guzzle/parser": "self.version",
0824                  "guzzle/stream": "self.version",
0825                  "php": ">=5.3.2"
0826              },
0827              "suggest": {
0828                  "ext-curl": "*"
0829              },
0830              "type": "library",
0831              "extra": {
0832                  "branch-alias": {
0833                      "dev-master": "3.7-dev"
0834                  }
0835              },
0836              "autoload": {
0837                  "psr-0": {
0838                      "Guzzle\\Http": ""
0839                  }
0840              },
0841              "notification-url": "https://packagist.org/downloads/",
0842              "license": [
0843                  "MIT"
0844              ],
0845              "authors": [
0846                  {
0847                      "name": "Michael Dowling",
0848                      "email": "mtdowling@gmail.com",
0849                      "homepage": "https://github.com/mtdowling"
0850                  }
0851              ],
0852              "description": "HTTP libraries used by Guzzle",
0853              "homepage": "http://guzzlephp.org/",
0854              "keywords": [
0855                  "Guzzle",
0856                  "client",
0857                  "curl",
0858                  "http",
0859                  "http client"
0860              ],
0861              "time": "2013-09-06 11:34:26"
0862          },
0863          {
0864              "name": "guzzle/parser",
0865              "version": "v3.7.3",
0866              "target-dir": "Guzzle/Parser",
0867              "source": {
0868                  "type": "git",
0869                  "url": "https://github.com/guzzle/parser.git",
0870                  "reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2"
0871              },
0872              "dist": {
0873                  "type": "zip",
0874                  "url": "https://api.github.com/repos/guzzle/parser/zipball/a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2",
0875                  "reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2",
0876                  "shasum": ""
0877              },
0878              "require": {
0879                  "php": ">=5.3.2"
0880              },
0881              "type": "library",
0882              "extra": {
0883                  "branch-alias": {
0884                      "dev-master": "3.7-dev"
0885                  }
0886              },
0887              "autoload": {
0888                  "psr-0": {
0889                      "Guzzle\\Parser": ""
0890                  }
0891              },
0892              "notification-url": "https://packagist.org/downloads/",
0893              "license": [
0894                  "MIT"
0895              ],
0896              "description": "Interchangeable parsers used by Guzzle",
0897              "homepage": "http://guzzlephp.org/",
0898              "keywords": [
0899                  "URI Template",
0900                  "cookie",
0901                  "http",
0902                  "message",
0903                  "url"
0904              ],
0905              "time": "2013-07-11 22:46:03"
0906          },
0907          {
0908              "name": "guzzle/stream",
0909              "version": "v3.7.3",
0910              "target-dir": "Guzzle/Stream",
0911              "source": {
0912                  "type": "git",
0913                  "url": "https://github.com/guzzle/stream.git",
0914                  "reference": "a86111d9ac7db31d65a053c825869409fe8fc83f"
0915              },
0916              "dist": {
0917                  "type": "zip",
0918                  "url": "https://api.github.com/repos/guzzle/stream/zipball/a86111d9ac7db31d65a053c825869409fe8fc83f",
0919                  "reference": "a86111d9ac7db31d65a053c825869409fe8fc83f",
0920                  "shasum": ""
0921              },
0922              "require": {
0923                  "guzzle/common": "self.version",
0924                  "php": ">=5.3.2"
0925              },
0926              "suggest": {
0927                  "guzzle/http": "To convert Guzzle request objects to PHP streams"
0928              },
0929              "type": "library",
0930              "extra": {
0931                  "branch-alias": {
0932                      "dev-master": "3.7-dev"
0933                  }
0934              },
0935              "autoload": {
0936                  "psr-0": {
0937                      "Guzzle\\Stream": ""
0938                  }
0939              },
0940              "notification-url": "https://packagist.org/downloads/",
0941              "license": [
0942                  "MIT"
0943              ],
0944              "authors": [
0945                  {
0946                      "name": "Michael Dowling",
0947                      "email": "mtdowling@gmail.com",
0948                      "homepage": "https://github.com/mtdowling"
0949                  }
0950              ],
0951              "description": "Guzzle stream wrapper component",
0952              "homepage": "http://guzzlephp.org/",
0953              "keywords": [
0954                  "Guzzle",
0955                  "component",
0956                  "stream"
0957              ],
0958              "time": "2013-07-30 22:07:23"
0959          },
0960          {
0961              "name": "michelf/php-markdown",
0962              "version": "1.4.1",
0963              "source": {
0964                  "type": "git",
0965                  "url": "https://github.com/michelf/php-markdown.git",
0966                  "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
0967              },
0968              "dist": {
0969                  "type": "zip",
0970                  "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
0971                  "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
0972                  "shasum": ""
0973              },
0974              "require": {
0975                  "php": ">=5.3.0"
0976              },
0977              "type": "library",
0978              "extra": {
0979                  "branch-alias": {
0980                      "dev-lib": "1.4.x-dev"
0981                  }
0982              },
0983              "autoload": {
0984                  "psr-0": {
0985                      "Michelf": ""
0986                  }
0987              },
0988              "notification-url": "https://packagist.org/downloads/",
0989              "license": [
0990                  "BSD-3-Clause"
0991              ],
0992              "authors": [
0993                  {
0994                      "name": "Michel Fortin",
0995                      "email": "michel.fortin@michelf.ca",
0996                      "homepage": "http://michelf.ca/",
0997                      "role": "Developer"
0998                  },
0999                  {
1000                      "name": "John Gruber",
1001                      "homepage": "http://daringfireball.net/"
1002                  }
1003              ],
1004              "description": "PHP Markdown",
1005              "homepage": "http://michelf.ca/projects/php-markdown/",
1006              "keywords": [
1007                  "markdown"
1008              ],
1009              "time": "2014-05-05 02:43:50"
1010          },
1011          {
1012              "name": "nikic/php-parser",
1013              "version": "v0.9.4",
1014              "source": {
1015                  "type": "git",
1016                  "url": "https://github.com/nikic/PHP-Parser.git",
1017                  "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f"
1018              },
1019              "dist": {
1020                  "type": "zip",
1021                  "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1e5e280ae88a27effa2ae4aa2bd088494ed8594f",
1022                  "reference": "1e5e280ae88a27effa2ae4aa2bd088494ed8594f",
1023                  "shasum": ""
1024              },
1025              "require": {
1026                  "php": ">=5.2"
1027              },
1028              "type": "library",
1029              "extra": {
1030                  "branch-alias": {
1031                      "dev-master": "0.9-dev"
1032                  }
1033              },
1034              "autoload": {
1035                  "psr-0": {
1036                      "PHPParser": "lib/"
1037                  }
1038              },
1039              "notification-url": "https://packagist.org/downloads/",
1040              "license": [
1041                  "BSD-3-Clause"
1042              ],
1043              "authors": [
1044                  {
1045                      "name": "Nikita Popov"
1046                  }
1047              ],
1048              "description": "A PHP parser written in PHP",
1049              "keywords": [
1050                  "parser",
1051                  "php"
1052              ],
1053              "time": "2013-08-25 17:11:40"
1054          },
1055          {
1056              "name": "phing/phing",
1057              "version": "2.4.14",
1058              "source": {
1059                  "type": "git",
1060                  "url": "https://github.com/phingofficial/phing.git",
1061                  "reference": "41075d93ca254f1c90c79ec7ce81be2b2629e138"
1062              },
1063              "dist": {
1064                  "type": "zip",
1065                  "url": "https://api.github.com/repos/phingofficial/phing/zipball/41075d93ca254f1c90c79ec7ce81be2b2629e138",
1066                  "reference": "41075d93ca254f1c90c79ec7ce81be2b2629e138",
1067                  "shasum": ""
1068              },
1069              "require": {
1070                  "php": ">=5.2.0"
1071              },
1072              "bin": [
1073                  "bin/phing"
1074              ],
1075              "type": "library",
1076              "autoload": {
1077                  "classmap": [
1078                      "classes/phing/"
1079                  ]
1080              },
1081              "notification-url": "https://packagist.org/downloads/",
1082              "include-path": [
1083                  "classes"
1084              ],
1085              "license": [
1086                  "LGPL3"
1087              ],
1088              "authors": [
1089                  {
1090                      "name": "Michiel Rook",
1091                      "email": "mrook@php.net"
1092                  },
1093                  {
1094                      "name": "Phing Community",
1095                      "homepage": "http://www.phing.info/trac/wiki/Development/Contributors"
1096                  }
1097              ],
1098              "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
1099              "homepage": "http://www.phing.info/",
1100              "keywords": [
1101                  "build",
1102                  "task",
1103                  "tool"
1104              ],
1105              "time": "2012-11-29 21:23:47"
1106          },
1107          {
1108              "name": "phpunit/dbunit",
1109              "version": "1.3.1",
1110              "source": {
1111                  "type": "git",
1112                  "url": "https://github.com/sebastianbergmann/dbunit.git",
1113                  "reference": "a5891b7a9c4f21587a51f9bc4e8f7042b741b480"
1114              },
1115              "dist": {
1116                  "type": "zip",
1117                  "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/a5891b7a9c4f21587a51f9bc4e8f7042b741b480",
1118                  "reference": "a5891b7a9c4f21587a51f9bc4e8f7042b741b480",
1119                  "shasum": ""
1120              },
1121              "require": {
1122                  "ext-pdo": "*",
1123                  "ext-simplexml": "*",
1124                  "php": ">=5.3.3",
1125                  "phpunit/phpunit": ">=3.7.0@stable",
1126                  "symfony/yaml": ">=2.1.0"
1127              },
1128              "bin": [
1129                  "composer/bin/dbunit"
1130              ],
1131              "type": "library",
1132              "extra": {
1133                  "branch-alias": {
1134                      "dev-master": "1.3.x-dev"
1135                  }
1136              },
1137              "autoload": {
1138                  "classmap": [
1139                      "PHPUnit/"
1140                  ]
1141              },
1142              "notification-url": "https://packagist.org/downloads/",
1143              "include-path": [
1144                  "",
1145                  "../../symfony/yaml/"
1146              ],
1147              "license": [
1148                  "BSD-3-Clause"
1149              ],
1150              "authors": [
1151                  {
1152                      "name": "Sebastian Bergmann",
1153                      "email": "sb@sebastian-bergmann.de",
1154                      "role": "lead"
1155                  }
1156              ],
1157              "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
1158              "homepage": "https://github.com/sebastianbergmann/dbunit/",
1159              "keywords": [
1160                  "database",
1161                  "testing",
1162                  "xunit"
1163              ],
1164              "time": "2014-03-26 11:25:06"
1165          },
1166          {
1167              "name": "phpunit/php-code-coverage",
1168              "version": "2.0.6",
1169              "source": {
1170                  "type": "git",
1171                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1172                  "reference": "bccecf50645068b44f49a84009e2a0499a500b99"
1173              },
1174              "dist": {
1175                  "type": "zip",
1176                  "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bccecf50645068b44f49a84009e2a0499a500b99",
1177                  "reference": "bccecf50645068b44f49a84009e2a0499a500b99",
1178                  "shasum": ""
1179              },
1180              "require": {
1181                  "php": ">=5.3.3",
1182                  "phpunit/php-file-iterator": "~1.3.1",
1183                  "phpunit/php-text-template": "~1.2.0",
1184                  "phpunit/php-token-stream": "~1.2.2",
1185                  "sebastian/environment": "~1.0.0",
1186                  "sebastian/version": "~1.0.3"
1187              },
1188              "require-dev": {
1189                  "ext-xdebug": ">=2.1.4",
1190                  "phpunit/phpunit": "~4.0.14"
1191              },
1192              "suggest": {
1193                  "ext-dom": "*",
1194                  "ext-xdebug": ">=2.2.1",
1195                  "ext-xmlwriter": "*"
1196              },
1197              "type": "library",
1198              "extra": {
1199                  "branch-alias": {
1200                      "dev-master": "2.0.x-dev"
1201                  }
1202              },
1203              "autoload": {
1204                  "classmap": [
1205                      "src/"
1206                  ]
1207              },
1208              "notification-url": "https://packagist.org/downloads/",
1209              "include-path": [
1210                  ""
1211              ],
1212              "license": [
1213                  "BSD-3-Clause"
1214              ],
1215              "authors": [
1216                  {
1217                      "name": "Sebastian Bergmann",
1218                      "email": "sb@sebastian-bergmann.de",
1219                      "role": "lead"
1220                  }
1221              ],
1222              "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1223              "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1224              "keywords": [
1225                  "coverage",
1226                  "testing",
1227                  "xunit"
1228              ],
1229              "time": "2014-04-30 09:01:21"
1230          },
1231          {
1232              "name": "phpunit/php-file-iterator",
1233              "version": "1.3.4",
1234              "source": {
1235                  "type": "git",
1236                  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1237                  "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
1238              },
1239              "dist": {
1240                  "type": "zip",
1241                  "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
1242                  "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
1243                  "shasum": ""
1244              },
1245              "require": {
1246                  "php": ">=5.3.3"
1247              },
1248              "type": "library",
1249              "autoload": {
1250                  "classmap": [
1251                      "File/"
1252                  ]
1253              },
1254              "notification-url": "https://packagist.org/downloads/",
1255              "include-path": [
1256                  ""
1257              ],
1258              "license": [
1259                  "BSD-3-Clause"
1260              ],
1261              "authors": [
1262                  {
1263                      "name": "Sebastian Bergmann",
1264                      "email": "sb@sebastian-bergmann.de",
1265                      "role": "lead"
1266                  }
1267              ],
1268              "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1269              "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1270              "keywords": [
1271                  "filesystem",
1272                  "iterator"
1273              ],
1274              "time": "2013-10-10 15:34:57"
1275          },
1276          {
1277              "name": "phpunit/php-text-template",
1278              "version": "1.2.0",
1279              "source": {
1280                  "type": "git",
1281                  "url": "https://github.com/sebastianbergmann/php-text-template.git",
1282                  "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
1283              },
1284              "dist": {
1285                  "type": "zip",
1286                  "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
1287                  "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
1288                  "shasum": ""
1289              },
1290              "require": {
1291                  "php": ">=5.3.3"
1292              },
1293              "type": "library",
1294              "autoload": {
1295                  "classmap": [
1296                      "Text/"
1297                  ]
1298              },
1299              "notification-url": "https://packagist.org/downloads/",
1300              "include-path": [
1301                  ""
1302              ],
1303              "license": [
1304                  "BSD-3-Clause"
1305              ],
1306              "authors": [
1307                  {
1308                      "name": "Sebastian Bergmann",
1309                      "email": "sb@sebastian-bergmann.de",
1310                      "role": "lead"
1311                  }
1312              ],
1313              "description": "Simple template engine.",
1314              "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1315              "keywords": [
1316                  "template"
1317              ],
1318              "time": "2014-01-30 17:20:04"
1319          },
1320          {
1321              "name": "phpunit/php-timer",
1322              "version": "1.0.5",
1323              "source": {
1324                  "type": "git",
1325                  "url": "https://github.com/sebastianbergmann/php-timer.git",
1326                  "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
1327              },
1328              "dist": {
1329                  "type": "zip",
1330                  "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1331                  "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1332                  "shasum": ""
1333              },
1334              "require": {
1335                  "php": ">=5.3.3"
1336              },
1337              "type": "library",
1338              "autoload": {
1339                  "classmap": [
1340                      "PHP/"
1341                  ]
1342              },
1343              "notification-url": "https://packagist.org/downloads/",
1344              "include-path": [
1345                  ""
1346              ],
1347              "license": [
1348                  "BSD-3-Clause"
1349              ],
1350              "authors": [
1351                  {
1352                      "name": "Sebastian Bergmann",
1353                      "email": "sb@sebastian-bergmann.de",
1354                      "role": "lead"
1355                  }
1356              ],
1357              "description": "Utility class for timing",
1358              "homepage": "https://github.com/sebastianbergmann/php-timer/",
1359              "keywords": [
1360                  "timer"
1361              ],
1362              "time": "2013-08-02 07:42:54"
1363          },
1364          {
1365              "name": "phpunit/php-token-stream",
1366              "version": "1.2.2",
1367              "source": {
1368                  "type": "git",
1369                  "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1370                  "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
1371              },
1372              "dist": {
1373                  "type": "zip",
1374                  "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
1375                  "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
1376                  "shasum": ""
1377              },
1378              "require": {
1379                  "ext-tokenizer": "*",
1380                  "php": ">=5.3.3"
1381              },
1382              "type": "library",
1383              "extra": {
1384                  "branch-alias": {
1385                      "dev-master": "1.2-dev"
1386                  }
1387              },
1388              "autoload": {
1389                  "classmap": [
1390                      "PHP/"
1391                  ]
1392              },
1393              "notification-url": "https://packagist.org/downloads/",
1394              "include-path": [
1395                  ""
1396              ],
1397              "license": [
1398                  "BSD-3-Clause"
1399              ],
1400              "authors": [
1401                  {
1402                      "name": "Sebastian Bergmann",
1403                      "email": "sb@sebastian-bergmann.de",
1404                      "role": "lead"
1405                  }
1406              ],
1407              "description": "Wrapper around PHP's tokenizer extension.",
1408              "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1409              "keywords": [
1410                  "tokenizer"
1411              ],
1412              "time": "2014-03-03 05:10:30"
1413          },
1414          {
1415              "name": "phpunit/phpunit",
1416              "version": "4.1.0",
1417              "source": {
1418                  "type": "git",
1419                  "url": "https://github.com/sebastianbergmann/phpunit.git",
1420                  "reference": "efb1b1334605594417a3bd466477772d06d460a8"
1421              },
1422              "dist": {
1423                  "type": "zip",
1424                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/efb1b1334605594417a3bd466477772d06d460a8",
1425                  "reference": "efb1b1334605594417a3bd466477772d06d460a8",
1426                  "shasum": ""
1427              },
1428              "require": {
1429                  "ext-dom": "*",
1430                  "ext-json": "*",
1431                  "ext-pcre": "*",
1432                  "ext-reflection": "*",
1433                  "ext-spl": "*",
1434                  "php": ">=5.3.3",
1435                  "phpunit/php-code-coverage": "~2.0",
1436                  "phpunit/php-file-iterator": "~1.3.1",
1437                  "phpunit/php-text-template": "~1.2",
1438                  "phpunit/php-timer": "~1.0.2",
1439                  "phpunit/phpunit-mock-objects": "~2.1",
1440                  "sebastian/comparator": "~1.0",
1441                  "sebastian/diff": "~1.1",
1442                  "sebastian/environment": "~1.0",
1443                  "sebastian/exporter": "~1.0",
1444                  "sebastian/version": "~1.0",
1445                  "symfony/yaml": "~2.0"
1446              },
1447              "suggest": {
1448                  "phpunit/php-invoker": "~1.1"
1449              },
1450              "bin": [
1451                  "phpunit"
1452              ],
1453              "type": "library",
1454              "extra": {
1455                  "branch-alias": {
1456                      "dev-master": "4.1.x-dev"
1457                  }
1458              },
1459              "autoload": {
1460                  "classmap": [
1461                      "src/"
1462                  ]
1463              },
1464              "notification-url": "https://packagist.org/downloads/",
1465              "include-path": [
1466                  "",
1467                  "../../symfony/yaml/"
1468              ],
1469              "license": [
1470                  "BSD-3-Clause"
1471              ],
1472              "authors": [
1473                  {
1474                      "name": "Sebastian Bergmann",
1475                      "email": "sebastian@phpunit.de",
1476                      "role": "lead"
1477                  }
1478              ],
1479              "description": "The PHP Unit Testing framework.",
1480              "homepage": "http://www.phpunit.de/",
1481              "keywords": [
1482                  "phpunit",
1483                  "testing",
1484                  "xunit"
1485              ],
1486              "time": "2014-05-02 07:13:40"
1487          },
1488          {
1489              "name": "phpunit/phpunit-mock-objects",
1490              "version": "2.1.0",
1491              "source": {
1492                  "type": "git",
1493                  "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1494                  "reference": "da0eb04d8ee95ec2898187e407e519c118d3d27c"
1495              },
1496              "dist": {
1497                  "type": "zip",
1498                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/da0eb04d8ee95ec2898187e407e519c118d3d27c",
1499                  "reference": "da0eb04d8ee95ec2898187e407e519c118d3d27c",
1500                  "shasum": ""
1501              },
1502              "require": {
1503                  "php": ">=5.3.3",
1504                  "phpunit/php-text-template": "~1.2"
1505              },
1506              "require-dev": {
1507                  "phpunit/phpunit": "~4.1"
1508              },
1509              "suggest": {
1510                  "ext-soap": "*"
1511              },
1512              "type": "library",
1513              "extra": {
1514                  "branch-alias": {
1515                      "dev-master": "2.1.x-dev"
1516                  }
1517              },
1518              "autoload": {
1519                  "classmap": [
1520                      "src/"
1521                  ]
1522              },
1523              "notification-url": "https://packagist.org/downloads/",
1524              "include-path": [
1525                  ""
1526              ],
1527              "license": [
1528                  "BSD-3-Clause"
1529              ],
1530              "authors": [
1531                  {
1532                      "name": "Sebastian Bergmann",
1533                      "email": "sb@sebastian-bergmann.de",
1534                      "role": "lead"
1535                  }
1536              ],
1537              "description": "Mock Object library for PHPUnit",
1538              "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1539              "keywords": [
1540                  "mock",
1541                  "xunit"
1542              ],
1543              "time": "2014-05-02 07:04:11"
1544          },
1545          {
1546              "name": "pimple/pimple",
1547              "version": "v1.0.2",
1548              "source": {
1549                  "type": "git",
1550                  "url": "https://github.com/fabpot/Pimple.git",
1551                  "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94"
1552              },
1553              "dist": {
1554                  "type": "zip",
1555                  "url": "https://api.github.com/repos/fabpot/Pimple/zipball/ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
1556                  "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
1557                  "shasum": ""
1558              },
1559              "require": {
1560                  "php": ">=5.3.0"
1561              },
1562              "type": "library",
1563              "extra": {
1564                  "branch-alias": {
1565                      "dev-master": "1.0.x-dev"
1566                  }
1567              },
1568              "autoload": {
1569                  "psr-0": {
1570                      "Pimple": "lib/"
1571                  }
1572              },
1573              "notification-url": "https://packagist.org/downloads/",
1574              "license": [
1575                  "MIT"
1576              ],
1577              "authors": [
1578                  {
1579                      "name": "Fabien Potencier",
1580                      "email": "fabien@symfony.com",
1581                      "homepage": "http://fabien.potencier.org",
1582                      "role": "Lead Developer"
1583                  }
1584              ],
1585              "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
1586              "homepage": "http://pimple.sensiolabs.org",
1587              "keywords": [
1588                  "container",
1589                  "dependency injection"
1590              ],
1591              "time": "2013-03-08 08:21:40"
1592          },
1593          {
1594              "name": "sami/sami",
1595              "version": "v1.3",
1596              "source": {
1597                  "type": "git",
1598                  "url": "https://github.com/fabpot/Sami.git",
1599                  "reference": "76f2ed80b3420f7e2f6dcd5b7218b5a5781f4110"
1600              },
1601              "dist": {
1602                  "type": "zip",
1603                  "url": "https://api.github.com/repos/fabpot/Sami/zipball/76f2ed80b3420f7e2f6dcd5b7218b5a5781f4110",
1604                  "reference": "76f2ed80b3420f7e2f6dcd5b7218b5a5781f4110",
1605                  "shasum": ""
1606              },
1607              "require": {
1608                  "michelf/php-markdown": "~1.3",
1609                  "nikic/php-parser": "0.9.*",
1610                  "php": ">=5.3.0",
1611                  "pimple/pimple": "1.0.*",
1612                  "symfony/console": "~2.1",
1613                  "symfony/filesystem": "~2.1",
1614                  "symfony/finder": "~2.1",
1615                  "symfony/process": "~2.1",
1616                  "symfony/yaml": "~2.1",
1617                  "twig/twig": "1.*"
1618              },
1619              "bin": [
1620                  "sami.php"
1621              ],
1622              "type": "application",
1623              "extra": {
1624                  "branch-alias": {
1625                      "dev-master": "1.3-dev"
1626                  }
1627              },
1628              "autoload": {
1629                  "psr-0": {
1630                      "Sami": "."
1631                  }
1632              },
1633              "notification-url": "https://packagist.org/downloads/",
1634              "license": [
1635                  "MIT"
1636              ],
1637              "authors": [
1638                  {
1639                      "name": "Fabien Potencier",
1640                      "email": "fabien@symfony.com",
1641                      "homepage": "http://fabien.potencier.org",
1642                      "role": "Lead Developer"
1643                  }
1644              ],
1645              "description": "Sami, an API documentation generator",
1646              "homepage": "http://sami.sensiolabs.org",
1647              "keywords": [
1648                  "phpdoc"
1649              ],
1650              "time": "2013-11-30 17:16:25"
1651          },
1652          {
1653              "name": "sebastian/comparator",
1654              "version": "1.0.0",
1655              "source": {
1656                  "type": "git",
1657                  "url": "https://github.com/sebastianbergmann/comparator.git",
1658                  "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2"
1659              },
1660              "dist": {
1661                  "type": "zip",
1662                  "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
1663                  "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2",
1664                  "shasum": ""
1665              },
1666              "require": {
1667                  "php": ">=5.3.3",
1668                  "sebastian/diff": "~1.1",
1669                  "sebastian/exporter": "~1.0"
1670              },
1671              "require-dev": {
1672                  "phpunit/phpunit": "~4.1"
1673              },
1674              "type": "library",
1675              "extra": {
1676                  "branch-alias": {
1677                      "dev-master": "1.0.x-dev"
1678                  }
1679              },
1680              "autoload": {
1681                  "classmap": [
1682                      "src/"
1683                  ]
1684              },
1685              "notification-url": "https://packagist.org/downloads/",
1686              "license": [
1687                  "BSD-3-Clause"
1688              ],
1689              "authors": [
1690                  {
1691                      "name": "Sebastian Bergmann",
1692                      "email": "sebastian@phpunit.de",
1693                      "role": "lead"
1694                  },
1695                  {
1696                      "name": "Jeff Welch",
1697                      "email": "whatthejeff@gmail.com"
1698                  },
1699                  {
1700                      "name": "Volker Dusch",
1701                      "email": "github@wallbash.com"
1702                  },
1703                  {
1704                      "name": "Bernhard Schussek",
1705                      "email": "bschussek@2bepublished.at"
1706                  }
1707              ],
1708              "description": "Provides the functionality to compare PHP values for equality",
1709              "homepage": "http://www.github.com/sebastianbergmann/comparator",
1710              "keywords": [
1711                  "comparator",
1712                  "compare",
1713                  "equality"
1714              ],
1715              "time": "2014-05-02 07:05:58"
1716          },
1717          {
1718              "name": "sebastian/diff",
1719              "version": "1.1.0",
1720              "source": {
1721                  "type": "git",
1722                  "url": "https://github.com/sebastianbergmann/diff.git",
1723                  "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d"
1724              },
1725              "dist": {
1726                  "type": "zip",
1727                  "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
1728                  "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d",
1729                  "shasum": ""
1730              },
1731              "require": {
1732                  "php": ">=5.3.3"
1733              },
1734              "type": "library",
1735              "extra": {
1736                  "branch-alias": {
1737                      "dev-master": "1.1-dev"
1738                  }
1739              },
1740              "autoload": {
1741                  "classmap": [
1742                      "src/"
1743                  ]
1744              },
1745              "notification-url": "https://packagist.org/downloads/",
1746              "license": [
1747                  "BSD-3-Clause"
1748              ],
1749              "authors": [
1750                  {
1751                      "name": "Sebastian Bergmann",
1752                      "email": "sebastian@phpunit.de",
1753                      "role": "lead"
1754                  },
1755                  {
1756                      "name": "Kore Nordmann",
1757                      "email": "mail@kore-nordmann.de"
1758                  }
1759              ],
1760              "description": "Diff implementation",
1761              "homepage": "http://www.github.com/sebastianbergmann/diff",
1762              "keywords": [
1763                  "diff"
1764              ],
1765              "time": "2013-08-03 16:46:33"
1766          },
1767          {
1768              "name": "sebastian/environment",
1769              "version": "1.0.0",
1770              "source": {
1771                  "type": "git",
1772                  "url": "https://github.com/sebastianbergmann/environment.git",
1773                  "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a"
1774              },
1775              "dist": {
1776                  "type": "zip",
1777                  "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a",
1778                  "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a",
1779                  "shasum": ""
1780              },
1781              "require": {
1782                  "php": ">=5.3.3"
1783              },
1784              "require-dev": {
1785                  "phpunit/phpunit": "4.0.*@dev"
1786              },
1787              "type": "library",
1788              "extra": {
1789                  "branch-alias": {
1790                      "dev-master": "1.0.x-dev"
1791                  }
1792              },
1793              "autoload": {
1794                  "classmap": [
1795                      "src/"
1796                  ]
1797              },
1798              "notification-url": "https://packagist.org/downloads/",
1799              "license": [
1800                  "BSD-3-Clause"
1801              ],
1802              "authors": [
1803                  {
1804                      "name": "Sebastian Bergmann",
1805                      "email": "sebastian@phpunit.de",
1806                      "role": "lead"
1807                  }
1808              ],
1809              "description": "Provides functionality to handle HHVM/PHP environments",
1810              "homepage": "http://www.github.com/sebastianbergmann/environment",
1811              "keywords": [
1812                  "Xdebug",
1813                  "environment",
1814                  "hhvm"
1815              ],
1816              "time": "2014-02-18 16:17:19"
1817          },
1818          {
1819              "name": "sebastian/exporter",
1820              "version": "1.0.1",
1821              "source": {
1822                  "type": "git",
1823                  "url": "https://github.com/sebastianbergmann/exporter.git",
1824                  "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529"
1825              },
1826              "dist": {
1827                  "type": "zip",
1828                  "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
1829                  "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529",
1830                  "shasum": ""
1831              },
1832              "require": {
1833                  "php": ">=5.3.3"
1834              },
1835              "require-dev": {
1836                  "phpunit/phpunit": "4.0.*@dev"
1837              },
1838              "type": "library",
1839              "extra": {
1840                  "branch-alias": {
1841                      "dev-master": "1.0.x-dev"
1842                  }
1843              },
1844              "autoload": {
1845                  "classmap": [
1846                      "src/"
1847                  ]
1848              },
1849              "notification-url": "https://packagist.org/downloads/",
1850              "license": [
1851                  "BSD-3-Clause"
1852              ],
1853              "authors": [
1854                  {
1855                      "name": "Sebastian Bergmann",
1856                      "email": "sebastian@phpunit.de",
1857                      "role": "lead"
1858                  },
1859                  {
1860                      "name": "Jeff Welch",
1861                      "email": "whatthejeff@gmail.com"
1862                  },
1863                  {
1864                      "name": "Volker Dusch",
1865                      "email": "github@wallbash.com"
1866                  },
1867                  {
1868                      "name": "Adam Harvey",
1869                      "email": "aharvey@php.net"
1870                  },
1871                  {
1872                      "name": "Bernhard Schussek",
1873                      "email": "bschussek@2bepublished.at"
1874                  }
1875              ],
1876              "description": "Provides the functionality to export PHP variables for visualization",
1877              "homepage": "http://www.github.com/sebastianbergmann/exporter",
1878              "keywords": [
1879                  "export",
1880                  "exporter"
1881              ],
1882              "time": "2014-02-16 08:26:31"
1883          },
1884          {
1885              "name": "sebastian/version",
1886              "version": "1.0.3",
1887              "source": {
1888                  "type": "git",
1889                  "url": "https://github.com/sebastianbergmann/version.git",
1890                  "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
1891              },
1892              "dist": {
1893                  "type": "zip",
1894                  "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
1895                  "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
1896                  "shasum": ""
1897              },
1898              "type": "library",
1899              "autoload": {
1900                  "classmap": [
1901                      "src/"
1902                  ]
1903              },
1904              "notification-url": "https://packagist.org/downloads/",
1905              "license": [
1906                  "BSD-3-Clause"
1907              ],
1908              "authors": [
1909                  {
1910                      "name": "Sebastian Bergmann",
1911                      "email": "sebastian@phpunit.de",
1912                      "role": "lead"
1913                  }
1914              ],
1915              "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1916              "homepage": "https://github.com/sebastianbergmann/version",
1917              "time": "2014-03-07 15:35:33"
1918          },
1919          {
1920              "name": "squizlabs/php_codesniffer",
1921              "version": "1.5.2",
1922              "source": {
1923                  "type": "git",
1924                  "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1925                  "reference": "a76a39b317ce8106abe6264daa505e24e1731860"
1926              },
1927              "dist": {
1928                  "type": "zip",
1929                  "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/a76a39b317ce8106abe6264daa505e24e1731860",
1930                  "reference": "a76a39b317ce8106abe6264daa505e24e1731860",
1931                  "shasum": ""
1932              },
1933              "require": {
1934                  "ext-tokenizer": "*",
1935                  "php": ">=5.1.2"
1936              },
1937              "suggest": {
1938                  "phpunit/php-timer": "dev-master"
1939              },
1940              "bin": [
1941                  "scripts/phpcs"
1942              ],
1943              "type": "library",
1944              "autoload": {
1945                  "classmap": [
1946                      "CodeSniffer.php",
1947                      "CodeSniffer/CLI.php",
1948                      "CodeSniffer/Exception.php",
1949                      "CodeSniffer/File.php",
1950                      "CodeSniffer/Report.php",
1951                      "CodeSniffer/Reporting.php",
1952                      "CodeSniffer/Sniff.php",
1953                      "CodeSniffer/Tokens.php",
1954                      "CodeSniffer/Reports/",
1955                      "CodeSniffer/CommentParser/",
1956                      "CodeSniffer/Tokenizers/",
1957                      "CodeSniffer/DocGenerators/",
1958                      "CodeSniffer/Standards/AbstractPatternSniff.php",
1959                      "CodeSniffer/Standards/AbstractScopeSniff.php",
1960                      "CodeSniffer/Standards/AbstractVariableSniff.php",
1961                      "CodeSniffer/Standards/IncorrectPatternException.php",
1962                      "CodeSniffer/Standards/Generic/Sniffs/",
1963                      "CodeSniffer/Standards/MySource/Sniffs/",
1964                      "CodeSniffer/Standards/PEAR/Sniffs/",
1965                      "CodeSniffer/Standards/PSR1/Sniffs/",
1966                      "CodeSniffer/Standards/PSR2/Sniffs/",
1967                      "CodeSniffer/Standards/Squiz/Sniffs/",
1968                      "CodeSniffer/Standards/Zend/Sniffs/"
1969                  ]
1970              },
1971              "notification-url": "https://packagist.org/downloads/",
1972              "license": [
1973                  "BSD-3-Clause"
1974              ],
1975              "authors": [
1976                  {
1977                      "name": "Greg Sherwood",
1978                      "role": "lead"
1979                  }
1980              ],
1981              "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1982              "homepage": "http://www.squizlabs.com/php-codesniffer",
1983              "keywords": [
1984                  "phpcs",
1985                  "standards"
1986              ],
1987              "time": "2014-02-04 23:49:58"
1988          },
1989          {
1990              "name": "symfony/browser-kit",
1991              "version": "v2.3.21",
1992              "target-dir": "Symfony/Component/BrowserKit",
1993              "source": {
1994                  "type": "git",
1995                  "url": "https://github.com/symfony/BrowserKit.git",
1996                  "reference": "6a403eedacb56d32dc2cc657cfeac09d640ae6bc"
1997              },
1998              "dist": {
1999                  "type": "zip",
2000                  "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/6a403eedacb56d32dc2cc657cfeac09d640ae6bc",
2001                  "reference": "6a403eedacb56d32dc2cc657cfeac09d640ae6bc",
2002                  "shasum": ""
2003              },
2004              "require": {
2005                  "php": ">=5.3.3",
2006                  "symfony/dom-crawler": "~2.0"
2007              },
2008              "require-dev": {
2009                  "symfony/css-selector": "~2.0",
2010                  "symfony/process": "~2.0"
2011              },
2012              "suggest": {
2013                  "symfony/process": ""
2014              },
2015              "type": "library",
2016              "extra": {
2017                  "branch-alias": {
2018                      "dev-master": "2.3-dev"
2019                  }
2020              },
2021              "autoload": {
2022                  "psr-0": {
2023                      "Symfony\\Component\\BrowserKit\\": ""
2024                  }
2025              },
2026              "notification-url": "https://packagist.org/downloads/",
2027              "license": [
2028                  "MIT"
2029              ],
2030              "authors": [
2031                  {
2032                      "name": "Symfony Community",
2033                      "homepage": "http://symfony.com/contributors"
2034                  },
2035                  {
2036                      "name": "Fabien Potencier",
2037                      "email": "fabien@symfony.com"
2038                  }
2039              ],
2040              "description": "Symfony BrowserKit Component",
2041              "homepage": "http://symfony.com",
2042              "time": "2014-09-22 08:32:35"
2043          },
2044          {
2045              "name": "symfony/css-selector",
2046              "version": "v2.3.21",
2047              "target-dir": "Symfony/Component/CssSelector",
2048              "source": {
2049                  "type": "git",
2050                  "url": "https://github.com/symfony/CssSelector.git",
2051                  "reference": "d9943386b648d21746bed25cc24f61fab1387943"
2052              },
2053              "dist": {
2054                  "type": "zip",
2055                  "url": "https://api.github.com/repos/symfony/CssSelector/zipball/d9943386b648d21746bed25cc24f61fab1387943",
2056                  "reference": "d9943386b648d21746bed25cc24f61fab1387943",
2057                  "shasum": ""
2058              },
2059              "require": {
2060                  "php": ">=5.3.3"
2061              },
2062              "type": "library",
2063              "extra": {
2064                  "branch-alias": {
2065                      "dev-master": "2.3-dev"
2066                  }
2067              },
2068              "autoload": {
2069                  "psr-0": {
2070                      "Symfony\\Component\\CssSelector\\": ""
2071                  }
2072              },
2073              "notification-url": "https://packagist.org/downloads/",
2074              "license": [
2075                  "MIT"
2076              ],
2077              "authors": [
2078                  {
2079                      "name": "Symfony Community",
2080                      "homepage": "http://symfony.com/contributors"
2081                  },
2082                  {
2083                      "name": "Jean-François Simon",
2084                      "email": "jeanfrancois.simon@sensiolabs.com"
2085                  },
2086                  {
2087                      "name": "Fabien Potencier",
2088                      "email": "fabien@symfony.com"
2089                  }
2090              ],
2091              "description": "Symfony CssSelector Component",
2092              "homepage": "http://symfony.com",
2093              "time": "2014-10-09 12:30:02"
2094          },
2095          {
2096              "name": "symfony/dom-crawler",
2097              "version": "v2.3.21",
2098              "target-dir": "Symfony/Component/DomCrawler",
2099              "source": {
2100                  "type": "git",
2101                  "url": "https://github.com/symfony/DomCrawler.git",
2102                  "reference": "64b90870ee3a4e88c9a7a12861683864de029d31"
2103              },
2104              "dist": {
2105                  "type": "zip",
2106                  "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/64b90870ee3a4e88c9a7a12861683864de029d31",
2107                  "reference": "64b90870ee3a4e88c9a7a12861683864de029d31",
2108                  "shasum": ""
2109              },
2110              "require": {
2111                  "php": ">=5.3.3"
2112              },
2113              "require-dev": {
2114                  "symfony/css-selector": "~2.0"
2115              },
2116              "suggest": {
2117                  "symfony/css-selector": ""
2118              },
2119              "type": "library",
2120              "extra": {
2121                  "branch-alias": {
2122                      "dev-master": "2.3-dev"
2123                  }
2124              },
2125              "autoload": {
2126                  "psr-0": {
2127                      "Symfony\\Component\\DomCrawler\\": ""
2128                  }
2129              },
2130              "notification-url": "https://packagist.org/downloads/",
2131              "license": [
2132                  "MIT"
2133              ],
2134              "authors": [
2135                  {
2136                      "name": "Symfony Community",
2137                      "homepage": "http://symfony.com/contributors"
2138                  },
2139                  {
2140                      "name": "Fabien Potencier",
2141                      "email": "fabien@symfony.com"
2142                  }
2143              ],
2144              "description": "Symfony DomCrawler Component",
2145              "homepage": "http://symfony.com",
2146              "time": "2014-10-01 05:38:33"
2147          },
2148          {
2149              "name": "symfony/finder",
2150              "version": "v2.3.21",
2151              "target-dir": "Symfony/Component/Finder",
2152              "source": {
2153                  "type": "git",
2154                  "url": "https://github.com/symfony/Finder.git",
2155                  "reference": "fc25dab213d14468c39f12d47e5b79a72b898d4d"
2156              },
2157              "dist": {
2158                  "type": "zip",
2159                  "url": "https://api.github.com/repos/symfony/Finder/zipball/fc25dab213d14468c39f12d47e5b79a72b898d4d",
2160                  "reference": "fc25dab213d14468c39f12d47e5b79a72b898d4d",
2161                  "shasum": ""
2162              },
2163              "require": {
2164                  "php": ">=5.3.3"
2165              },
2166              "type": "library",
2167              "extra": {
2168                  "branch-alias": {
2169                      "dev-master": "2.3-dev"
2170                  }
2171              },
2172              "autoload": {
2173                  "psr-0": {
2174                      "Symfony\\Component\\Finder\\": ""
2175                  }
2176              },
2177              "notification-url": "https://packagist.org/downloads/",
2178              "license": [
2179                  "MIT"
2180              ],
2181              "authors": [
2182                  {
2183                      "name": "Symfony Community",
2184                      "homepage": "http://symfony.com/contributors"
2185                  },
2186                  {
2187                      "name": "Fabien Potencier",
2188                      "email": "fabien@symfony.com"
2189                  }
2190              ],
2191              "description": "Symfony Finder Component",
2192              "homepage": "http://symfony.com",
2193              "time": "2014-10-01 05:39:06"
2194          },
2195          {
2196              "name": "symfony/process",
2197              "version": "v2.3.21",
2198              "target-dir": "Symfony/Component/Process",
2199              "source": {
2200                  "type": "git",
2201                  "url": "https://github.com/symfony/Process.git",
2202                  "reference": "0434822691030547f2439d30ff68758c5576a0ce"
2203              },
2204              "dist": {
2205                  "type": "zip",
2206                  "url": "https://api.github.com/repos/symfony/Process/zipball/0434822691030547f2439d30ff68758c5576a0ce",
2207                  "reference": "0434822691030547f2439d30ff68758c5576a0ce",
2208                  "shasum": ""
2209              },
2210              "require": {
2211                  "php": ">=5.3.3"
2212              },
2213              "type": "library",
2214              "extra": {
2215                  "branch-alias": {
2216                      "dev-master": "2.3-dev"
2217                  }
2218              },
2219              "autoload": {
2220                  "psr-0": {
2221                      "Symfony\\Component\\Process\\": ""
2222                  }
2223              },
2224              "notification-url": "https://packagist.org/downloads/",
2225              "license": [
2226                  "MIT"
2227              ],
2228              "authors": [
2229                  {
2230                      "name": "Symfony Community",
2231                      "homepage": "http://symfony.com/contributors"
2232                  },
2233                  {
2234                      "name": "Fabien Potencier",
2235                      "email": "fabien@symfony.com"
2236                  }
2237              ],
2238              "description": "Symfony Process Component",
2239              "homepage": "http://symfony.com",
2240              "time": "2014-10-01 05:38:33"
2241          }
2242      ],
2243      "aliases": [
2244   
2245      ],
2246      "minimum-stability": "stable",
2247      "stability-flags": [
2248   
2249      ],
2250      "platform": {
2251          "php": ">=5.3.3"
2252      },
2253      "platform-dev": [
2254   
2255      ]
2256  }
2257