[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/ -> composer.lock (source)

   1  {
   2      "_readme": [
   3          "This file locks the dependencies of your project to a known state",
   4          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
   5          "This file is @generated automatically"
   6      ],
   7      "hash": "7f0c2a252624902575a3ed1bdc237644",
   8      "content-hash": "bcc157487e77ec6ad4163f1661abac97",
   9      "packages": [],
  10      "packages-dev": [
  11          {
  12              "name": "behat/behat",
  13              "version": "v3.1.0",
  14              "source": {
  15                  "type": "git",
  16                  "url": "https://github.com/Behat/Behat.git",
  17                  "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f"
  18              },
  19              "dist": {
  20                  "type": "zip",
  21                  "url": "https://api.github.com/repos/Behat/Behat/zipball/359d987b3064d78f2d3a6ba3a355277f3b09b47f",
  22                  "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f",
  23                  "shasum": ""
  24              },
  25              "require": {
  26                  "behat/gherkin": "~4.4",
  27                  "behat/transliterator": "~1.0",
  28                  "ext-mbstring": "*",
  29                  "php": ">=5.3.3",
  30                  "symfony/class-loader": "~2.1|~3.0",
  31                  "symfony/config": "~2.3|~3.0",
  32                  "symfony/console": "~2.1|~3.0",
  33                  "symfony/dependency-injection": "~2.1|~3.0",
  34                  "symfony/event-dispatcher": "~2.1|~3.0",
  35                  "symfony/translation": "~2.3|~3.0",
  36                  "symfony/yaml": "~2.1|~3.0"
  37              },
  38              "require-dev": {
  39                  "phpunit/phpunit": "~4.5",
  40                  "symfony/process": "~2.1|~3.0"
  41              },
  42              "suggest": {
  43                  "behat/mink-extension": "for integration with Mink testing framework",
  44                  "behat/symfony2-extension": "for integration with Symfony2 web framework",
  45                  "behat/yii-extension": "for integration with Yii web framework"
  46              },
  47              "bin": [
  48                  "bin/behat"
  49              ],
  50              "type": "library",
  51              "extra": {
  52                  "branch-alias": {
  53                      "dev-master": "3.1.x-dev"
  54                  }
  55              },
  56              "autoload": {
  57                  "psr-0": {
  58                      "Behat\\Behat": "src/",
  59                      "Behat\\Testwork": "src/"
  60                  }
  61              },
  62              "notification-url": "https://packagist.org/downloads/",
  63              "license": [
  64                  "MIT"
  65              ],
  66              "authors": [
  67                  {
  68                      "name": "Konstantin Kudryashov",
  69                      "email": "ever.zet@gmail.com",
  70                      "homepage": "http://everzet.com"
  71                  }
  72              ],
  73              "description": "Scenario-oriented BDD framework for PHP 5.3",
  74              "homepage": "http://behat.org/",
  75              "keywords": [
  76                  "Agile",
  77                  "BDD",
  78                  "ScenarioBDD",
  79                  "Scrum",
  80                  "StoryBDD",
  81                  "User story",
  82                  "business",
  83                  "development",
  84                  "documentation",
  85                  "examples",
  86                  "symfony",
  87                  "testing"
  88              ],
  89              "time": "2016-03-28 07:04:45"
  90          },
  91          {
  92              "name": "behat/gherkin",
  93              "version": "v4.4.1",
  94              "source": {
  95                  "type": "git",
  96                  "url": "https://github.com/Behat/Gherkin.git",
  97                  "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
  98              },
  99              "dist": {
 100                  "type": "zip",
 101                  "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
 102                  "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
 103                  "shasum": ""
 104              },
 105              "require": {
 106                  "php": ">=5.3.1"
 107              },
 108              "require-dev": {
 109                  "phpunit/phpunit": "~4.0",
 110                  "symfony/yaml": "~2.1"
 111              },
 112              "suggest": {
 113                  "symfony/yaml": "If you want to parse features, represented in YAML files"
 114              },
 115              "type": "library",
 116              "extra": {
 117                  "branch-alias": {
 118                      "dev-master": "4.4-dev"
 119                  }
 120              },
 121              "autoload": {
 122                  "psr-0": {
 123                      "Behat\\Gherkin": "src/"
 124                  }
 125              },
 126              "notification-url": "https://packagist.org/downloads/",
 127              "license": [
 128                  "MIT"
 129              ],
 130              "authors": [
 131                  {
 132                      "name": "Konstantin Kudryashov",
 133                      "email": "ever.zet@gmail.com",
 134                      "homepage": "http://everzet.com"
 135                  }
 136              ],
 137              "description": "Gherkin DSL parser for PHP 5.3",
 138              "homepage": "http://behat.org/",
 139              "keywords": [
 140                  "BDD",
 141                  "Behat",
 142                  "Cucumber",
 143                  "DSL",
 144                  "gherkin",
 145                  "parser"
 146              ],
 147              "time": "2015-12-30 14:47:00"
 148          },
 149          {
 150              "name": "behat/mink",
 151              "version": "v1.7.1",
 152              "source": {
 153                  "type": "git",
 154                  "url": "https://github.com/minkphp/Mink.git",
 155                  "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
 156              },
 157              "dist": {
 158                  "type": "zip",
 159                  "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
 160                  "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
 161                  "shasum": ""
 162              },
 163              "require": {
 164                  "php": ">=5.3.1",
 165                  "symfony/css-selector": "~2.1|~3.0"
 166              },
 167              "require-dev": {
 168                  "symfony/phpunit-bridge": "~2.7|~3.0"
 169              },
 170              "suggest": {
 171                  "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
 172                  "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
 173                  "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
 174                  "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
 175              },
 176              "type": "library",
 177              "extra": {
 178                  "branch-alias": {
 179                      "dev-master": "1.7.x-dev"
 180                  }
 181              },
 182              "autoload": {
 183                  "psr-4": {
 184                      "Behat\\Mink\\": "src/"
 185                  }
 186              },
 187              "notification-url": "https://packagist.org/downloads/",
 188              "license": [
 189                  "MIT"
 190              ],
 191              "authors": [
 192                  {
 193                      "name": "Konstantin Kudryashov",
 194                      "email": "ever.zet@gmail.com",
 195                      "homepage": "http://everzet.com"
 196                  }
 197              ],
 198              "description": "Browser controller/emulator abstraction for PHP",
 199              "homepage": "http://mink.behat.org/",
 200              "keywords": [
 201                  "browser",
 202                  "testing",
 203                  "web"
 204              ],
 205              "time": "2016-03-05 08:26:18"
 206          },
 207          {
 208              "name": "behat/mink-browserkit-driver",
 209              "version": "v1.3.2",
 210              "source": {
 211                  "type": "git",
 212                  "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
 213                  "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
 214              },
 215              "dist": {
 216                  "type": "zip",
 217                  "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
 218                  "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
 219                  "shasum": ""
 220              },
 221              "require": {
 222                  "behat/mink": "^1.7.1@dev",
 223                  "php": ">=5.3.6",
 224                  "symfony/browser-kit": "~2.3|~3.0",
 225                  "symfony/dom-crawler": "~2.3|~3.0"
 226              },
 227              "require-dev": {
 228                  "silex/silex": "~1.2",
 229                  "symfony/phpunit-bridge": "~2.7|~3.0"
 230              },
 231              "type": "mink-driver",
 232              "extra": {
 233                  "branch-alias": {
 234                      "dev-master": "1.3.x-dev"
 235                  }
 236              },
 237              "autoload": {
 238                  "psr-4": {
 239                      "Behat\\Mink\\Driver\\": "src/"
 240                  }
 241              },
 242              "notification-url": "https://packagist.org/downloads/",
 243              "license": [
 244                  "MIT"
 245              ],
 246              "authors": [
 247                  {
 248                      "name": "Konstantin Kudryashov",
 249                      "email": "ever.zet@gmail.com",
 250                      "homepage": "http://everzet.com"
 251                  }
 252              ],
 253              "description": "Symfony2 BrowserKit driver for Mink framework",
 254              "homepage": "http://mink.behat.org/",
 255              "keywords": [
 256                  "Mink",
 257                  "Symfony2",
 258                  "browser",
 259                  "testing"
 260              ],
 261              "time": "2016-03-05 08:59:47"
 262          },
 263          {
 264              "name": "behat/mink-extension",
 265              "version": "v2.2",
 266              "source": {
 267                  "type": "git",
 268                  "url": "https://github.com/Behat/MinkExtension.git",
 269                  "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
 270              },
 271              "dist": {
 272                  "type": "zip",
 273                  "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
 274                  "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
 275                  "shasum": ""
 276              },
 277              "require": {
 278                  "behat/behat": "~3.0,>=3.0.5",
 279                  "behat/mink": "~1.5",
 280                  "php": ">=5.3.2",
 281                  "symfony/config": "~2.2|~3.0"
 282              },
 283              "require-dev": {
 284                  "behat/mink-goutte-driver": "~1.1",
 285                  "phpspec/phpspec": "~2.0"
 286              },
 287              "type": "behat-extension",
 288              "extra": {
 289                  "branch-alias": {
 290                      "dev-master": "2.1.x-dev"
 291                  }
 292              },
 293              "autoload": {
 294                  "psr-0": {
 295                      "Behat\\MinkExtension": "src/"
 296                  }
 297              },
 298              "notification-url": "https://packagist.org/downloads/",
 299              "license": [
 300                  "MIT"
 301              ],
 302              "authors": [
 303                  {
 304                      "name": "Christophe Coevoet",
 305                      "email": "stof@notk.org"
 306                  },
 307                  {
 308                      "name": "Konstantin Kudryashov",
 309                      "email": "ever.zet@gmail.com"
 310                  }
 311              ],
 312              "description": "Mink extension for Behat",
 313              "homepage": "http://extensions.behat.org/mink",
 314              "keywords": [
 315                  "browser",
 316                  "gui",
 317                  "test",
 318                  "web"
 319              ],
 320              "time": "2016-02-15 07:55:18"
 321          },
 322          {
 323              "name": "behat/mink-goutte-driver",
 324              "version": "v1.2.1",
 325              "source": {
 326                  "type": "git",
 327                  "url": "https://github.com/minkphp/MinkGoutteDriver.git",
 328                  "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
 329              },
 330              "dist": {
 331                  "type": "zip",
 332                  "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
 333                  "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
 334                  "shasum": ""
 335              },
 336              "require": {
 337                  "behat/mink": "~1.6@dev",
 338                  "behat/mink-browserkit-driver": "~1.2@dev",
 339                  "fabpot/goutte": "~1.0.4|~2.0|~3.1",
 340                  "php": ">=5.3.1"
 341              },
 342              "require-dev": {
 343                  "symfony/phpunit-bridge": "~2.7|~3.0"
 344              },
 345              "type": "mink-driver",
 346              "extra": {
 347                  "branch-alias": {
 348                      "dev-master": "1.2.x-dev"
 349                  }
 350              },
 351              "autoload": {
 352                  "psr-4": {
 353                      "Behat\\Mink\\Driver\\": "src/"
 354                  }
 355              },
 356              "notification-url": "https://packagist.org/downloads/",
 357              "license": [
 358                  "MIT"
 359              ],
 360              "authors": [
 361                  {
 362                      "name": "Konstantin Kudryashov",
 363                      "email": "ever.zet@gmail.com",
 364                      "homepage": "http://everzet.com"
 365                  }
 366              ],
 367              "description": "Goutte driver for Mink framework",
 368              "homepage": "http://mink.behat.org/",
 369              "keywords": [
 370                  "browser",
 371                  "goutte",
 372                  "headless",
 373                  "testing"
 374              ],
 375              "time": "2016-03-05 09:04:22"
 376          },
 377          {
 378              "name": "behat/mink-selenium2-driver",
 379              "version": "v1.3.1",
 380              "source": {
 381                  "type": "git",
 382                  "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
 383                  "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
 384              },
 385              "dist": {
 386                  "type": "zip",
 387                  "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
 388                  "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
 389                  "shasum": ""
 390              },
 391              "require": {
 392                  "behat/mink": "~1.7@dev",
 393                  "instaclick/php-webdriver": "~1.1",
 394                  "php": ">=5.3.1"
 395              },
 396              "require-dev": {
 397                  "symfony/phpunit-bridge": "~2.7"
 398              },
 399              "type": "mink-driver",
 400              "extra": {
 401                  "branch-alias": {
 402                      "dev-master": "1.3.x-dev"
 403                  }
 404              },
 405              "autoload": {
 406                  "psr-4": {
 407                      "Behat\\Mink\\Driver\\": "src/"
 408                  }
 409              },
 410              "notification-url": "https://packagist.org/downloads/",
 411              "license": [
 412                  "MIT"
 413              ],
 414              "authors": [
 415                  {
 416                      "name": "Konstantin Kudryashov",
 417                      "email": "ever.zet@gmail.com",
 418                      "homepage": "http://everzet.com"
 419                  },
 420                  {
 421                      "name": "Pete Otaqui",
 422                      "email": "pete@otaqui.com",
 423                      "homepage": "https://github.com/pete-otaqui"
 424                  }
 425              ],
 426              "description": "Selenium2 (WebDriver) driver for Mink framework",
 427              "homepage": "http://mink.behat.org/",
 428              "keywords": [
 429                  "ajax",
 430                  "browser",
 431                  "javascript",
 432                  "selenium",
 433                  "testing",
 434                  "webdriver"
 435              ],
 436              "time": "2016-03-05 09:10:18"
 437          },
 438          {
 439              "name": "behat/transliterator",
 440              "version": "v1.1.0",
 441              "source": {
 442                  "type": "git",
 443                  "url": "https://github.com/Behat/Transliterator.git",
 444                  "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
 445              },
 446              "dist": {
 447                  "type": "zip",
 448                  "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
 449                  "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
 450                  "shasum": ""
 451              },
 452              "require": {
 453                  "php": ">=5.3.3"
 454              },
 455              "type": "library",
 456              "extra": {
 457                  "branch-alias": {
 458                      "dev-master": "1.1-dev"
 459                  }
 460              },
 461              "autoload": {
 462                  "psr-0": {
 463                      "Behat\\Transliterator": "src/"
 464                  }
 465              },
 466              "notification-url": "https://packagist.org/downloads/",
 467              "license": [
 468                  "Artistic-1.0"
 469              ],
 470              "description": "String transliterator",
 471              "keywords": [
 472                  "i18n",
 473                  "slug",
 474                  "transliterator"
 475              ],
 476              "time": "2015-09-28 16:26:35"
 477          },
 478          {
 479              "name": "doctrine/instantiator",
 480              "version": "1.0.5",
 481              "source": {
 482                  "type": "git",
 483                  "url": "https://github.com/doctrine/instantiator.git",
 484                  "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
 485              },
 486              "dist": {
 487                  "type": "zip",
 488                  "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
 489                  "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
 490                  "shasum": ""
 491              },
 492              "require": {
 493                  "php": ">=5.3,<8.0-DEV"
 494              },
 495              "require-dev": {
 496                  "athletic/athletic": "~0.1.8",
 497                  "ext-pdo": "*",
 498                  "ext-phar": "*",
 499                  "phpunit/phpunit": "~4.0",
 500                  "squizlabs/php_codesniffer": "~2.0"
 501              },
 502              "type": "library",
 503              "extra": {
 504                  "branch-alias": {
 505                      "dev-master": "1.0.x-dev"
 506                  }
 507              },
 508              "autoload": {
 509                  "psr-4": {
 510                      "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
 511                  }
 512              },
 513              "notification-url": "https://packagist.org/downloads/",
 514              "license": [
 515                  "MIT"
 516              ],
 517              "authors": [
 518                  {
 519                      "name": "Marco Pivetta",
 520                      "email": "ocramius@gmail.com",
 521                      "homepage": "http://ocramius.github.com/"
 522                  }
 523              ],
 524              "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
 525              "homepage": "https://github.com/doctrine/instantiator",
 526              "keywords": [
 527                  "constructor",
 528                  "instantiate"
 529              ],
 530              "time": "2015-06-14 21:17:01"
 531          },
 532          {
 533              "name": "fabpot/goutte",
 534              "version": "v3.1.2",
 535              "source": {
 536                  "type": "git",
 537                  "url": "https://github.com/FriendsOfPHP/Goutte.git",
 538                  "reference": "3cbc6ed222422a28400e470050f14928a153207e"
 539              },
 540              "dist": {
 541                  "type": "zip",
 542                  "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3cbc6ed222422a28400e470050f14928a153207e",
 543                  "reference": "3cbc6ed222422a28400e470050f14928a153207e",
 544                  "shasum": ""
 545              },
 546              "require": {
 547                  "guzzlehttp/guzzle": "^6.0",
 548                  "php": ">=5.5.0",
 549                  "symfony/browser-kit": "~2.1|~3.0",
 550                  "symfony/css-selector": "~2.1|~3.0",
 551                  "symfony/dom-crawler": "~2.1|~3.0"
 552              },
 553              "type": "application",
 554              "extra": {
 555                  "branch-alias": {
 556                      "dev-master": "3.1-dev"
 557                  }
 558              },
 559              "autoload": {
 560                  "psr-4": {
 561                      "Goutte\\": "Goutte"
 562                  }
 563              },
 564              "notification-url": "https://packagist.org/downloads/",
 565              "license": [
 566                  "MIT"
 567              ],
 568              "authors": [
 569                  {
 570                      "name": "Fabien Potencier",
 571                      "email": "fabien@symfony.com"
 572                  }
 573              ],
 574              "description": "A simple PHP Web Scraper",
 575              "homepage": "https://github.com/FriendsOfPHP/Goutte",
 576              "keywords": [
 577                  "scraper"
 578              ],
 579              "time": "2015-11-05 12:58:44"
 580          },
 581          {
 582              "name": "guzzlehttp/guzzle",
 583              "version": "6.2.0",
 584              "source": {
 585                  "type": "git",
 586                  "url": "https://github.com/guzzle/guzzle.git",
 587                  "reference": "d094e337976dff9d8e2424e8485872194e768662"
 588              },
 589              "dist": {
 590                  "type": "zip",
 591                  "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
 592                  "reference": "d094e337976dff9d8e2424e8485872194e768662",
 593                  "shasum": ""
 594              },
 595              "require": {
 596                  "guzzlehttp/promises": "~1.0",
 597                  "guzzlehttp/psr7": "~1.1",
 598                  "php": ">=5.5.0"
 599              },
 600              "require-dev": {
 601                  "ext-curl": "*",
 602                  "phpunit/phpunit": "~4.0",
 603                  "psr/log": "~1.0"
 604              },
 605              "type": "library",
 606              "extra": {
 607                  "branch-alias": {
 608                      "dev-master": "6.2-dev"
 609                  }
 610              },
 611              "autoload": {
 612                  "files": [
 613                      "src/functions_include.php"
 614                  ],
 615                  "psr-4": {
 616                      "GuzzleHttp\\": "src/"
 617                  }
 618              },
 619              "notification-url": "https://packagist.org/downloads/",
 620              "license": [
 621                  "MIT"
 622              ],
 623              "authors": [
 624                  {
 625                      "name": "Michael Dowling",
 626                      "email": "mtdowling@gmail.com",
 627                      "homepage": "https://github.com/mtdowling"
 628                  }
 629              ],
 630              "description": "Guzzle is a PHP HTTP client library",
 631              "homepage": "http://guzzlephp.org/",
 632              "keywords": [
 633                  "client",
 634                  "curl",
 635                  "framework",
 636                  "http",
 637                  "http client",
 638                  "rest",
 639                  "web service"
 640              ],
 641              "time": "2016-03-21 20:02:09"
 642          },
 643          {
 644              "name": "guzzlehttp/promises",
 645              "version": "1.2.0",
 646              "source": {
 647                  "type": "git",
 648                  "url": "https://github.com/guzzle/promises.git",
 649                  "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
 650              },
 651              "dist": {
 652                  "type": "zip",
 653                  "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
 654                  "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
 655                  "shasum": ""
 656              },
 657              "require": {
 658                  "php": ">=5.5.0"
 659              },
 660              "require-dev": {
 661                  "phpunit/phpunit": "~4.0"
 662              },
 663              "type": "library",
 664              "extra": {
 665                  "branch-alias": {
 666                      "dev-master": "1.0-dev"
 667                  }
 668              },
 669              "autoload": {
 670                  "psr-4": {
 671                      "GuzzleHttp\\Promise\\": "src/"
 672                  },
 673                  "files": [
 674                      "src/functions_include.php"
 675                  ]
 676              },
 677              "notification-url": "https://packagist.org/downloads/",
 678              "license": [
 679                  "MIT"
 680              ],
 681              "authors": [
 682                  {
 683                      "name": "Michael Dowling",
 684                      "email": "mtdowling@gmail.com",
 685                      "homepage": "https://github.com/mtdowling"
 686                  }
 687              ],
 688              "description": "Guzzle promises library",
 689              "keywords": [
 690                  "promise"
 691              ],
 692              "time": "2016-05-18 16:56:05"
 693          },
 694          {
 695              "name": "guzzlehttp/psr7",
 696              "version": "1.3.1",
 697              "source": {
 698                  "type": "git",
 699                  "url": "https://github.com/guzzle/psr7.git",
 700                  "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
 701              },
 702              "dist": {
 703                  "type": "zip",
 704                  "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
 705                  "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
 706                  "shasum": ""
 707              },
 708              "require": {
 709                  "php": ">=5.4.0",
 710                  "psr/http-message": "~1.0"
 711              },
 712              "provide": {
 713                  "psr/http-message-implementation": "1.0"
 714              },
 715              "require-dev": {
 716                  "phpunit/phpunit": "~4.0"
 717              },
 718              "type": "library",
 719              "extra": {
 720                  "branch-alias": {
 721                      "dev-master": "1.4-dev"
 722                  }
 723              },
 724              "autoload": {
 725                  "psr-4": {
 726                      "GuzzleHttp\\Psr7\\": "src/"
 727                  },
 728                  "files": [
 729                      "src/functions_include.php"
 730                  ]
 731              },
 732              "notification-url": "https://packagist.org/downloads/",
 733              "license": [
 734                  "MIT"
 735              ],
 736              "authors": [
 737                  {
 738                      "name": "Michael Dowling",
 739                      "email": "mtdowling@gmail.com",
 740                      "homepage": "https://github.com/mtdowling"
 741                  }
 742              ],
 743              "description": "PSR-7 message implementation",
 744              "keywords": [
 745                  "http",
 746                  "message",
 747                  "stream",
 748                  "uri"
 749              ],
 750              "time": "2016-06-24 23:00:38"
 751          },
 752          {
 753              "name": "instaclick/php-webdriver",
 754              "version": "1.4.3",
 755              "source": {
 756                  "type": "git",
 757                  "url": "https://github.com/instaclick/php-webdriver.git",
 758                  "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
 759              },
 760              "dist": {
 761                  "type": "zip",
 762                  "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
 763                  "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
 764                  "shasum": ""
 765              },
 766              "require": {
 767                  "ext-curl": "*",
 768                  "php": ">=5.3.2"
 769              },
 770              "require-dev": {
 771                  "satooshi/php-coveralls": "dev-master"
 772              },
 773              "type": "library",
 774              "extra": {
 775                  "branch-alias": {
 776                      "dev-master": "1.4.x-dev"
 777                  }
 778              },
 779              "autoload": {
 780                  "psr-0": {
 781                      "WebDriver": "lib/"
 782                  }
 783              },
 784              "notification-url": "https://packagist.org/downloads/",
 785              "license": [
 786                  "Apache-2.0"
 787              ],
 788              "authors": [
 789                  {
 790                      "name": "Justin Bishop",
 791                      "email": "jubishop@gmail.com",
 792                      "role": "Developer"
 793                  },
 794                  {
 795                      "name": "Anthon Pang",
 796                      "email": "apang@softwaredevelopment.ca",
 797                      "role": "Fork Maintainer"
 798                  }
 799              ],
 800              "description": "PHP WebDriver for Selenium 2",
 801              "homepage": "http://instaclick.com/",
 802              "keywords": [
 803                  "browser",
 804                  "selenium",
 805                  "webdriver",
 806                  "webtest"
 807              ],
 808              "time": "2015-06-15 20:19:33"
 809          },
 810          {
 811              "name": "moodlehq/behat-extension",
 812              "version": "v3.32.1",
 813              "source": {
 814                  "type": "git",
 815                  "url": "https://github.com/moodlehq/moodle-behat-extension.git",
 816                  "reference": "f8305058ce9140864c23c9b667e3d7d487fdc006"
 817              },
 818              "dist": {
 819                  "type": "zip",
 820                  "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/f8305058ce9140864c23c9b667e3d7d487fdc006",
 821                  "reference": "f8305058ce9140864c23c9b667e3d7d487fdc006",
 822                  "shasum": ""
 823              },
 824              "require": {
 825                  "behat/behat": "3.1.*",
 826                  "behat/mink": "~1.7",
 827                  "behat/mink-extension": "~2.1",
 828                  "behat/mink-goutte-driver": "~1.2",
 829                  "behat/mink-selenium2-driver": "~1.3",
 830                  "php": ">=5.4.4",
 831                  "symfony/process": "2.8.*"
 832              },
 833              "type": "library",
 834              "autoload": {
 835                  "psr-0": {
 836                      "Moodle\\BehatExtension": "src/"
 837                  }
 838              },
 839              "notification-url": "https://packagist.org/downloads/",
 840              "license": [
 841                  "GPLv3"
 842              ],
 843              "authors": [
 844                  {
 845                      "name": "David Monllaó",
 846                      "email": "david.monllao@gmail.com",
 847                      "homepage": "http://moodle.com",
 848                      "role": "Developer"
 849                  }
 850              ],
 851              "description": "Moodle behat extension",
 852              "keywords": [
 853                  "BDD",
 854                  "Behat",
 855                  "moodle"
 856              ],
 857              "time": "2016-06-20 07:56:08"
 858          },
 859          {
 860              "name": "myclabs/deep-copy",
 861              "version": "1.5.1",
 862              "source": {
 863                  "type": "git",
 864                  "url": "https://github.com/myclabs/DeepCopy.git",
 865                  "reference": "a8773992b362b58498eed24bf85005f363c34771"
 866              },
 867              "dist": {
 868                  "type": "zip",
 869                  "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
 870                  "reference": "a8773992b362b58498eed24bf85005f363c34771",
 871                  "shasum": ""
 872              },
 873              "require": {
 874                  "php": ">=5.4.0"
 875              },
 876              "require-dev": {
 877                  "doctrine/collections": "1.*",
 878                  "phpunit/phpunit": "~4.1"
 879              },
 880              "type": "library",
 881              "autoload": {
 882                  "psr-4": {
 883                      "DeepCopy\\": "src/DeepCopy/"
 884                  }
 885              },
 886              "notification-url": "https://packagist.org/downloads/",
 887              "license": [
 888                  "MIT"
 889              ],
 890              "description": "Create deep copies (clones) of your objects",
 891              "homepage": "https://github.com/myclabs/DeepCopy",
 892              "keywords": [
 893                  "clone",
 894                  "copy",
 895                  "duplicate",
 896                  "object",
 897                  "object graph"
 898              ],
 899              "time": "2015-11-20 12:04:31"
 900          },
 901          {
 902              "name": "phpdocumentor/reflection-common",
 903              "version": "1.0",
 904              "source": {
 905                  "type": "git",
 906                  "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
 907                  "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
 908              },
 909              "dist": {
 910                  "type": "zip",
 911                  "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
 912                  "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
 913                  "shasum": ""
 914              },
 915              "require": {
 916                  "php": ">=5.5"
 917              },
 918              "require-dev": {
 919                  "phpunit/phpunit": "^4.6"
 920              },
 921              "type": "library",
 922              "extra": {
 923                  "branch-alias": {
 924                      "dev-master": "1.0.x-dev"
 925                  }
 926              },
 927              "autoload": {
 928                  "psr-4": {
 929                      "phpDocumentor\\Reflection\\": [
 930                          "src"
 931                      ]
 932                  }
 933              },
 934              "notification-url": "https://packagist.org/downloads/",
 935              "license": [
 936                  "MIT"
 937              ],
 938              "authors": [
 939                  {
 940                      "name": "Jaap van Otterdijk",
 941                      "email": "opensource@ijaap.nl"
 942                  }
 943              ],
 944              "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
 945              "homepage": "http://www.phpdoc.org",
 946              "keywords": [
 947                  "FQSEN",
 948                  "phpDocumentor",
 949                  "phpdoc",
 950                  "reflection",
 951                  "static analysis"
 952              ],
 953              "time": "2015-12-27 11:43:31"
 954          },
 955          {
 956              "name": "phpdocumentor/reflection-docblock",
 957              "version": "3.1.0",
 958              "source": {
 959                  "type": "git",
 960                  "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
 961                  "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
 962              },
 963              "dist": {
 964                  "type": "zip",
 965                  "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
 966                  "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
 967                  "shasum": ""
 968              },
 969              "require": {
 970                  "php": ">=5.5",
 971                  "phpdocumentor/reflection-common": "^1.0@dev",
 972                  "phpdocumentor/type-resolver": "^0.2.0",
 973                  "webmozart/assert": "^1.0"
 974              },
 975              "require-dev": {
 976                  "mockery/mockery": "^0.9.4",
 977                  "phpunit/phpunit": "^4.4"
 978              },
 979              "type": "library",
 980              "autoload": {
 981                  "psr-4": {
 982                      "phpDocumentor\\Reflection\\": [
 983                          "src/"
 984                      ]
 985                  }
 986              },
 987              "notification-url": "https://packagist.org/downloads/",
 988              "license": [
 989                  "MIT"
 990              ],
 991              "authors": [
 992                  {
 993                      "name": "Mike van Riel",
 994                      "email": "me@mikevanriel.com"
 995                  }
 996              ],
 997              "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
 998              "time": "2016-06-10 09:48:41"
 999          },
1000          {
1001              "name": "phpdocumentor/type-resolver",
1002              "version": "0.2",
1003              "source": {
1004                  "type": "git",
1005                  "url": "https://github.com/phpDocumentor/TypeResolver.git",
1006                  "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
1007              },
1008              "dist": {
1009                  "type": "zip",
1010                  "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
1011                  "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
1012                  "shasum": ""
1013              },
1014              "require": {
1015                  "php": ">=5.5",
1016                  "phpdocumentor/reflection-common": "^1.0"
1017              },
1018              "require-dev": {
1019                  "mockery/mockery": "^0.9.4",
1020                  "phpunit/phpunit": "^5.2||^4.8.24"
1021              },
1022              "type": "library",
1023              "extra": {
1024                  "branch-alias": {
1025                      "dev-master": "1.0.x-dev"
1026                  }
1027              },
1028              "autoload": {
1029                  "psr-4": {
1030                      "phpDocumentor\\Reflection\\": [
1031                          "src/"
1032                      ]
1033                  }
1034              },
1035              "notification-url": "https://packagist.org/downloads/",
1036              "license": [
1037                  "MIT"
1038              ],
1039              "authors": [
1040                  {
1041                      "name": "Mike van Riel",
1042                      "email": "me@mikevanriel.com"
1043                  }
1044              ],
1045              "time": "2016-06-10 07:14:17"
1046          },
1047          {
1048              "name": "phpspec/prophecy",
1049              "version": "v1.6.1",
1050              "source": {
1051                  "type": "git",
1052                  "url": "https://github.com/phpspec/prophecy.git",
1053                  "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
1054              },
1055              "dist": {
1056                  "type": "zip",
1057                  "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
1058                  "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
1059                  "shasum": ""
1060              },
1061              "require": {
1062                  "doctrine/instantiator": "^1.0.2",
1063                  "php": "^5.3|^7.0",
1064                  "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1065                  "sebastian/comparator": "^1.1",
1066                  "sebastian/recursion-context": "^1.0"
1067              },
1068              "require-dev": {
1069                  "phpspec/phpspec": "^2.0"
1070              },
1071              "type": "library",
1072              "extra": {
1073                  "branch-alias": {
1074                      "dev-master": "1.6.x-dev"
1075                  }
1076              },
1077              "autoload": {
1078                  "psr-0": {
1079                      "Prophecy\\": "src/"
1080                  }
1081              },
1082              "notification-url": "https://packagist.org/downloads/",
1083              "license": [
1084                  "MIT"
1085              ],
1086              "authors": [
1087                  {
1088                      "name": "Konstantin Kudryashov",
1089                      "email": "ever.zet@gmail.com",
1090                      "homepage": "http://everzet.com"
1091                  },
1092                  {
1093                      "name": "Marcello Duarte",
1094                      "email": "marcello.duarte@gmail.com"
1095                  }
1096              ],
1097              "description": "Highly opinionated mocking framework for PHP 5.3+",
1098              "homepage": "https://github.com/phpspec/prophecy",
1099              "keywords": [
1100                  "Double",
1101                  "Dummy",
1102                  "fake",
1103                  "mock",
1104                  "spy",
1105                  "stub"
1106              ],
1107              "time": "2016-06-07 08:13:47"
1108          },
1109          {
1110              "name": "phpunit/dbunit",
1111              "version": "1.4.1",
1112              "source": {
1113                  "type": "git",
1114                  "url": "https://github.com/sebastianbergmann/dbunit.git",
1115                  "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
1116              },
1117              "dist": {
1118                  "type": "zip",
1119                  "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
1120                  "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
1121                  "shasum": ""
1122              },
1123              "require": {
1124                  "ext-pdo": "*",
1125                  "ext-simplexml": "*",
1126                  "php": ">=5.3.3",
1127                  "phpunit/phpunit": "~4|~5",
1128                  "symfony/yaml": "~2.1|~3.0"
1129              },
1130              "bin": [
1131                  "composer/bin/dbunit"
1132              ],
1133              "type": "library",
1134              "extra": {
1135                  "branch-alias": {
1136                      "dev-master": "1.3.x-dev"
1137                  }
1138              },
1139              "autoload": {
1140                  "classmap": [
1141                      "PHPUnit/"
1142                  ]
1143              },
1144              "notification-url": "https://packagist.org/downloads/",
1145              "include-path": [
1146                  "",
1147                  "../../symfony/yaml/"
1148              ],
1149              "license": [
1150                  "BSD-3-Clause"
1151              ],
1152              "authors": [
1153                  {
1154                      "name": "Sebastian Bergmann",
1155                      "email": "sb@sebastian-bergmann.de",
1156                      "role": "lead"
1157                  }
1158              ],
1159              "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
1160              "homepage": "https://github.com/sebastianbergmann/dbunit/",
1161              "keywords": [
1162                  "database",
1163                  "testing",
1164                  "xunit"
1165              ],
1166              "time": "2015-08-07 04:57:38"
1167          },
1168          {
1169              "name": "phpunit/php-code-coverage",
1170              "version": "4.0.0",
1171              "source": {
1172                  "type": "git",
1173                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1174                  "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9"
1175              },
1176              "dist": {
1177                  "type": "zip",
1178                  "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9",
1179                  "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9",
1180                  "shasum": ""
1181              },
1182              "require": {
1183                  "php": "^5.6 || ^7.0",
1184                  "phpunit/php-file-iterator": "~1.3",
1185                  "phpunit/php-text-template": "~1.2",
1186                  "phpunit/php-token-stream": "^1.4.2",
1187                  "sebastian/code-unit-reverse-lookup": "~1.0",
1188                  "sebastian/environment": "^1.3.2",
1189                  "sebastian/version": "~1.0|~2.0"
1190              },
1191              "require-dev": {
1192                  "ext-xdebug": ">=2.1.4",
1193                  "phpunit/phpunit": "^5.4"
1194              },
1195              "suggest": {
1196                  "ext-dom": "*",
1197                  "ext-xdebug": ">=2.4.0",
1198                  "ext-xmlwriter": "*"
1199              },
1200              "type": "library",
1201              "extra": {
1202                  "branch-alias": {
1203                      "dev-master": "4.0.x-dev"
1204                  }
1205              },
1206              "autoload": {
1207                  "classmap": [
1208                      "src/"
1209                  ]
1210              },
1211              "notification-url": "https://packagist.org/downloads/",
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": "2016-06-03 05:03:56"
1230          },
1231          {
1232              "name": "phpunit/php-file-iterator",
1233              "version": "1.4.1",
1234              "source": {
1235                  "type": "git",
1236                  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1237                  "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1238              },
1239              "dist": {
1240                  "type": "zip",
1241                  "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1242                  "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1243                  "shasum": ""
1244              },
1245              "require": {
1246                  "php": ">=5.3.3"
1247              },
1248              "type": "library",
1249              "extra": {
1250                  "branch-alias": {
1251                      "dev-master": "1.4.x-dev"
1252                  }
1253              },
1254              "autoload": {
1255                  "classmap": [
1256                      "src/"
1257                  ]
1258              },
1259              "notification-url": "https://packagist.org/downloads/",
1260              "license": [
1261                  "BSD-3-Clause"
1262              ],
1263              "authors": [
1264                  {
1265                      "name": "Sebastian Bergmann",
1266                      "email": "sb@sebastian-bergmann.de",
1267                      "role": "lead"
1268                  }
1269              ],
1270              "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1271              "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1272              "keywords": [
1273                  "filesystem",
1274                  "iterator"
1275              ],
1276              "time": "2015-06-21 13:08:43"
1277          },
1278          {
1279              "name": "phpunit/php-text-template",
1280              "version": "1.2.1",
1281              "source": {
1282                  "type": "git",
1283                  "url": "https://github.com/sebastianbergmann/php-text-template.git",
1284                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1285              },
1286              "dist": {
1287                  "type": "zip",
1288                  "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1289                  "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1290                  "shasum": ""
1291              },
1292              "require": {
1293                  "php": ">=5.3.3"
1294              },
1295              "type": "library",
1296              "autoload": {
1297                  "classmap": [
1298                      "src/"
1299                  ]
1300              },
1301              "notification-url": "https://packagist.org/downloads/",
1302              "license": [
1303                  "BSD-3-Clause"
1304              ],
1305              "authors": [
1306                  {
1307                      "name": "Sebastian Bergmann",
1308                      "email": "sebastian@phpunit.de",
1309                      "role": "lead"
1310                  }
1311              ],
1312              "description": "Simple template engine.",
1313              "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1314              "keywords": [
1315                  "template"
1316              ],
1317              "time": "2015-06-21 13:50:34"
1318          },
1319          {
1320              "name": "phpunit/php-timer",
1321              "version": "1.0.8",
1322              "source": {
1323                  "type": "git",
1324                  "url": "https://github.com/sebastianbergmann/php-timer.git",
1325                  "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1326              },
1327              "dist": {
1328                  "type": "zip",
1329                  "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1330                  "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1331                  "shasum": ""
1332              },
1333              "require": {
1334                  "php": ">=5.3.3"
1335              },
1336              "require-dev": {
1337                  "phpunit/phpunit": "~4|~5"
1338              },
1339              "type": "library",
1340              "autoload": {
1341                  "classmap": [
1342                      "src/"
1343                  ]
1344              },
1345              "notification-url": "https://packagist.org/downloads/",
1346              "license": [
1347                  "BSD-3-Clause"
1348              ],
1349              "authors": [
1350                  {
1351                      "name": "Sebastian Bergmann",
1352                      "email": "sb@sebastian-bergmann.de",
1353                      "role": "lead"
1354                  }
1355              ],
1356              "description": "Utility class for timing",
1357              "homepage": "https://github.com/sebastianbergmann/php-timer/",
1358              "keywords": [
1359                  "timer"
1360              ],
1361              "time": "2016-05-12 18:03:57"
1362          },
1363          {
1364              "name": "phpunit/php-token-stream",
1365              "version": "1.4.8",
1366              "source": {
1367                  "type": "git",
1368                  "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1369                  "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1370              },
1371              "dist": {
1372                  "type": "zip",
1373                  "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1374                  "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1375                  "shasum": ""
1376              },
1377              "require": {
1378                  "ext-tokenizer": "*",
1379                  "php": ">=5.3.3"
1380              },
1381              "require-dev": {
1382                  "phpunit/phpunit": "~4.2"
1383              },
1384              "type": "library",
1385              "extra": {
1386                  "branch-alias": {
1387                      "dev-master": "1.4-dev"
1388                  }
1389              },
1390              "autoload": {
1391                  "classmap": [
1392                      "src/"
1393                  ]
1394              },
1395              "notification-url": "https://packagist.org/downloads/",
1396              "license": [
1397                  "BSD-3-Clause"
1398              ],
1399              "authors": [
1400                  {
1401                      "name": "Sebastian Bergmann",
1402                      "email": "sebastian@phpunit.de"
1403                  }
1404              ],
1405              "description": "Wrapper around PHP's tokenizer extension.",
1406              "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1407              "keywords": [
1408                  "tokenizer"
1409              ],
1410              "time": "2015-09-15 10:49:45"
1411          },
1412          {
1413              "name": "phpunit/phpunit",
1414              "version": "5.4.6",
1415              "source": {
1416                  "type": "git",
1417                  "url": "https://github.com/sebastianbergmann/phpunit.git",
1418                  "reference": "2f1fc94b77ea6418bd6a06c64a1dac0645fbce59"
1419              },
1420              "dist": {
1421                  "type": "zip",
1422                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2f1fc94b77ea6418bd6a06c64a1dac0645fbce59",
1423                  "reference": "2f1fc94b77ea6418bd6a06c64a1dac0645fbce59",
1424                  "shasum": ""
1425              },
1426              "require": {
1427                  "ext-dom": "*",
1428                  "ext-json": "*",
1429                  "ext-pcre": "*",
1430                  "ext-reflection": "*",
1431                  "ext-spl": "*",
1432                  "myclabs/deep-copy": "~1.3",
1433                  "php": "^5.6 || ^7.0",
1434                  "phpspec/prophecy": "^1.3.1",
1435                  "phpunit/php-code-coverage": "^4.0",
1436                  "phpunit/php-file-iterator": "~1.4",
1437                  "phpunit/php-text-template": "~1.2",
1438                  "phpunit/php-timer": "^1.0.6",
1439                  "phpunit/phpunit-mock-objects": "^3.2",
1440                  "sebastian/comparator": "~1.1",
1441                  "sebastian/diff": "~1.2",
1442                  "sebastian/environment": "^1.3 || ^2.0",
1443                  "sebastian/exporter": "~1.2",
1444                  "sebastian/global-state": "~1.0",
1445                  "sebastian/object-enumerator": "~1.0",
1446                  "sebastian/resource-operations": "~1.0",
1447                  "sebastian/version": "~1.0|~2.0",
1448                  "symfony/yaml": "~2.1|~3.0"
1449              },
1450              "conflict": {
1451                  "phpdocumentor/reflection-docblock": "3.0.2"
1452              },
1453              "suggest": {
1454                  "phpunit/php-invoker": "~1.1"
1455              },
1456              "bin": [
1457                  "phpunit"
1458              ],
1459              "type": "library",
1460              "extra": {
1461                  "branch-alias": {
1462                      "dev-master": "5.4.x-dev"
1463                  }
1464              },
1465              "autoload": {
1466                  "classmap": [
1467                      "src/"
1468                  ]
1469              },
1470              "notification-url": "https://packagist.org/downloads/",
1471              "license": [
1472                  "BSD-3-Clause"
1473              ],
1474              "authors": [
1475                  {
1476                      "name": "Sebastian Bergmann",
1477                      "email": "sebastian@phpunit.de",
1478                      "role": "lead"
1479                  }
1480              ],
1481              "description": "The PHP Unit Testing framework.",
1482              "homepage": "https://phpunit.de/",
1483              "keywords": [
1484                  "phpunit",
1485                  "testing",
1486                  "xunit"
1487              ],
1488              "time": "2016-06-16 06:01:15"
1489          },
1490          {
1491              "name": "phpunit/phpunit-mock-objects",
1492              "version": "3.2.3",
1493              "source": {
1494                  "type": "git",
1495                  "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1496                  "reference": "b13d0d9426ced06958bd32104653526a6c998a52"
1497              },
1498              "dist": {
1499                  "type": "zip",
1500                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52",
1501                  "reference": "b13d0d9426ced06958bd32104653526a6c998a52",
1502                  "shasum": ""
1503              },
1504              "require": {
1505                  "doctrine/instantiator": "^1.0.2",
1506                  "php": "^5.6 || ^7.0",
1507                  "phpunit/php-text-template": "^1.2",
1508                  "sebastian/exporter": "^1.2"
1509              },
1510              "conflict": {
1511                  "phpunit/phpunit": "<5.4.0"
1512              },
1513              "require-dev": {
1514                  "phpunit/phpunit": "^5.4"
1515              },
1516              "suggest": {
1517                  "ext-soap": "*"
1518              },
1519              "type": "library",
1520              "extra": {
1521                  "branch-alias": {
1522                      "dev-master": "3.2.x-dev"
1523                  }
1524              },
1525              "autoload": {
1526                  "classmap": [
1527                      "src/"
1528                  ]
1529              },
1530              "notification-url": "https://packagist.org/downloads/",
1531              "license": [
1532                  "BSD-3-Clause"
1533              ],
1534              "authors": [
1535                  {
1536                      "name": "Sebastian Bergmann",
1537                      "email": "sb@sebastian-bergmann.de",
1538                      "role": "lead"
1539                  }
1540              ],
1541              "description": "Mock Object library for PHPUnit",
1542              "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1543              "keywords": [
1544                  "mock",
1545                  "xunit"
1546              ],
1547              "time": "2016-06-12 07:37:26"
1548          },
1549          {
1550              "name": "psr/http-message",
1551              "version": "1.0",
1552              "source": {
1553                  "type": "git",
1554                  "url": "https://github.com/php-fig/http-message.git",
1555                  "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1556              },
1557              "dist": {
1558                  "type": "zip",
1559                  "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1560                  "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1561                  "shasum": ""
1562              },
1563              "require": {
1564                  "php": ">=5.3.0"
1565              },
1566              "type": "library",
1567              "extra": {
1568                  "branch-alias": {
1569                      "dev-master": "1.0.x-dev"
1570                  }
1571              },
1572              "autoload": {
1573                  "psr-4": {
1574                      "Psr\\Http\\Message\\": "src/"
1575                  }
1576              },
1577              "notification-url": "https://packagist.org/downloads/",
1578              "license": [
1579                  "MIT"
1580              ],
1581              "authors": [
1582                  {
1583                      "name": "PHP-FIG",
1584                      "homepage": "http://www.php-fig.org/"
1585                  }
1586              ],
1587              "description": "Common interface for HTTP messages",
1588              "keywords": [
1589                  "http",
1590                  "http-message",
1591                  "psr",
1592                  "psr-7",
1593                  "request",
1594                  "response"
1595              ],
1596              "time": "2015-05-04 20:22:00"
1597          },
1598          {
1599              "name": "sebastian/code-unit-reverse-lookup",
1600              "version": "1.0.0",
1601              "source": {
1602                  "type": "git",
1603                  "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1604                  "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
1605              },
1606              "dist": {
1607                  "type": "zip",
1608                  "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1609                  "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1610                  "shasum": ""
1611              },
1612              "require": {
1613                  "php": ">=5.6"
1614              },
1615              "require-dev": {
1616                  "phpunit/phpunit": "~5"
1617              },
1618              "type": "library",
1619              "extra": {
1620                  "branch-alias": {
1621                      "dev-master": "1.0.x-dev"
1622                  }
1623              },
1624              "autoload": {
1625                  "classmap": [
1626                      "src/"
1627                  ]
1628              },
1629              "notification-url": "https://packagist.org/downloads/",
1630              "license": [
1631                  "BSD-3-Clause"
1632              ],
1633              "authors": [
1634                  {
1635                      "name": "Sebastian Bergmann",
1636                      "email": "sebastian@phpunit.de"
1637                  }
1638              ],
1639              "description": "Looks up which function or method a line of code belongs to",
1640              "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1641              "time": "2016-02-13 06:45:14"
1642          },
1643          {
1644              "name": "sebastian/comparator",
1645              "version": "1.2.0",
1646              "source": {
1647                  "type": "git",
1648                  "url": "https://github.com/sebastianbergmann/comparator.git",
1649                  "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1650              },
1651              "dist": {
1652                  "type": "zip",
1653                  "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1654                  "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1655                  "shasum": ""
1656              },
1657              "require": {
1658                  "php": ">=5.3.3",
1659                  "sebastian/diff": "~1.2",
1660                  "sebastian/exporter": "~1.2"
1661              },
1662              "require-dev": {
1663                  "phpunit/phpunit": "~4.4"
1664              },
1665              "type": "library",
1666              "extra": {
1667                  "branch-alias": {
1668                      "dev-master": "1.2.x-dev"
1669                  }
1670              },
1671              "autoload": {
1672                  "classmap": [
1673                      "src/"
1674                  ]
1675              },
1676              "notification-url": "https://packagist.org/downloads/",
1677              "license": [
1678                  "BSD-3-Clause"
1679              ],
1680              "authors": [
1681                  {
1682                      "name": "Jeff Welch",
1683                      "email": "whatthejeff@gmail.com"
1684                  },
1685                  {
1686                      "name": "Volker Dusch",
1687                      "email": "github@wallbash.com"
1688                  },
1689                  {
1690                      "name": "Bernhard Schussek",
1691                      "email": "bschussek@2bepublished.at"
1692                  },
1693                  {
1694                      "name": "Sebastian Bergmann",
1695                      "email": "sebastian@phpunit.de"
1696                  }
1697              ],
1698              "description": "Provides the functionality to compare PHP values for equality",
1699              "homepage": "http://www.github.com/sebastianbergmann/comparator",
1700              "keywords": [
1701                  "comparator",
1702                  "compare",
1703                  "equality"
1704              ],
1705              "time": "2015-07-26 15:48:44"
1706          },
1707          {
1708              "name": "sebastian/diff",
1709              "version": "1.4.1",
1710              "source": {
1711                  "type": "git",
1712                  "url": "https://github.com/sebastianbergmann/diff.git",
1713                  "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1714              },
1715              "dist": {
1716                  "type": "zip",
1717                  "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1718                  "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1719                  "shasum": ""
1720              },
1721              "require": {
1722                  "php": ">=5.3.3"
1723              },
1724              "require-dev": {
1725                  "phpunit/phpunit": "~4.8"
1726              },
1727              "type": "library",
1728              "extra": {
1729                  "branch-alias": {
1730                      "dev-master": "1.4-dev"
1731                  }
1732              },
1733              "autoload": {
1734                  "classmap": [
1735                      "src/"
1736                  ]
1737              },
1738              "notification-url": "https://packagist.org/downloads/",
1739              "license": [
1740                  "BSD-3-Clause"
1741              ],
1742              "authors": [
1743                  {
1744                      "name": "Kore Nordmann",
1745                      "email": "mail@kore-nordmann.de"
1746                  },
1747                  {
1748                      "name": "Sebastian Bergmann",
1749                      "email": "sebastian@phpunit.de"
1750                  }
1751              ],
1752              "description": "Diff implementation",
1753              "homepage": "https://github.com/sebastianbergmann/diff",
1754              "keywords": [
1755                  "diff"
1756              ],
1757              "time": "2015-12-08 07:14:41"
1758          },
1759          {
1760              "name": "sebastian/environment",
1761              "version": "1.3.7",
1762              "source": {
1763                  "type": "git",
1764                  "url": "https://github.com/sebastianbergmann/environment.git",
1765                  "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
1766              },
1767              "dist": {
1768                  "type": "zip",
1769                  "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
1770                  "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
1771                  "shasum": ""
1772              },
1773              "require": {
1774                  "php": ">=5.3.3"
1775              },
1776              "require-dev": {
1777                  "phpunit/phpunit": "~4.4"
1778              },
1779              "type": "library",
1780              "extra": {
1781                  "branch-alias": {
1782                      "dev-master": "1.3.x-dev"
1783                  }
1784              },
1785              "autoload": {
1786                  "classmap": [
1787                      "src/"
1788                  ]
1789              },
1790              "notification-url": "https://packagist.org/downloads/",
1791              "license": [
1792                  "BSD-3-Clause"
1793              ],
1794              "authors": [
1795                  {
1796                      "name": "Sebastian Bergmann",
1797                      "email": "sebastian@phpunit.de"
1798                  }
1799              ],
1800              "description": "Provides functionality to handle HHVM/PHP environments",
1801              "homepage": "http://www.github.com/sebastianbergmann/environment",
1802              "keywords": [
1803                  "Xdebug",
1804                  "environment",
1805                  "hhvm"
1806              ],
1807              "time": "2016-05-17 03:18:57"
1808          },
1809          {
1810              "name": "sebastian/exporter",
1811              "version": "1.2.2",
1812              "source": {
1813                  "type": "git",
1814                  "url": "https://github.com/sebastianbergmann/exporter.git",
1815                  "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1816              },
1817              "dist": {
1818                  "type": "zip",
1819                  "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1820                  "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1821                  "shasum": ""
1822              },
1823              "require": {
1824                  "php": ">=5.3.3",
1825                  "sebastian/recursion-context": "~1.0"
1826              },
1827              "require-dev": {
1828                  "ext-mbstring": "*",
1829                  "phpunit/phpunit": "~4.4"
1830              },
1831              "type": "library",
1832              "extra": {
1833                  "branch-alias": {
1834                      "dev-master": "1.3.x-dev"
1835                  }
1836              },
1837              "autoload": {
1838                  "classmap": [
1839                      "src/"
1840                  ]
1841              },
1842              "notification-url": "https://packagist.org/downloads/",
1843              "license": [
1844                  "BSD-3-Clause"
1845              ],
1846              "authors": [
1847                  {
1848                      "name": "Jeff Welch",
1849                      "email": "whatthejeff@gmail.com"
1850                  },
1851                  {
1852                      "name": "Volker Dusch",
1853                      "email": "github@wallbash.com"
1854                  },
1855                  {
1856                      "name": "Bernhard Schussek",
1857                      "email": "bschussek@2bepublished.at"
1858                  },
1859                  {
1860                      "name": "Sebastian Bergmann",
1861                      "email": "sebastian@phpunit.de"
1862                  },
1863                  {
1864                      "name": "Adam Harvey",
1865                      "email": "aharvey@php.net"
1866                  }
1867              ],
1868              "description": "Provides the functionality to export PHP variables for visualization",
1869              "homepage": "http://www.github.com/sebastianbergmann/exporter",
1870              "keywords": [
1871                  "export",
1872                  "exporter"
1873              ],
1874              "time": "2016-06-17 09:04:28"
1875          },
1876          {
1877              "name": "sebastian/global-state",
1878              "version": "1.1.1",
1879              "source": {
1880                  "type": "git",
1881                  "url": "https://github.com/sebastianbergmann/global-state.git",
1882                  "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1883              },
1884              "dist": {
1885                  "type": "zip",
1886                  "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1887                  "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1888                  "shasum": ""
1889              },
1890              "require": {
1891                  "php": ">=5.3.3"
1892              },
1893              "require-dev": {
1894                  "phpunit/phpunit": "~4.2"
1895              },
1896              "suggest": {
1897                  "ext-uopz": "*"
1898              },
1899              "type": "library",
1900              "extra": {
1901                  "branch-alias": {
1902                      "dev-master": "1.0-dev"
1903                  }
1904              },
1905              "autoload": {
1906                  "classmap": [
1907                      "src/"
1908                  ]
1909              },
1910              "notification-url": "https://packagist.org/downloads/",
1911              "license": [
1912                  "BSD-3-Clause"
1913              ],
1914              "authors": [
1915                  {
1916                      "name": "Sebastian Bergmann",
1917                      "email": "sebastian@phpunit.de"
1918                  }
1919              ],
1920              "description": "Snapshotting of global state",
1921              "homepage": "http://www.github.com/sebastianbergmann/global-state",
1922              "keywords": [
1923                  "global state"
1924              ],
1925              "time": "2015-10-12 03:26:01"
1926          },
1927          {
1928              "name": "sebastian/object-enumerator",
1929              "version": "1.0.0",
1930              "source": {
1931                  "type": "git",
1932                  "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1933                  "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
1934              },
1935              "dist": {
1936                  "type": "zip",
1937                  "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
1938                  "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
1939                  "shasum": ""
1940              },
1941              "require": {
1942                  "php": ">=5.6",
1943                  "sebastian/recursion-context": "~1.0"
1944              },
1945              "require-dev": {
1946                  "phpunit/phpunit": "~5"
1947              },
1948              "type": "library",
1949              "extra": {
1950                  "branch-alias": {
1951                      "dev-master": "1.0.x-dev"
1952                  }
1953              },
1954              "autoload": {
1955                  "classmap": [
1956                      "src/"
1957                  ]
1958              },
1959              "notification-url": "https://packagist.org/downloads/",
1960              "license": [
1961                  "BSD-3-Clause"
1962              ],
1963              "authors": [
1964                  {
1965                      "name": "Sebastian Bergmann",
1966                      "email": "sebastian@phpunit.de"
1967                  }
1968              ],
1969              "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1970              "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1971              "time": "2016-01-28 13:25:10"
1972          },
1973          {
1974              "name": "sebastian/recursion-context",
1975              "version": "1.0.2",
1976              "source": {
1977                  "type": "git",
1978                  "url": "https://github.com/sebastianbergmann/recursion-context.git",
1979                  "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1980              },
1981              "dist": {
1982                  "type": "zip",
1983                  "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1984                  "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1985                  "shasum": ""
1986              },
1987              "require": {
1988                  "php": ">=5.3.3"
1989              },
1990              "require-dev": {
1991                  "phpunit/phpunit": "~4.4"
1992              },
1993              "type": "library",
1994              "extra": {
1995                  "branch-alias": {
1996                      "dev-master": "1.0.x-dev"
1997                  }
1998              },
1999              "autoload": {
2000                  "classmap": [
2001                      "src/"
2002                  ]
2003              },
2004              "notification-url": "https://packagist.org/downloads/",
2005              "license": [
2006                  "BSD-3-Clause"
2007              ],
2008              "authors": [
2009                  {
2010                      "name": "Jeff Welch",
2011                      "email": "whatthejeff@gmail.com"
2012                  },
2013                  {
2014                      "name": "Sebastian Bergmann",
2015                      "email": "sebastian@phpunit.de"
2016                  },
2017                  {
2018                      "name": "Adam Harvey",
2019                      "email": "aharvey@php.net"
2020                  }
2021              ],
2022              "description": "Provides functionality to recursively process PHP variables",
2023              "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2024              "time": "2015-11-11 19:50:13"
2025          },
2026          {
2027              "name": "sebastian/resource-operations",
2028              "version": "1.0.0",
2029              "source": {
2030                  "type": "git",
2031                  "url": "https://github.com/sebastianbergmann/resource-operations.git",
2032                  "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2033              },
2034              "dist": {
2035                  "type": "zip",
2036                  "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2037                  "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2038                  "shasum": ""
2039              },
2040              "require": {
2041                  "php": ">=5.6.0"
2042              },
2043              "type": "library",
2044              "extra": {
2045                  "branch-alias": {
2046                      "dev-master": "1.0.x-dev"
2047                  }
2048              },
2049              "autoload": {
2050                  "classmap": [
2051                      "src/"
2052                  ]
2053              },
2054              "notification-url": "https://packagist.org/downloads/",
2055              "license": [
2056                  "BSD-3-Clause"
2057              ],
2058              "authors": [
2059                  {
2060                      "name": "Sebastian Bergmann",
2061                      "email": "sebastian@phpunit.de"
2062                  }
2063              ],
2064              "description": "Provides a list of PHP built-in functions that operate on resources",
2065              "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2066              "time": "2015-07-28 20:34:47"
2067          },
2068          {
2069              "name": "sebastian/version",
2070              "version": "2.0.0",
2071              "source": {
2072                  "type": "git",
2073                  "url": "https://github.com/sebastianbergmann/version.git",
2074                  "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2075              },
2076              "dist": {
2077                  "type": "zip",
2078                  "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2079                  "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2080                  "shasum": ""
2081              },
2082              "require": {
2083                  "php": ">=5.6"
2084              },
2085              "type": "library",
2086              "extra": {
2087                  "branch-alias": {
2088                      "dev-master": "2.0.x-dev"
2089                  }
2090              },
2091              "autoload": {
2092                  "classmap": [
2093                      "src/"
2094                  ]
2095              },
2096              "notification-url": "https://packagist.org/downloads/",
2097              "license": [
2098                  "BSD-3-Clause"
2099              ],
2100              "authors": [
2101                  {
2102                      "name": "Sebastian Bergmann",
2103                      "email": "sebastian@phpunit.de",
2104                      "role": "lead"
2105                  }
2106              ],
2107              "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2108              "homepage": "https://github.com/sebastianbergmann/version",
2109              "time": "2016-02-04 12:56:52"
2110          },
2111          {
2112              "name": "symfony/browser-kit",
2113              "version": "v3.1.2",
2114              "source": {
2115                  "type": "git",
2116                  "url": "https://github.com/symfony/browser-kit.git",
2117                  "reference": "dcf41ed026b0499254385b5c88f03247b2ba010b"
2118              },
2119              "dist": {
2120                  "type": "zip",
2121                  "url": "https://api.github.com/repos/symfony/browser-kit/zipball/dcf41ed026b0499254385b5c88f03247b2ba010b",
2122                  "reference": "dcf41ed026b0499254385b5c88f03247b2ba010b",
2123                  "shasum": ""
2124              },
2125              "require": {
2126                  "php": ">=5.5.9",
2127                  "symfony/dom-crawler": "~2.8|~3.0"
2128              },
2129              "require-dev": {
2130                  "symfony/css-selector": "~2.8|~3.0",
2131                  "symfony/process": "~2.8|~3.0"
2132              },
2133              "suggest": {
2134                  "symfony/process": ""
2135              },
2136              "type": "library",
2137              "extra": {
2138                  "branch-alias": {
2139                      "dev-master": "3.1-dev"
2140                  }
2141              },
2142              "autoload": {
2143                  "psr-4": {
2144                      "Symfony\\Component\\BrowserKit\\": ""
2145                  },
2146                  "exclude-from-classmap": [
2147                      "/Tests/"
2148                  ]
2149              },
2150              "notification-url": "https://packagist.org/downloads/",
2151              "license": [
2152                  "MIT"
2153              ],
2154              "authors": [
2155                  {
2156                      "name": "Fabien Potencier",
2157                      "email": "fabien@symfony.com"
2158                  },
2159                  {
2160                      "name": "Symfony Community",
2161                      "homepage": "https://symfony.com/contributors"
2162                  }
2163              ],
2164              "description": "Symfony BrowserKit Component",
2165              "homepage": "https://symfony.com",
2166              "time": "2016-06-29 05:41:56"
2167          },
2168          {
2169              "name": "symfony/class-loader",
2170              "version": "v3.1.2",
2171              "source": {
2172                  "type": "git",
2173                  "url": "https://github.com/symfony/class-loader.git",
2174                  "reference": "0d0ac77c336eb73f35bebdf3e1f3695ac741bbc9"
2175              },
2176              "dist": {
2177                  "type": "zip",
2178                  "url": "https://api.github.com/repos/symfony/class-loader/zipball/0d0ac77c336eb73f35bebdf3e1f3695ac741bbc9",
2179                  "reference": "0d0ac77c336eb73f35bebdf3e1f3695ac741bbc9",
2180                  "shasum": ""
2181              },
2182              "require": {
2183                  "php": ">=5.5.9"
2184              },
2185              "require-dev": {
2186                  "symfony/finder": "~2.8|~3.0",
2187                  "symfony/polyfill-apcu": "~1.1"
2188              },
2189              "suggest": {
2190                  "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
2191              },
2192              "type": "library",
2193              "extra": {
2194                  "branch-alias": {
2195                      "dev-master": "3.1-dev"
2196                  }
2197              },
2198              "autoload": {
2199                  "psr-4": {
2200                      "Symfony\\Component\\ClassLoader\\": ""
2201                  },
2202                  "exclude-from-classmap": [
2203                      "/Tests/"
2204                  ]
2205              },
2206              "notification-url": "https://packagist.org/downloads/",
2207              "license": [
2208                  "MIT"
2209              ],
2210              "authors": [
2211                  {
2212                      "name": "Fabien Potencier",
2213                      "email": "fabien@symfony.com"
2214                  },
2215                  {
2216                      "name": "Symfony Community",
2217                      "homepage": "https://symfony.com/contributors"
2218                  }
2219              ],
2220              "description": "Symfony ClassLoader Component",
2221              "homepage": "https://symfony.com",
2222              "time": "2016-06-29 05:41:56"
2223          },
2224          {
2225              "name": "symfony/config",
2226              "version": "v3.1.2",
2227              "source": {
2228                  "type": "git",
2229                  "url": "https://github.com/symfony/config.git",
2230                  "reference": "bcf5aebabc95b56e370e13d78565f74c7d8726dc"
2231              },
2232              "dist": {
2233                  "type": "zip",
2234                  "url": "https://api.github.com/repos/symfony/config/zipball/bcf5aebabc95b56e370e13d78565f74c7d8726dc",
2235                  "reference": "bcf5aebabc95b56e370e13d78565f74c7d8726dc",
2236                  "shasum": ""
2237              },
2238              "require": {
2239                  "php": ">=5.5.9",
2240                  "symfony/filesystem": "~2.8|~3.0"
2241              },
2242              "suggest": {
2243                  "symfony/yaml": "To use the yaml reference dumper"
2244              },
2245              "type": "library",
2246              "extra": {
2247                  "branch-alias": {
2248                      "dev-master": "3.1-dev"
2249                  }
2250              },
2251              "autoload": {
2252                  "psr-4": {
2253                      "Symfony\\Component\\Config\\": ""
2254                  },
2255                  "exclude-from-classmap": [
2256                      "/Tests/"
2257                  ]
2258              },
2259              "notification-url": "https://packagist.org/downloads/",
2260              "license": [
2261                  "MIT"
2262              ],
2263              "authors": [
2264                  {
2265                      "name": "Fabien Potencier",
2266                      "email": "fabien@symfony.com"
2267                  },
2268                  {
2269                      "name": "Symfony Community",
2270                      "homepage": "https://symfony.com/contributors"
2271                  }
2272              ],
2273              "description": "Symfony Config Component",
2274              "homepage": "https://symfony.com",
2275              "time": "2016-06-29 05:41:56"
2276          },
2277          {
2278              "name": "symfony/console",
2279              "version": "v3.1.2",
2280              "source": {
2281                  "type": "git",
2282                  "url": "https://github.com/symfony/console.git",
2283                  "reference": "747154aa69b0f83cd02fc9aa554836dee417631a"
2284              },
2285              "dist": {
2286                  "type": "zip",
2287                  "url": "https://api.github.com/repos/symfony/console/zipball/747154aa69b0f83cd02fc9aa554836dee417631a",
2288                  "reference": "747154aa69b0f83cd02fc9aa554836dee417631a",
2289                  "shasum": ""
2290              },
2291              "require": {
2292                  "php": ">=5.5.9",
2293                  "symfony/polyfill-mbstring": "~1.0"
2294              },
2295              "require-dev": {
2296                  "psr/log": "~1.0",
2297                  "symfony/event-dispatcher": "~2.8|~3.0",
2298                  "symfony/process": "~2.8|~3.0"
2299              },
2300              "suggest": {
2301                  "psr/log": "For using the console logger",
2302                  "symfony/event-dispatcher": "",
2303                  "symfony/process": ""
2304              },
2305              "type": "library",
2306              "extra": {
2307                  "branch-alias": {
2308                      "dev-master": "3.1-dev"
2309                  }
2310              },
2311              "autoload": {
2312                  "psr-4": {
2313                      "Symfony\\Component\\Console\\": ""
2314                  },
2315                  "exclude-from-classmap": [
2316                      "/Tests/"
2317                  ]
2318              },
2319              "notification-url": "https://packagist.org/downloads/",
2320              "license": [
2321                  "MIT"
2322              ],
2323              "authors": [
2324                  {
2325                      "name": "Fabien Potencier",
2326                      "email": "fabien@symfony.com"
2327                  },
2328                  {
2329                      "name": "Symfony Community",
2330                      "homepage": "https://symfony.com/contributors"
2331                  }
2332              ],
2333              "description": "Symfony Console Component",
2334              "homepage": "https://symfony.com",
2335              "time": "2016-06-29 07:02:31"
2336          },
2337          {
2338              "name": "symfony/css-selector",
2339              "version": "v3.1.2",
2340              "source": {
2341                  "type": "git",
2342                  "url": "https://github.com/symfony/css-selector.git",
2343                  "reference": "2851e1932d77ce727776154d659b232d061e816a"
2344              },
2345              "dist": {
2346                  "type": "zip",
2347                  "url": "https://api.github.com/repos/symfony/css-selector/zipball/2851e1932d77ce727776154d659b232d061e816a",
2348                  "reference": "2851e1932d77ce727776154d659b232d061e816a",
2349                  "shasum": ""
2350              },
2351              "require": {
2352                  "php": ">=5.5.9"
2353              },
2354              "type": "library",
2355              "extra": {
2356                  "branch-alias": {
2357                      "dev-master": "3.1-dev"
2358                  }
2359              },
2360              "autoload": {
2361                  "psr-4": {
2362                      "Symfony\\Component\\CssSelector\\": ""
2363                  },
2364                  "exclude-from-classmap": [
2365                      "/Tests/"
2366                  ]
2367              },
2368              "notification-url": "https://packagist.org/downloads/",
2369              "license": [
2370                  "MIT"
2371              ],
2372              "authors": [
2373                  {
2374                      "name": "Jean-François Simon",
2375                      "email": "jeanfrancois.simon@sensiolabs.com"
2376                  },
2377                  {
2378                      "name": "Fabien Potencier",
2379                      "email": "fabien@symfony.com"
2380                  },
2381                  {
2382                      "name": "Symfony Community",
2383                      "homepage": "https://symfony.com/contributors"
2384                  }
2385              ],
2386              "description": "Symfony CssSelector Component",
2387              "homepage": "https://symfony.com",
2388              "time": "2016-06-29 05:41:56"
2389          },
2390          {
2391              "name": "symfony/dependency-injection",
2392              "version": "v3.1.2",
2393              "source": {
2394                  "type": "git",
2395                  "url": "https://github.com/symfony/dependency-injection.git",
2396                  "reference": "b7272b65f2f46cbe77def7d33916f2613669c508"
2397              },
2398              "dist": {
2399                  "type": "zip",
2400                  "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b7272b65f2f46cbe77def7d33916f2613669c508",
2401                  "reference": "b7272b65f2f46cbe77def7d33916f2613669c508",
2402                  "shasum": ""
2403              },
2404              "require": {
2405                  "php": ">=5.5.9"
2406              },
2407              "require-dev": {
2408                  "symfony/config": "~2.8|~3.0",
2409                  "symfony/expression-language": "~2.8|~3.0",
2410                  "symfony/yaml": "~2.8|~3.0"
2411              },
2412              "suggest": {
2413                  "symfony/config": "",
2414                  "symfony/expression-language": "For using expressions in service container configuration",
2415                  "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2416                  "symfony/yaml": ""
2417              },
2418              "type": "library",
2419              "extra": {
2420                  "branch-alias": {
2421                      "dev-master": "3.1-dev"
2422                  }
2423              },
2424              "autoload": {
2425                  "psr-4": {
2426                      "Symfony\\Component\\DependencyInjection\\": ""
2427                  },
2428                  "exclude-from-classmap": [
2429                      "/Tests/"
2430                  ]
2431              },
2432              "notification-url": "https://packagist.org/downloads/",
2433              "license": [
2434                  "MIT"
2435              ],
2436              "authors": [
2437                  {
2438                      "name": "Fabien Potencier",
2439                      "email": "fabien@symfony.com"
2440                  },
2441                  {
2442                      "name": "Symfony Community",
2443                      "homepage": "https://symfony.com/contributors"
2444                  }
2445              ],
2446              "description": "Symfony DependencyInjection Component",
2447              "homepage": "https://symfony.com",
2448              "time": "2016-06-29 05:42:25"
2449          },
2450          {
2451              "name": "symfony/dom-crawler",
2452              "version": "v3.1.2",
2453              "source": {
2454                  "type": "git",
2455                  "url": "https://github.com/symfony/dom-crawler.git",
2456                  "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0"
2457              },
2458              "dist": {
2459                  "type": "zip",
2460                  "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0",
2461                  "reference": "99ec4a23330fcd0c8667095f3ef7aa204ffd9dc0",
2462                  "shasum": ""
2463              },
2464              "require": {
2465                  "php": ">=5.5.9",
2466                  "symfony/polyfill-mbstring": "~1.0"
2467              },
2468              "require-dev": {
2469                  "symfony/css-selector": "~2.8|~3.0"
2470              },
2471              "suggest": {
2472                  "symfony/css-selector": ""
2473              },
2474              "type": "library",
2475              "extra": {
2476                  "branch-alias": {
2477                      "dev-master": "3.1-dev"
2478                  }
2479              },
2480              "autoload": {
2481                  "psr-4": {
2482                      "Symfony\\Component\\DomCrawler\\": ""
2483                  },
2484                  "exclude-from-classmap": [
2485                      "/Tests/"
2486                  ]
2487              },
2488              "notification-url": "https://packagist.org/downloads/",
2489              "license": [
2490                  "MIT"
2491              ],
2492              "authors": [
2493                  {
2494                      "name": "Fabien Potencier",
2495                      "email": "fabien@symfony.com"
2496                  },
2497                  {
2498                      "name": "Symfony Community",
2499                      "homepage": "https://symfony.com/contributors"
2500                  }
2501              ],
2502              "description": "Symfony DomCrawler Component",
2503              "homepage": "https://symfony.com",
2504              "time": "2016-06-29 05:41:56"
2505          },
2506          {
2507              "name": "symfony/event-dispatcher",
2508              "version": "v3.1.2",
2509              "source": {
2510                  "type": "git",
2511                  "url": "https://github.com/symfony/event-dispatcher.git",
2512                  "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5"
2513              },
2514              "dist": {
2515                  "type": "zip",
2516                  "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2517                  "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5",
2518                  "shasum": ""
2519              },
2520              "require": {
2521                  "php": ">=5.5.9"
2522              },
2523              "require-dev": {
2524                  "psr/log": "~1.0",
2525                  "symfony/config": "~2.8|~3.0",
2526                  "symfony/dependency-injection": "~2.8|~3.0",
2527                  "symfony/expression-language": "~2.8|~3.0",
2528                  "symfony/stopwatch": "~2.8|~3.0"
2529              },
2530              "suggest": {
2531                  "symfony/dependency-injection": "",
2532                  "symfony/http-kernel": ""
2533              },
2534              "type": "library",
2535              "extra": {
2536                  "branch-alias": {
2537                      "dev-master": "3.1-dev"
2538                  }
2539              },
2540              "autoload": {
2541                  "psr-4": {
2542                      "Symfony\\Component\\EventDispatcher\\": ""
2543                  },
2544                  "exclude-from-classmap": [
2545                      "/Tests/"
2546                  ]
2547              },
2548              "notification-url": "https://packagist.org/downloads/",
2549              "license": [
2550                  "MIT"
2551              ],
2552              "authors": [
2553                  {
2554                      "name": "Fabien Potencier",
2555                      "email": "fabien@symfony.com"
2556                  },
2557                  {
2558                      "name": "Symfony Community",
2559                      "homepage": "https://symfony.com/contributors"
2560                  }
2561              ],
2562              "description": "Symfony EventDispatcher Component",
2563              "homepage": "https://symfony.com",
2564              "time": "2016-06-29 05:41:56"
2565          },
2566          {
2567              "name": "symfony/filesystem",
2568              "version": "v3.1.2",
2569              "source": {
2570                  "type": "git",
2571                  "url": "https://github.com/symfony/filesystem.git",
2572                  "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890"
2573              },
2574              "dist": {
2575                  "type": "zip",
2576                  "url": "https://api.github.com/repos/symfony/filesystem/zipball/322da5f0910d8aa0b25fa65ffccaba68dbddb890",
2577                  "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890",
2578                  "shasum": ""
2579              },
2580              "require": {
2581                  "php": ">=5.5.9"
2582              },
2583              "type": "library",
2584              "extra": {
2585                  "branch-alias": {
2586                      "dev-master": "3.1-dev"
2587                  }
2588              },
2589              "autoload": {
2590                  "psr-4": {
2591                      "Symfony\\Component\\Filesystem\\": ""
2592                  },
2593                  "exclude-from-classmap": [
2594                      "/Tests/"
2595                  ]
2596              },
2597              "notification-url": "https://packagist.org/downloads/",
2598              "license": [
2599                  "MIT"
2600              ],
2601              "authors": [
2602                  {
2603                      "name": "Fabien Potencier",
2604                      "email": "fabien@symfony.com"
2605                  },
2606                  {
2607                      "name": "Symfony Community",
2608                      "homepage": "https://symfony.com/contributors"
2609                  }
2610              ],
2611              "description": "Symfony Filesystem Component",
2612              "homepage": "https://symfony.com",
2613              "time": "2016-06-29 05:41:56"
2614          },
2615          {
2616              "name": "symfony/polyfill-mbstring",
2617              "version": "v1.2.0",
2618              "source": {
2619                  "type": "git",
2620                  "url": "https://github.com/symfony/polyfill-mbstring.git",
2621                  "reference": "dff51f72b0706335131b00a7f49606168c582594"
2622              },
2623              "dist": {
2624                  "type": "zip",
2625                  "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2626                  "reference": "dff51f72b0706335131b00a7f49606168c582594",
2627                  "shasum": ""
2628              },
2629              "require": {
2630                  "php": ">=5.3.3"
2631              },
2632              "suggest": {
2633                  "ext-mbstring": "For best performance"
2634              },
2635              "type": "library",
2636              "extra": {
2637                  "branch-alias": {
2638                      "dev-master": "1.2-dev"
2639                  }
2640              },
2641              "autoload": {
2642                  "psr-4": {
2643                      "Symfony\\Polyfill\\Mbstring\\": ""
2644                  },
2645                  "files": [
2646                      "bootstrap.php"
2647                  ]
2648              },
2649              "notification-url": "https://packagist.org/downloads/",
2650              "license": [
2651                  "MIT"
2652              ],
2653              "authors": [
2654                  {
2655                      "name": "Nicolas Grekas",
2656                      "email": "p@tchwork.com"
2657                  },
2658                  {
2659                      "name": "Symfony Community",
2660                      "homepage": "https://symfony.com/contributors"
2661                  }
2662              ],
2663              "description": "Symfony polyfill for the Mbstring extension",
2664              "homepage": "https://symfony.com",
2665              "keywords": [
2666                  "compatibility",
2667                  "mbstring",
2668                  "polyfill",
2669                  "portable",
2670                  "shim"
2671              ],
2672              "time": "2016-05-18 14:26:46"
2673          },
2674          {
2675              "name": "symfony/process",
2676              "version": "v2.8.8",
2677              "source": {
2678                  "type": "git",
2679                  "url": "https://github.com/symfony/process.git",
2680                  "reference": "89f33c16796415ccfd8bb3cf8d520cbb79899bfe"
2681              },
2682              "dist": {
2683                  "type": "zip",
2684                  "url": "https://api.github.com/repos/symfony/process/zipball/89f33c16796415ccfd8bb3cf8d520cbb79899bfe",
2685                  "reference": "89f33c16796415ccfd8bb3cf8d520cbb79899bfe",
2686                  "shasum": ""
2687              },
2688              "require": {
2689                  "php": ">=5.3.9"
2690              },
2691              "type": "library",
2692              "extra": {
2693                  "branch-alias": {
2694                      "dev-master": "2.8-dev"
2695                  }
2696              },
2697              "autoload": {
2698                  "psr-4": {
2699                      "Symfony\\Component\\Process\\": ""
2700                  },
2701                  "exclude-from-classmap": [
2702                      "/Tests/"
2703                  ]
2704              },
2705              "notification-url": "https://packagist.org/downloads/",
2706              "license": [
2707                  "MIT"
2708              ],
2709              "authors": [
2710                  {
2711                      "name": "Fabien Potencier",
2712                      "email": "fabien@symfony.com"
2713                  },
2714                  {
2715                      "name": "Symfony Community",
2716                      "homepage": "https://symfony.com/contributors"
2717                  }
2718              ],
2719              "description": "Symfony Process Component",
2720              "homepage": "https://symfony.com",
2721              "time": "2016-06-29 05:29:29"
2722          },
2723          {
2724              "name": "symfony/translation",
2725              "version": "v3.1.2",
2726              "source": {
2727                  "type": "git",
2728                  "url": "https://github.com/symfony/translation.git",
2729                  "reference": "d63a94528530c3ea5ff46924c8001cec4a398609"
2730              },
2731              "dist": {
2732                  "type": "zip",
2733                  "url": "https://api.github.com/repos/symfony/translation/zipball/d63a94528530c3ea5ff46924c8001cec4a398609",
2734                  "reference": "d63a94528530c3ea5ff46924c8001cec4a398609",
2735                  "shasum": ""
2736              },
2737              "require": {
2738                  "php": ">=5.5.9",
2739                  "symfony/polyfill-mbstring": "~1.0"
2740              },
2741              "conflict": {
2742                  "symfony/config": "<2.8"
2743              },
2744              "require-dev": {
2745                  "psr/log": "~1.0",
2746                  "symfony/config": "~2.8|~3.0",
2747                  "symfony/intl": "~2.8|~3.0",
2748                  "symfony/yaml": "~2.8|~3.0"
2749              },
2750              "suggest": {
2751                  "psr/log": "To use logging capability in translator",
2752                  "symfony/config": "",
2753                  "symfony/yaml": ""
2754              },
2755              "type": "library",
2756              "extra": {
2757                  "branch-alias": {
2758                      "dev-master": "3.1-dev"
2759                  }
2760              },
2761              "autoload": {
2762                  "psr-4": {
2763                      "Symfony\\Component\\Translation\\": ""
2764                  },
2765                  "exclude-from-classmap": [
2766                      "/Tests/"
2767                  ]
2768              },
2769              "notification-url": "https://packagist.org/downloads/",
2770              "license": [
2771                  "MIT"
2772              ],
2773              "authors": [
2774                  {
2775                      "name": "Fabien Potencier",
2776                      "email": "fabien@symfony.com"
2777                  },
2778                  {
2779                      "name": "Symfony Community",
2780                      "homepage": "https://symfony.com/contributors"
2781                  }
2782              ],
2783              "description": "Symfony Translation Component",
2784              "homepage": "https://symfony.com",
2785              "time": "2016-06-29 05:41:56"
2786          },
2787          {
2788              "name": "symfony/yaml",
2789              "version": "v3.1.2",
2790              "source": {
2791                  "type": "git",
2792                  "url": "https://github.com/symfony/yaml.git",
2793                  "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
2794              },
2795              "dist": {
2796                  "type": "zip",
2797                  "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
2798                  "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
2799                  "shasum": ""
2800              },
2801              "require": {
2802                  "php": ">=5.5.9"
2803              },
2804              "type": "library",
2805              "extra": {
2806                  "branch-alias": {
2807                      "dev-master": "3.1-dev"
2808                  }
2809              },
2810              "autoload": {
2811                  "psr-4": {
2812                      "Symfony\\Component\\Yaml\\": ""
2813                  },
2814                  "exclude-from-classmap": [
2815                      "/Tests/"
2816                  ]
2817              },
2818              "notification-url": "https://packagist.org/downloads/",
2819              "license": [
2820                  "MIT"
2821              ],
2822              "authors": [
2823                  {
2824                      "name": "Fabien Potencier",
2825                      "email": "fabien@symfony.com"
2826                  },
2827                  {
2828                      "name": "Symfony Community",
2829                      "homepage": "https://symfony.com/contributors"
2830                  }
2831              ],
2832              "description": "Symfony Yaml Component",
2833              "homepage": "https://symfony.com",
2834              "time": "2016-06-29 05:41:56"
2835          },
2836          {
2837              "name": "webmozart/assert",
2838              "version": "1.0.2",
2839              "source": {
2840                  "type": "git",
2841                  "url": "https://github.com/webmozart/assert.git",
2842                  "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
2843              },
2844              "dist": {
2845                  "type": "zip",
2846                  "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
2847                  "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
2848                  "shasum": ""
2849              },
2850              "require": {
2851                  "php": ">=5.3.3"
2852              },
2853              "require-dev": {
2854                  "phpunit/phpunit": "^4.6"
2855              },
2856              "type": "library",
2857              "extra": {
2858                  "branch-alias": {
2859                      "dev-master": "1.0-dev"
2860                  }
2861              },
2862              "autoload": {
2863                  "psr-4": {
2864                      "Webmozart\\Assert\\": "src/"
2865                  }
2866              },
2867              "notification-url": "https://packagist.org/downloads/",
2868              "license": [
2869                  "MIT"
2870              ],
2871              "authors": [
2872                  {
2873                      "name": "Bernhard Schussek",
2874                      "email": "bschussek@gmail.com"
2875                  }
2876              ],
2877              "description": "Assertions to validate method input/output with nice error messages.",
2878              "keywords": [
2879                  "assert",
2880                  "check",
2881                  "validate"
2882              ],
2883              "time": "2015-08-24 13:29:44"
2884          }
2885      ],
2886      "aliases": [],
2887      "minimum-stability": "stable",
2888      "stability-flags": [],
2889      "prefer-stable": false,
2890      "prefer-lowest": false,
2891      "platform": [],
2892      "platform-dev": []
2893  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1