[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/twilio-php/ -> 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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
   5      ],
   6      "hash": "b90999563f52df15b944f8defc454195",
   7      "packages": [
   8  
   9      ],
  10      "packages-dev": [
  11          {
  12              "name": "mockery/mockery",
  13              "version": "0.8.0",
  14              "source": {
  15                  "type": "git",
  16                  "url": "https://github.com/padraic/mockery.git",
  17                  "reference": "35f0e18022f5538df9df8920a3d96c1761d63220"
  18              },
  19              "dist": {
  20                  "type": "zip",
  21                  "url": "https://api.github.com/repos/padraic/mockery/zipball/35f0e18022f5538df9df8920a3d96c1761d63220",
  22                  "reference": "35f0e18022f5538df9df8920a3d96c1761d63220",
  23                  "shasum": ""
  24              },
  25              "require": {
  26                  "php": ">=5.3.2"
  27              },
  28              "require-dev": {
  29                  "hamcrest/hamcrest": "1.1.0"
  30              },
  31              "type": "library",
  32              "autoload": {
  33                  "psr-0": {
  34                      "Mockery": "library/"
  35                  }
  36              },
  37              "notification-url": "https://packagist.org/downloads/",
  38              "license": [
  39                  "BSD-3-Clause"
  40              ],
  41              "authors": [
  42                  {
  43                      "name": "Pádraic Brady",
  44                      "email": "[email protected]",
  45                      "homepage": "http://blog.astrumfutura.com"
  46                  }
  47              ],
  48              "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
  49              "homepage": "http://github.com/padraic/mockery",
  50              "keywords": [
  51                  "BDD",
  52                  "TDD",
  53                  "library",
  54                  "mock",
  55                  "mock objects",
  56                  "mockery",
  57                  "stub",
  58                  "test",
  59                  "test double",
  60                  "testing"
  61              ],
  62              "time": "2013-04-01 12:13:17"
  63          },
  64          {
  65              "name": "phpunit/php-code-coverage",
  66              "version": "1.2.13",
  67              "source": {
  68                  "type": "git",
  69                  "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  70                  "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94"
  71              },
  72              "dist": {
  73                  "type": "zip",
  74                  "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/466e7cd2554b4e264c9e3f31216d25ac0e5f3d94",
  75                  "reference": "466e7cd2554b4e264c9e3f31216d25ac0e5f3d94",
  76                  "shasum": ""
  77              },
  78              "require": {
  79                  "php": ">=5.3.3",
  80                  "phpunit/php-file-iterator": ">=1.3.0@stable",
  81                  "phpunit/php-text-template": ">=1.1.1@stable",
  82                  "phpunit/php-token-stream": ">=1.1.3@stable"
  83              },
  84              "require-dev": {
  85                  "phpunit/phpunit": "3.7.*@dev"
  86              },
  87              "suggest": {
  88                  "ext-dom": "*",
  89                  "ext-xdebug": ">=2.0.5"
  90              },
  91              "type": "library",
  92              "extra": {
  93                  "branch-alias": {
  94                      "dev-master": "1.2.x-dev"
  95                  }
  96              },
  97              "autoload": {
  98                  "classmap": [
  99                      "PHP/"
 100                  ]
 101              },
 102              "notification-url": "https://packagist.org/downloads/",
 103              "include-path": [
 104                  ""
 105              ],
 106              "license": [
 107                  "BSD-3-Clause"
 108              ],
 109              "authors": [
 110                  {
 111                      "name": "Sebastian Bergmann",
 112                      "email": "[email protected]",
 113                      "role": "lead"
 114                  }
 115              ],
 116              "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
 117              "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
 118              "keywords": [
 119                  "coverage",
 120                  "testing",
 121                  "xunit"
 122              ],
 123              "time": "2013-09-10 08:14:32"
 124          },
 125          {
 126              "name": "phpunit/php-file-iterator",
 127              "version": "1.3.3",
 128              "source": {
 129                  "type": "git",
 130                  "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
 131                  "reference": "16a78140ed2fc01b945cfa539665fadc6a038029"
 132              },
 133              "dist": {
 134                  "type": "zip",
 135                  "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/16a78140ed2fc01b945cfa539665fadc6a038029",
 136                  "reference": "16a78140ed2fc01b945cfa539665fadc6a038029",
 137                  "shasum": ""
 138              },
 139              "require": {
 140                  "php": ">=5.3.3"
 141              },
 142              "type": "library",
 143              "autoload": {
 144                  "classmap": [
 145                      "File/"
 146                  ]
 147              },
 148              "notification-url": "https://packagist.org/downloads/",
 149              "include-path": [
 150                  ""
 151              ],
 152              "license": [
 153                  "BSD-3-Clause"
 154              ],
 155              "authors": [
 156                  {
 157                      "name": "Sebastian Bergmann",
 158                      "email": "[email protected]",
 159                      "role": "lead"
 160                  }
 161              ],
 162              "description": "FilterIterator implementation that filters files based on a list of suffixes.",
 163              "homepage": "http://www.phpunit.de/",
 164              "keywords": [
 165                  "filesystem",
 166                  "iterator"
 167              ],
 168              "time": "2012-10-11 11:44:38"
 169          },
 170          {
 171              "name": "phpunit/php-text-template",
 172              "version": "1.1.4",
 173              "source": {
 174                  "type": "git",
 175                  "url": "https://github.com/sebastianbergmann/php-text-template.git",
 176                  "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23"
 177              },
 178              "dist": {
 179                  "type": "zip",
 180                  "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5180896f51c5b3648ac946b05f9ec02be78a0b23",
 181                  "reference": "5180896f51c5b3648ac946b05f9ec02be78a0b23",
 182                  "shasum": ""
 183              },
 184              "require": {
 185                  "php": ">=5.3.3"
 186              },
 187              "type": "library",
 188              "autoload": {
 189                  "classmap": [
 190                      "Text/"
 191                  ]
 192              },
 193              "notification-url": "https://packagist.org/downloads/",
 194              "include-path": [
 195                  ""
 196              ],
 197              "license": [
 198                  "BSD-3-Clause"
 199              ],
 200              "authors": [
 201                  {
 202                      "name": "Sebastian Bergmann",
 203                      "email": "[email protected]",
 204                      "role": "lead"
 205                  }
 206              ],
 207              "description": "Simple template engine.",
 208              "homepage": "https://github.com/sebastianbergmann/php-text-template/",
 209              "keywords": [
 210                  "template"
 211              ],
 212              "time": "2012-10-31 18:15:28"
 213          },
 214          {
 215              "name": "phpunit/php-timer",
 216              "version": "1.0.5",
 217              "source": {
 218                  "type": "git",
 219                  "url": "https://github.com/sebastianbergmann/php-timer.git",
 220                  "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
 221              },
 222              "dist": {
 223                  "type": "zip",
 224                  "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
 225                  "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
 226                  "shasum": ""
 227              },
 228              "require": {
 229                  "php": ">=5.3.3"
 230              },
 231              "type": "library",
 232              "autoload": {
 233                  "classmap": [
 234                      "PHP/"
 235                  ]
 236              },
 237              "notification-url": "https://packagist.org/downloads/",
 238              "include-path": [
 239                  ""
 240              ],
 241              "license": [
 242                  "BSD-3-Clause"
 243              ],
 244              "authors": [
 245                  {
 246                      "name": "Sebastian Bergmann",
 247                      "email": "[email protected]",
 248                      "role": "lead"
 249                  }
 250              ],
 251              "description": "Utility class for timing",
 252              "homepage": "https://github.com/sebastianbergmann/php-timer/",
 253              "keywords": [
 254                  "timer"
 255              ],
 256              "time": "2013-08-02 07:42:54"
 257          },
 258          {
 259              "name": "phpunit/php-token-stream",
 260              "version": "1.2.1",
 261              "source": {
 262                  "type": "git",
 263                  "url": "https://github.com/sebastianbergmann/php-token-stream.git",
 264                  "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e"
 265              },
 266              "dist": {
 267                  "type": "zip",
 268                  "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
 269                  "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
 270                  "shasum": ""
 271              },
 272              "require": {
 273                  "ext-tokenizer": "*",
 274                  "php": ">=5.3.3"
 275              },
 276              "type": "library",
 277              "extra": {
 278                  "branch-alias": {
 279                      "dev-master": "1.2-dev"
 280                  }
 281              },
 282              "autoload": {
 283                  "classmap": [
 284                      "PHP/"
 285                  ]
 286              },
 287              "notification-url": "https://packagist.org/downloads/",
 288              "include-path": [
 289                  ""
 290              ],
 291              "license": [
 292                  "BSD-3-Clause"
 293              ],
 294              "authors": [
 295                  {
 296                      "name": "Sebastian Bergmann",
 297                      "email": "[email protected]",
 298                      "role": "lead"
 299                  }
 300              ],
 301              "description": "Wrapper around PHP's tokenizer extension.",
 302              "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
 303              "keywords": [
 304                  "tokenizer"
 305              ],
 306              "time": "2013-09-13 04:58:23"
 307          },
 308          {
 309              "name": "phpunit/phpunit",
 310              "version": "3.7.27",
 311              "source": {
 312                  "type": "git",
 313                  "url": "https://github.com/sebastianbergmann/phpunit.git",
 314                  "reference": "4b024e753e3421837afbcca962c8724c58b39376"
 315              },
 316              "dist": {
 317                  "type": "zip",
 318                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b024e753e3421837afbcca962c8724c58b39376",
 319                  "reference": "4b024e753e3421837afbcca962c8724c58b39376",
 320                  "shasum": ""
 321              },
 322              "require": {
 323                  "ext-dom": "*",
 324                  "ext-pcre": "*",
 325                  "ext-reflection": "*",
 326                  "ext-spl": "*",
 327                  "php": ">=5.3.3",
 328                  "phpunit/php-code-coverage": "~1.2.1",
 329                  "phpunit/php-file-iterator": ">=1.3.1",
 330                  "phpunit/php-text-template": ">=1.1.1",
 331                  "phpunit/php-timer": ">=1.0.4",
 332                  "phpunit/phpunit-mock-objects": "~1.2.0",
 333                  "symfony/yaml": "~2.0"
 334              },
 335              "require-dev": {
 336                  "pear-pear/pear": "1.9.4"
 337              },
 338              "suggest": {
 339                  "ext-json": "*",
 340                  "ext-simplexml": "*",
 341                  "ext-tokenizer": "*",
 342                  "phpunit/php-invoker": ">=1.1.0,<1.2.0"
 343              },
 344              "bin": [
 345                  "composer/bin/phpunit"
 346              ],
 347              "type": "library",
 348              "extra": {
 349                  "branch-alias": {
 350                      "dev-master": "3.7.x-dev"
 351                  }
 352              },
 353              "autoload": {
 354                  "classmap": [
 355                      "PHPUnit/"
 356                  ]
 357              },
 358              "notification-url": "https://packagist.org/downloads/",
 359              "include-path": [
 360                  "",
 361                  "../../symfony/yaml/"
 362              ],
 363              "license": [
 364                  "BSD-3-Clause"
 365              ],
 366              "authors": [
 367                  {
 368                      "name": "Sebastian Bergmann",
 369                      "email": "[email protected]",
 370                      "role": "lead"
 371                  }
 372              ],
 373              "description": "The PHP Unit Testing framework.",
 374              "homepage": "http://www.phpunit.de/",
 375              "keywords": [
 376                  "phpunit",
 377                  "testing",
 378                  "xunit"
 379              ],
 380              "time": "2013-09-16 03:09:52"
 381          },
 382          {
 383              "name": "phpunit/phpunit-mock-objects",
 384              "version": "1.2.3",
 385              "source": {
 386                  "type": "git",
 387                  "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
 388                  "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
 389              },
 390              "dist": {
 391                  "type": "zip",
 392                  "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
 393                  "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
 394                  "shasum": ""
 395              },
 396              "require": {
 397                  "php": ">=5.3.3",
 398                  "phpunit/php-text-template": ">=1.1.1@stable"
 399              },
 400              "suggest": {
 401                  "ext-soap": "*"
 402              },
 403              "type": "library",
 404              "autoload": {
 405                  "classmap": [
 406                      "PHPUnit/"
 407                  ]
 408              },
 409              "notification-url": "https://packagist.org/downloads/",
 410              "include-path": [
 411                  ""
 412              ],
 413              "license": [
 414                  "BSD-3-Clause"
 415              ],
 416              "authors": [
 417                  {
 418                      "name": "Sebastian Bergmann",
 419                      "email": "[email protected]",
 420                      "role": "lead"
 421                  }
 422              ],
 423              "description": "Mock Object library for PHPUnit",
 424              "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
 425              "keywords": [
 426                  "mock",
 427                  "xunit"
 428              ],
 429              "time": "2013-01-13 10:24:48"
 430          },
 431          {
 432              "name": "symfony/yaml",
 433              "version": "v2.3.4",
 434              "target-dir": "Symfony/Component/Yaml",
 435              "source": {
 436                  "type": "git",
 437                  "url": "https://github.com/symfony/Yaml.git",
 438                  "reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847"
 439              },
 440              "dist": {
 441                  "type": "zip",
 442                  "url": "https://api.github.com/repos/symfony/Yaml/zipball/5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
 443                  "reference": "5a279f1b5f5e1045a6c432354d9ea727ff3a9847",
 444                  "shasum": ""
 445              },
 446              "require": {
 447                  "php": ">=5.3.3"
 448              },
 449              "type": "library",
 450              "extra": {
 451                  "branch-alias": {
 452                      "dev-master": "2.3-dev"
 453                  }
 454              },
 455              "autoload": {
 456                  "psr-0": {
 457                      "Symfony\\Component\\Yaml\\": ""
 458                  }
 459              },
 460              "notification-url": "https://packagist.org/downloads/",
 461              "license": [
 462                  "MIT"
 463              ],
 464              "authors": [
 465                  {
 466                      "name": "Fabien Potencier",
 467                      "email": "[email protected]"
 468                  },
 469                  {
 470                      "name": "Symfony Community",
 471                      "homepage": "http://symfony.com/contributors"
 472                  }
 473              ],
 474              "description": "Symfony Yaml Component",
 475              "homepage": "http://symfony.com",
 476              "time": "2013-08-24 15:26:22"
 477          }
 478      ],
 479      "aliases": [
 480  
 481      ],
 482      "minimum-stability": "stable",
 483      "stability-flags": [
 484  
 485      ],
 486      "platform": {
 487          "php": ">=5.2.1"
 488      },
 489      "platform-dev": [
 490  
 491      ]
 492  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1