cloudflare/Cloudflare-WordPress
Publicmirrored fromhttps://github.com/cloudflare/Cloudflare-WordPress
vendor/composer/installed.json
1608lines · modecode
| 1 | [ |
| 2 | { |
| 3 | "name": "react/promise", |
| 4 | "version": "v2.4.1", |
| 5 | "version_normalized": "2.4.1.0", |
| 6 | "source": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/reactphp/promise.git", |
| 9 | "reference": "8025426794f1944de806618671d4fa476dc7626f" |
| 10 | }, |
| 11 | "dist": { |
| 12 | "type": "zip", |
| 13 | "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f", |
| 14 | "reference": "8025426794f1944de806618671d4fa476dc7626f", |
| 15 | "shasum": "" |
| 16 | }, |
| 17 | "require": { |
| 18 | "php": ">=5.4.0" |
| 19 | }, |
| 20 | "time": "2016-05-03 17:50:52", |
| 21 | "type": "library", |
| 22 | "extra": { |
| 23 | "branch-alias": { |
| 24 | "dev-master": "2.0-dev" |
| 25 | } |
| 26 | }, |
| 27 | "installation-source": "dist", |
| 28 | "autoload": { |
| 29 | "psr-4": { |
| 30 | "React\\Promise\\": "src/" |
| 31 | }, |
| 32 | "files": [ |
| 33 | "src/functions_include.php" |
| 34 | ] |
| 35 | }, |
| 36 | "notification-url": "https://packagist.org/downloads/", |
| 37 | "license": [ |
| 38 | "MIT" |
| 39 | ], |
| 40 | "authors": [ |
| 41 | { |
| 42 | "name": "Jan Sorgalla", |
| 43 | "email": "jsorgalla@gmail.com" |
| 44 | } |
| 45 | ], |
| 46 | "description": "A lightweight implementation of CommonJS Promises/A for PHP" |
| 47 | }, |
| 48 | { |
| 49 | "name": "guzzlehttp/streams", |
| 50 | "version": "3.0.0", |
| 51 | "version_normalized": "3.0.0.0", |
| 52 | "source": { |
| 53 | "type": "git", |
| 54 | "url": "https://github.com/guzzle/streams.git", |
| 55 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" |
| 56 | }, |
| 57 | "dist": { |
| 58 | "type": "zip", |
| 59 | "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", |
| 60 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", |
| 61 | "shasum": "" |
| 62 | }, |
| 63 | "require": { |
| 64 | "php": ">=5.4.0" |
| 65 | }, |
| 66 | "require-dev": { |
| 67 | "phpunit/phpunit": "~4.0" |
| 68 | }, |
| 69 | "time": "2014-10-12 19:18:40", |
| 70 | "type": "library", |
| 71 | "extra": { |
| 72 | "branch-alias": { |
| 73 | "dev-master": "3.0-dev" |
| 74 | } |
| 75 | }, |
| 76 | "installation-source": "dist", |
| 77 | "autoload": { |
| 78 | "psr-4": { |
| 79 | "GuzzleHttp\\Stream\\": "src/" |
| 80 | } |
| 81 | }, |
| 82 | "notification-url": "https://packagist.org/downloads/", |
| 83 | "license": [ |
| 84 | "MIT" |
| 85 | ], |
| 86 | "authors": [ |
| 87 | { |
| 88 | "name": "Michael Dowling", |
| 89 | "email": "mtdowling@gmail.com", |
| 90 | "homepage": "https://github.com/mtdowling" |
| 91 | } |
| 92 | ], |
| 93 | "description": "Provides a simple abstraction over streams of data", |
| 94 | "homepage": "http://guzzlephp.org/", |
| 95 | "keywords": [ |
| 96 | "Guzzle", |
| 97 | "stream" |
| 98 | ] |
| 99 | }, |
| 100 | { |
| 101 | "name": "guzzlehttp/ringphp", |
| 102 | "version": "1.1.0", |
| 103 | "version_normalized": "1.1.0.0", |
| 104 | "source": { |
| 105 | "type": "git", |
| 106 | "url": "https://github.com/guzzle/RingPHP.git", |
| 107 | "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b" |
| 108 | }, |
| 109 | "dist": { |
| 110 | "type": "zip", |
| 111 | "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", |
| 112 | "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", |
| 113 | "shasum": "" |
| 114 | }, |
| 115 | "require": { |
| 116 | "guzzlehttp/streams": "~3.0", |
| 117 | "php": ">=5.4.0", |
| 118 | "react/promise": "~2.0" |
| 119 | }, |
| 120 | "require-dev": { |
| 121 | "ext-curl": "*", |
| 122 | "phpunit/phpunit": "~4.0" |
| 123 | }, |
| 124 | "suggest": { |
| 125 | "ext-curl": "Guzzle will use specific adapters if cURL is present" |
| 126 | }, |
| 127 | "time": "2015-05-20 03:37:09", |
| 128 | "type": "library", |
| 129 | "extra": { |
| 130 | "branch-alias": { |
| 131 | "dev-master": "1.1-dev" |
| 132 | } |
| 133 | }, |
| 134 | "installation-source": "dist", |
| 135 | "autoload": { |
| 136 | "psr-4": { |
| 137 | "GuzzleHttp\\Ring\\": "src/" |
| 138 | } |
| 139 | }, |
| 140 | "notification-url": "https://packagist.org/downloads/", |
| 141 | "license": [ |
| 142 | "MIT" |
| 143 | ], |
| 144 | "authors": [ |
| 145 | { |
| 146 | "name": "Michael Dowling", |
| 147 | "email": "mtdowling@gmail.com", |
| 148 | "homepage": "https://github.com/mtdowling" |
| 149 | } |
| 150 | ], |
| 151 | "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function." |
| 152 | }, |
| 153 | { |
| 154 | "name": "psr/log", |
| 155 | "version": "1.0.0", |
| 156 | "version_normalized": "1.0.0.0", |
| 157 | "source": { |
| 158 | "type": "git", |
| 159 | "url": "https://github.com/php-fig/log.git", |
| 160 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
| 161 | }, |
| 162 | "dist": { |
| 163 | "type": "zip", |
| 164 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
| 165 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
| 166 | "shasum": "" |
| 167 | }, |
| 168 | "time": "2012-12-21 11:40:51", |
| 169 | "type": "library", |
| 170 | "installation-source": "dist", |
| 171 | "autoload": { |
| 172 | "psr-0": { |
| 173 | "Psr\\Log\\": "" |
| 174 | } |
| 175 | }, |
| 176 | "notification-url": "https://packagist.org/downloads/", |
| 177 | "license": [ |
| 178 | "MIT" |
| 179 | ], |
| 180 | "authors": [ |
| 181 | { |
| 182 | "name": "PHP-FIG", |
| 183 | "homepage": "http://www.php-fig.org/" |
| 184 | } |
| 185 | ], |
| 186 | "description": "Common interface for logging libraries", |
| 187 | "keywords": [ |
| 188 | "log", |
| 189 | "psr", |
| 190 | "psr-3" |
| 191 | ] |
| 192 | }, |
| 193 | { |
| 194 | "name": "sebastian/version", |
| 195 | "version": "1.0.6", |
| 196 | "version_normalized": "1.0.6.0", |
| 197 | "source": { |
| 198 | "type": "git", |
| 199 | "url": "https://github.com/sebastianbergmann/version.git", |
| 200 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
| 201 | }, |
| 202 | "dist": { |
| 203 | "type": "zip", |
| 204 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
| 205 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
| 206 | "shasum": "" |
| 207 | }, |
| 208 | "time": "2015-06-21 13:59:46", |
| 209 | "type": "library", |
| 210 | "installation-source": "dist", |
| 211 | "autoload": { |
| 212 | "classmap": [ |
| 213 | "src/" |
| 214 | ] |
| 215 | }, |
| 216 | "notification-url": "https://packagist.org/downloads/", |
| 217 | "license": [ |
| 218 | "BSD-3-Clause" |
| 219 | ], |
| 220 | "authors": [ |
| 221 | { |
| 222 | "name": "Sebastian Bergmann", |
| 223 | "email": "sebastian@phpunit.de", |
| 224 | "role": "lead" |
| 225 | } |
| 226 | ], |
| 227 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
| 228 | "homepage": "https://github.com/sebastianbergmann/version" |
| 229 | }, |
| 230 | { |
| 231 | "name": "sebastian/global-state", |
| 232 | "version": "1.1.1", |
| 233 | "version_normalized": "1.1.1.0", |
| 234 | "source": { |
| 235 | "type": "git", |
| 236 | "url": "https://github.com/sebastianbergmann/global-state.git", |
| 237 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
| 238 | }, |
| 239 | "dist": { |
| 240 | "type": "zip", |
| 241 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
| 242 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
| 243 | "shasum": "" |
| 244 | }, |
| 245 | "require": { |
| 246 | "php": ">=5.3.3" |
| 247 | }, |
| 248 | "require-dev": { |
| 249 | "phpunit/phpunit": "~4.2" |
| 250 | }, |
| 251 | "suggest": { |
| 252 | "ext-uopz": "*" |
| 253 | }, |
| 254 | "time": "2015-10-12 03:26:01", |
| 255 | "type": "library", |
| 256 | "extra": { |
| 257 | "branch-alias": { |
| 258 | "dev-master": "1.0-dev" |
| 259 | } |
| 260 | }, |
| 261 | "installation-source": "dist", |
| 262 | "autoload": { |
| 263 | "classmap": [ |
| 264 | "src/" |
| 265 | ] |
| 266 | }, |
| 267 | "notification-url": "https://packagist.org/downloads/", |
| 268 | "license": [ |
| 269 | "BSD-3-Clause" |
| 270 | ], |
| 271 | "authors": [ |
| 272 | { |
| 273 | "name": "Sebastian Bergmann", |
| 274 | "email": "sebastian@phpunit.de" |
| 275 | } |
| 276 | ], |
| 277 | "description": "Snapshotting of global state", |
| 278 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
| 279 | "keywords": [ |
| 280 | "global state" |
| 281 | ] |
| 282 | }, |
| 283 | { |
| 284 | "name": "sebastian/recursion-context", |
| 285 | "version": "1.0.2", |
| 286 | "version_normalized": "1.0.2.0", |
| 287 | "source": { |
| 288 | "type": "git", |
| 289 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
| 290 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
| 291 | }, |
| 292 | "dist": { |
| 293 | "type": "zip", |
| 294 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
| 295 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
| 296 | "shasum": "" |
| 297 | }, |
| 298 | "require": { |
| 299 | "php": ">=5.3.3" |
| 300 | }, |
| 301 | "require-dev": { |
| 302 | "phpunit/phpunit": "~4.4" |
| 303 | }, |
| 304 | "time": "2015-11-11 19:50:13", |
| 305 | "type": "library", |
| 306 | "extra": { |
| 307 | "branch-alias": { |
| 308 | "dev-master": "1.0.x-dev" |
| 309 | } |
| 310 | }, |
| 311 | "installation-source": "dist", |
| 312 | "autoload": { |
| 313 | "classmap": [ |
| 314 | "src/" |
| 315 | ] |
| 316 | }, |
| 317 | "notification-url": "https://packagist.org/downloads/", |
| 318 | "license": [ |
| 319 | "BSD-3-Clause" |
| 320 | ], |
| 321 | "authors": [ |
| 322 | { |
| 323 | "name": "Jeff Welch", |
| 324 | "email": "whatthejeff@gmail.com" |
| 325 | }, |
| 326 | { |
| 327 | "name": "Sebastian Bergmann", |
| 328 | "email": "sebastian@phpunit.de" |
| 329 | }, |
| 330 | { |
| 331 | "name": "Adam Harvey", |
| 332 | "email": "aharvey@php.net" |
| 333 | } |
| 334 | ], |
| 335 | "description": "Provides functionality to recursively process PHP variables", |
| 336 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context" |
| 337 | }, |
| 338 | { |
| 339 | "name": "sebastian/exporter", |
| 340 | "version": "1.2.2", |
| 341 | "version_normalized": "1.2.2.0", |
| 342 | "source": { |
| 343 | "type": "git", |
| 344 | "url": "https://github.com/sebastianbergmann/exporter.git", |
| 345 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
| 346 | }, |
| 347 | "dist": { |
| 348 | "type": "zip", |
| 349 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
| 350 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
| 351 | "shasum": "" |
| 352 | }, |
| 353 | "require": { |
| 354 | "php": ">=5.3.3", |
| 355 | "sebastian/recursion-context": "~1.0" |
| 356 | }, |
| 357 | "require-dev": { |
| 358 | "ext-mbstring": "*", |
| 359 | "phpunit/phpunit": "~4.4" |
| 360 | }, |
| 361 | "time": "2016-06-17 09:04:28", |
| 362 | "type": "library", |
| 363 | "extra": { |
| 364 | "branch-alias": { |
| 365 | "dev-master": "1.3.x-dev" |
| 366 | } |
| 367 | }, |
| 368 | "installation-source": "dist", |
| 369 | "autoload": { |
| 370 | "classmap": [ |
| 371 | "src/" |
| 372 | ] |
| 373 | }, |
| 374 | "notification-url": "https://packagist.org/downloads/", |
| 375 | "license": [ |
| 376 | "BSD-3-Clause" |
| 377 | ], |
| 378 | "authors": [ |
| 379 | { |
| 380 | "name": "Jeff Welch", |
| 381 | "email": "whatthejeff@gmail.com" |
| 382 | }, |
| 383 | { |
| 384 | "name": "Volker Dusch", |
| 385 | "email": "github@wallbash.com" |
| 386 | }, |
| 387 | { |
| 388 | "name": "Bernhard Schussek", |
| 389 | "email": "bschussek@2bepublished.at" |
| 390 | }, |
| 391 | { |
| 392 | "name": "Sebastian Bergmann", |
| 393 | "email": "sebastian@phpunit.de" |
| 394 | }, |
| 395 | { |
| 396 | "name": "Adam Harvey", |
| 397 | "email": "aharvey@php.net" |
| 398 | } |
| 399 | ], |
| 400 | "description": "Provides the functionality to export PHP variables for visualization", |
| 401 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
| 402 | "keywords": [ |
| 403 | "export", |
| 404 | "exporter" |
| 405 | ] |
| 406 | }, |
| 407 | { |
| 408 | "name": "sebastian/environment", |
| 409 | "version": "1.3.7", |
| 410 | "version_normalized": "1.3.7.0", |
| 411 | "source": { |
| 412 | "type": "git", |
| 413 | "url": "https://github.com/sebastianbergmann/environment.git", |
| 414 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" |
| 415 | }, |
| 416 | "dist": { |
| 417 | "type": "zip", |
| 418 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", |
| 419 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", |
| 420 | "shasum": "" |
| 421 | }, |
| 422 | "require": { |
| 423 | "php": ">=5.3.3" |
| 424 | }, |
| 425 | "require-dev": { |
| 426 | "phpunit/phpunit": "~4.4" |
| 427 | }, |
| 428 | "time": "2016-05-17 03:18:57", |
| 429 | "type": "library", |
| 430 | "extra": { |
| 431 | "branch-alias": { |
| 432 | "dev-master": "1.3.x-dev" |
| 433 | } |
| 434 | }, |
| 435 | "installation-source": "dist", |
| 436 | "autoload": { |
| 437 | "classmap": [ |
| 438 | "src/" |
| 439 | ] |
| 440 | }, |
| 441 | "notification-url": "https://packagist.org/downloads/", |
| 442 | "license": [ |
| 443 | "BSD-3-Clause" |
| 444 | ], |
| 445 | "authors": [ |
| 446 | { |
| 447 | "name": "Sebastian Bergmann", |
| 448 | "email": "sebastian@phpunit.de" |
| 449 | } |
| 450 | ], |
| 451 | "description": "Provides functionality to handle HHVM/PHP environments", |
| 452 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
| 453 | "keywords": [ |
| 454 | "Xdebug", |
| 455 | "environment", |
| 456 | "hhvm" |
| 457 | ] |
| 458 | }, |
| 459 | { |
| 460 | "name": "sebastian/diff", |
| 461 | "version": "1.4.1", |
| 462 | "version_normalized": "1.4.1.0", |
| 463 | "source": { |
| 464 | "type": "git", |
| 465 | "url": "https://github.com/sebastianbergmann/diff.git", |
| 466 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
| 467 | }, |
| 468 | "dist": { |
| 469 | "type": "zip", |
| 470 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
| 471 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
| 472 | "shasum": "" |
| 473 | }, |
| 474 | "require": { |
| 475 | "php": ">=5.3.3" |
| 476 | }, |
| 477 | "require-dev": { |
| 478 | "phpunit/phpunit": "~4.8" |
| 479 | }, |
| 480 | "time": "2015-12-08 07:14:41", |
| 481 | "type": "library", |
| 482 | "extra": { |
| 483 | "branch-alias": { |
| 484 | "dev-master": "1.4-dev" |
| 485 | } |
| 486 | }, |
| 487 | "installation-source": "dist", |
| 488 | "autoload": { |
| 489 | "classmap": [ |
| 490 | "src/" |
| 491 | ] |
| 492 | }, |
| 493 | "notification-url": "https://packagist.org/downloads/", |
| 494 | "license": [ |
| 495 | "BSD-3-Clause" |
| 496 | ], |
| 497 | "authors": [ |
| 498 | { |
| 499 | "name": "Kore Nordmann", |
| 500 | "email": "mail@kore-nordmann.de" |
| 501 | }, |
| 502 | { |
| 503 | "name": "Sebastian Bergmann", |
| 504 | "email": "sebastian@phpunit.de" |
| 505 | } |
| 506 | ], |
| 507 | "description": "Diff implementation", |
| 508 | "homepage": "https://github.com/sebastianbergmann/diff", |
| 509 | "keywords": [ |
| 510 | "diff" |
| 511 | ] |
| 512 | }, |
| 513 | { |
| 514 | "name": "sebastian/comparator", |
| 515 | "version": "1.2.0", |
| 516 | "version_normalized": "1.2.0.0", |
| 517 | "source": { |
| 518 | "type": "git", |
| 519 | "url": "https://github.com/sebastianbergmann/comparator.git", |
| 520 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
| 521 | }, |
| 522 | "dist": { |
| 523 | "type": "zip", |
| 524 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
| 525 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
| 526 | "shasum": "" |
| 527 | }, |
| 528 | "require": { |
| 529 | "php": ">=5.3.3", |
| 530 | "sebastian/diff": "~1.2", |
| 531 | "sebastian/exporter": "~1.2" |
| 532 | }, |
| 533 | "require-dev": { |
| 534 | "phpunit/phpunit": "~4.4" |
| 535 | }, |
| 536 | "time": "2015-07-26 15:48:44", |
| 537 | "type": "library", |
| 538 | "extra": { |
| 539 | "branch-alias": { |
| 540 | "dev-master": "1.2.x-dev" |
| 541 | } |
| 542 | }, |
| 543 | "installation-source": "dist", |
| 544 | "autoload": { |
| 545 | "classmap": [ |
| 546 | "src/" |
| 547 | ] |
| 548 | }, |
| 549 | "notification-url": "https://packagist.org/downloads/", |
| 550 | "license": [ |
| 551 | "BSD-3-Clause" |
| 552 | ], |
| 553 | "authors": [ |
| 554 | { |
| 555 | "name": "Jeff Welch", |
| 556 | "email": "whatthejeff@gmail.com" |
| 557 | }, |
| 558 | { |
| 559 | "name": "Volker Dusch", |
| 560 | "email": "github@wallbash.com" |
| 561 | }, |
| 562 | { |
| 563 | "name": "Bernhard Schussek", |
| 564 | "email": "bschussek@2bepublished.at" |
| 565 | }, |
| 566 | { |
| 567 | "name": "Sebastian Bergmann", |
| 568 | "email": "sebastian@phpunit.de" |
| 569 | } |
| 570 | ], |
| 571 | "description": "Provides the functionality to compare PHP values for equality", |
| 572 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
| 573 | "keywords": [ |
| 574 | "comparator", |
| 575 | "compare", |
| 576 | "equality" |
| 577 | ] |
| 578 | }, |
| 579 | { |
| 580 | "name": "doctrine/instantiator", |
| 581 | "version": "1.0.5", |
| 582 | "version_normalized": "1.0.5.0", |
| 583 | "source": { |
| 584 | "type": "git", |
| 585 | "url": "https://github.com/doctrine/instantiator.git", |
| 586 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
| 587 | }, |
| 588 | "dist": { |
| 589 | "type": "zip", |
| 590 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
| 591 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
| 592 | "shasum": "" |
| 593 | }, |
| 594 | "require": { |
| 595 | "php": ">=5.3,<8.0-DEV" |
| 596 | }, |
| 597 | "require-dev": { |
| 598 | "athletic/athletic": "~0.1.8", |
| 599 | "ext-pdo": "*", |
| 600 | "ext-phar": "*", |
| 601 | "phpunit/phpunit": "~4.0", |
| 602 | "squizlabs/php_codesniffer": "~2.0" |
| 603 | }, |
| 604 | "time": "2015-06-14 21:17:01", |
| 605 | "type": "library", |
| 606 | "extra": { |
| 607 | "branch-alias": { |
| 608 | "dev-master": "1.0.x-dev" |
| 609 | } |
| 610 | }, |
| 611 | "installation-source": "dist", |
| 612 | "autoload": { |
| 613 | "psr-4": { |
| 614 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
| 615 | } |
| 616 | }, |
| 617 | "notification-url": "https://packagist.org/downloads/", |
| 618 | "license": [ |
| 619 | "MIT" |
| 620 | ], |
| 621 | "authors": [ |
| 622 | { |
| 623 | "name": "Marco Pivetta", |
| 624 | "email": "ocramius@gmail.com", |
| 625 | "homepage": "http://ocramius.github.com/" |
| 626 | } |
| 627 | ], |
| 628 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
| 629 | "homepage": "https://github.com/doctrine/instantiator", |
| 630 | "keywords": [ |
| 631 | "constructor", |
| 632 | "instantiate" |
| 633 | ] |
| 634 | }, |
| 635 | { |
| 636 | "name": "phpunit/php-text-template", |
| 637 | "version": "1.2.1", |
| 638 | "version_normalized": "1.2.1.0", |
| 639 | "source": { |
| 640 | "type": "git", |
| 641 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
| 642 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
| 643 | }, |
| 644 | "dist": { |
| 645 | "type": "zip", |
| 646 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
| 647 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
| 648 | "shasum": "" |
| 649 | }, |
| 650 | "require": { |
| 651 | "php": ">=5.3.3" |
| 652 | }, |
| 653 | "time": "2015-06-21 13:50:34", |
| 654 | "type": "library", |
| 655 | "installation-source": "dist", |
| 656 | "autoload": { |
| 657 | "classmap": [ |
| 658 | "src/" |
| 659 | ] |
| 660 | }, |
| 661 | "notification-url": "https://packagist.org/downloads/", |
| 662 | "license": [ |
| 663 | "BSD-3-Clause" |
| 664 | ], |
| 665 | "authors": [ |
| 666 | { |
| 667 | "name": "Sebastian Bergmann", |
| 668 | "email": "sebastian@phpunit.de", |
| 669 | "role": "lead" |
| 670 | } |
| 671 | ], |
| 672 | "description": "Simple template engine.", |
| 673 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
| 674 | "keywords": [ |
| 675 | "template" |
| 676 | ] |
| 677 | }, |
| 678 | { |
| 679 | "name": "phpunit/phpunit-mock-objects", |
| 680 | "version": "2.3.8", |
| 681 | "version_normalized": "2.3.8.0", |
| 682 | "source": { |
| 683 | "type": "git", |
| 684 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
| 685 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
| 686 | }, |
| 687 | "dist": { |
| 688 | "type": "zip", |
| 689 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
| 690 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
| 691 | "shasum": "" |
| 692 | }, |
| 693 | "require": { |
| 694 | "doctrine/instantiator": "^1.0.2", |
| 695 | "php": ">=5.3.3", |
| 696 | "phpunit/php-text-template": "~1.2", |
| 697 | "sebastian/exporter": "~1.2" |
| 698 | }, |
| 699 | "require-dev": { |
| 700 | "phpunit/phpunit": "~4.4" |
| 701 | }, |
| 702 | "suggest": { |
| 703 | "ext-soap": "*" |
| 704 | }, |
| 705 | "time": "2015-10-02 06:51:40", |
| 706 | "type": "library", |
| 707 | "extra": { |
| 708 | "branch-alias": { |
| 709 | "dev-master": "2.3.x-dev" |
| 710 | } |
| 711 | }, |
| 712 | "installation-source": "dist", |
| 713 | "autoload": { |
| 714 | "classmap": [ |
| 715 | "src/" |
| 716 | ] |
| 717 | }, |
| 718 | "notification-url": "https://packagist.org/downloads/", |
| 719 | "license": [ |
| 720 | "BSD-3-Clause" |
| 721 | ], |
| 722 | "authors": [ |
| 723 | { |
| 724 | "name": "Sebastian Bergmann", |
| 725 | "email": "sb@sebastian-bergmann.de", |
| 726 | "role": "lead" |
| 727 | } |
| 728 | ], |
| 729 | "description": "Mock Object library for PHPUnit", |
| 730 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
| 731 | "keywords": [ |
| 732 | "mock", |
| 733 | "xunit" |
| 734 | ] |
| 735 | }, |
| 736 | { |
| 737 | "name": "phpunit/php-timer", |
| 738 | "version": "1.0.8", |
| 739 | "version_normalized": "1.0.8.0", |
| 740 | "source": { |
| 741 | "type": "git", |
| 742 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
| 743 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
| 744 | }, |
| 745 | "dist": { |
| 746 | "type": "zip", |
| 747 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
| 748 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
| 749 | "shasum": "" |
| 750 | }, |
| 751 | "require": { |
| 752 | "php": ">=5.3.3" |
| 753 | }, |
| 754 | "require-dev": { |
| 755 | "phpunit/phpunit": "~4|~5" |
| 756 | }, |
| 757 | "time": "2016-05-12 18:03:57", |
| 758 | "type": "library", |
| 759 | "installation-source": "dist", |
| 760 | "autoload": { |
| 761 | "classmap": [ |
| 762 | "src/" |
| 763 | ] |
| 764 | }, |
| 765 | "notification-url": "https://packagist.org/downloads/", |
| 766 | "license": [ |
| 767 | "BSD-3-Clause" |
| 768 | ], |
| 769 | "authors": [ |
| 770 | { |
| 771 | "name": "Sebastian Bergmann", |
| 772 | "email": "sb@sebastian-bergmann.de", |
| 773 | "role": "lead" |
| 774 | } |
| 775 | ], |
| 776 | "description": "Utility class for timing", |
| 777 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
| 778 | "keywords": [ |
| 779 | "timer" |
| 780 | ] |
| 781 | }, |
| 782 | { |
| 783 | "name": "phpunit/php-file-iterator", |
| 784 | "version": "1.4.1", |
| 785 | "version_normalized": "1.4.1.0", |
| 786 | "source": { |
| 787 | "type": "git", |
| 788 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
| 789 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
| 790 | }, |
| 791 | "dist": { |
| 792 | "type": "zip", |
| 793 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
| 794 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
| 795 | "shasum": "" |
| 796 | }, |
| 797 | "require": { |
| 798 | "php": ">=5.3.3" |
| 799 | }, |
| 800 | "time": "2015-06-21 13:08:43", |
| 801 | "type": "library", |
| 802 | "extra": { |
| 803 | "branch-alias": { |
| 804 | "dev-master": "1.4.x-dev" |
| 805 | } |
| 806 | }, |
| 807 | "installation-source": "dist", |
| 808 | "autoload": { |
| 809 | "classmap": [ |
| 810 | "src/" |
| 811 | ] |
| 812 | }, |
| 813 | "notification-url": "https://packagist.org/downloads/", |
| 814 | "license": [ |
| 815 | "BSD-3-Clause" |
| 816 | ], |
| 817 | "authors": [ |
| 818 | { |
| 819 | "name": "Sebastian Bergmann", |
| 820 | "email": "sb@sebastian-bergmann.de", |
| 821 | "role": "lead" |
| 822 | } |
| 823 | ], |
| 824 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
| 825 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
| 826 | "keywords": [ |
| 827 | "filesystem", |
| 828 | "iterator" |
| 829 | ] |
| 830 | }, |
| 831 | { |
| 832 | "name": "phpunit/php-token-stream", |
| 833 | "version": "1.4.8", |
| 834 | "version_normalized": "1.4.8.0", |
| 835 | "source": { |
| 836 | "type": "git", |
| 837 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
| 838 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
| 839 | }, |
| 840 | "dist": { |
| 841 | "type": "zip", |
| 842 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
| 843 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
| 844 | "shasum": "" |
| 845 | }, |
| 846 | "require": { |
| 847 | "ext-tokenizer": "*", |
| 848 | "php": ">=5.3.3" |
| 849 | }, |
| 850 | "require-dev": { |
| 851 | "phpunit/phpunit": "~4.2" |
| 852 | }, |
| 853 | "time": "2015-09-15 10:49:45", |
| 854 | "type": "library", |
| 855 | "extra": { |
| 856 | "branch-alias": { |
| 857 | "dev-master": "1.4-dev" |
| 858 | } |
| 859 | }, |
| 860 | "installation-source": "dist", |
| 861 | "autoload": { |
| 862 | "classmap": [ |
| 863 | "src/" |
| 864 | ] |
| 865 | }, |
| 866 | "notification-url": "https://packagist.org/downloads/", |
| 867 | "license": [ |
| 868 | "BSD-3-Clause" |
| 869 | ], |
| 870 | "authors": [ |
| 871 | { |
| 872 | "name": "Sebastian Bergmann", |
| 873 | "email": "sebastian@phpunit.de" |
| 874 | } |
| 875 | ], |
| 876 | "description": "Wrapper around PHP's tokenizer extension.", |
| 877 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
| 878 | "keywords": [ |
| 879 | "tokenizer" |
| 880 | ] |
| 881 | }, |
| 882 | { |
| 883 | "name": "phpunit/php-code-coverage", |
| 884 | "version": "2.2.4", |
| 885 | "version_normalized": "2.2.4.0", |
| 886 | "source": { |
| 887 | "type": "git", |
| 888 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
| 889 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
| 890 | }, |
| 891 | "dist": { |
| 892 | "type": "zip", |
| 893 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
| 894 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
| 895 | "shasum": "" |
| 896 | }, |
| 897 | "require": { |
| 898 | "php": ">=5.3.3", |
| 899 | "phpunit/php-file-iterator": "~1.3", |
| 900 | "phpunit/php-text-template": "~1.2", |
| 901 | "phpunit/php-token-stream": "~1.3", |
| 902 | "sebastian/environment": "^1.3.2", |
| 903 | "sebastian/version": "~1.0" |
| 904 | }, |
| 905 | "require-dev": { |
| 906 | "ext-xdebug": ">=2.1.4", |
| 907 | "phpunit/phpunit": "~4" |
| 908 | }, |
| 909 | "suggest": { |
| 910 | "ext-dom": "*", |
| 911 | "ext-xdebug": ">=2.2.1", |
| 912 | "ext-xmlwriter": "*" |
| 913 | }, |
| 914 | "time": "2015-10-06 15:47:00", |
| 915 | "type": "library", |
| 916 | "extra": { |
| 917 | "branch-alias": { |
| 918 | "dev-master": "2.2.x-dev" |
| 919 | } |
| 920 | }, |
| 921 | "installation-source": "dist", |
| 922 | "autoload": { |
| 923 | "classmap": [ |
| 924 | "src/" |
| 925 | ] |
| 926 | }, |
| 927 | "notification-url": "https://packagist.org/downloads/", |
| 928 | "license": [ |
| 929 | "BSD-3-Clause" |
| 930 | ], |
| 931 | "authors": [ |
| 932 | { |
| 933 | "name": "Sebastian Bergmann", |
| 934 | "email": "sb@sebastian-bergmann.de", |
| 935 | "role": "lead" |
| 936 | } |
| 937 | ], |
| 938 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
| 939 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
| 940 | "keywords": [ |
| 941 | "coverage", |
| 942 | "testing", |
| 943 | "xunit" |
| 944 | ] |
| 945 | }, |
| 946 | { |
| 947 | "name": "webmozart/assert", |
| 948 | "version": "1.0.2", |
| 949 | "version_normalized": "1.0.2.0", |
| 950 | "source": { |
| 951 | "type": "git", |
| 952 | "url": "https://github.com/webmozart/assert.git", |
| 953 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" |
| 954 | }, |
| 955 | "dist": { |
| 956 | "type": "zip", |
| 957 | "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
| 958 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
| 959 | "shasum": "" |
| 960 | }, |
| 961 | "require": { |
| 962 | "php": ">=5.3.3" |
| 963 | }, |
| 964 | "require-dev": { |
| 965 | "phpunit/phpunit": "^4.6" |
| 966 | }, |
| 967 | "time": "2015-08-24 13:29:44", |
| 968 | "type": "library", |
| 969 | "extra": { |
| 970 | "branch-alias": { |
| 971 | "dev-master": "1.0-dev" |
| 972 | } |
| 973 | }, |
| 974 | "installation-source": "dist", |
| 975 | "autoload": { |
| 976 | "psr-4": { |
| 977 | "Webmozart\\Assert\\": "src/" |
| 978 | } |
| 979 | }, |
| 980 | "notification-url": "https://packagist.org/downloads/", |
| 981 | "license": [ |
| 982 | "MIT" |
| 983 | ], |
| 984 | "authors": [ |
| 985 | { |
| 986 | "name": "Bernhard Schussek", |
| 987 | "email": "bschussek@gmail.com" |
| 988 | } |
| 989 | ], |
| 990 | "description": "Assertions to validate method input/output with nice error messages.", |
| 991 | "keywords": [ |
| 992 | "assert", |
| 993 | "check", |
| 994 | "validate" |
| 995 | ] |
| 996 | }, |
| 997 | { |
| 998 | "name": "phpdocumentor/reflection-common", |
| 999 | "version": "1.0", |
| 1000 | "version_normalized": "1.0.0.0", |
| 1001 | "source": { |
| 1002 | "type": "git", |
| 1003 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
| 1004 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
| 1005 | }, |
| 1006 | "dist": { |
| 1007 | "type": "zip", |
| 1008 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
| 1009 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
| 1010 | "shasum": "" |
| 1011 | }, |
| 1012 | "require": { |
| 1013 | "php": ">=5.5" |
| 1014 | }, |
| 1015 | "require-dev": { |
| 1016 | "phpunit/phpunit": "^4.6" |
| 1017 | }, |
| 1018 | "time": "2015-12-27 11:43:31", |
| 1019 | "type": "library", |
| 1020 | "extra": { |
| 1021 | "branch-alias": { |
| 1022 | "dev-master": "1.0.x-dev" |
| 1023 | } |
| 1024 | }, |
| 1025 | "installation-source": "dist", |
| 1026 | "autoload": { |
| 1027 | "psr-4": { |
| 1028 | "phpDocumentor\\Reflection\\": [ |
| 1029 | "src" |
| 1030 | ] |
| 1031 | } |
| 1032 | }, |
| 1033 | "notification-url": "https://packagist.org/downloads/", |
| 1034 | "license": [ |
| 1035 | "MIT" |
| 1036 | ], |
| 1037 | "authors": [ |
| 1038 | { |
| 1039 | "name": "Jaap van Otterdijk", |
| 1040 | "email": "opensource@ijaap.nl" |
| 1041 | } |
| 1042 | ], |
| 1043 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
| 1044 | "homepage": "http://www.phpdoc.org", |
| 1045 | "keywords": [ |
| 1046 | "FQSEN", |
| 1047 | "phpDocumentor", |
| 1048 | "phpdoc", |
| 1049 | "reflection", |
| 1050 | "static analysis" |
| 1051 | ] |
| 1052 | }, |
| 1053 | { |
| 1054 | "name": "phpdocumentor/type-resolver", |
| 1055 | "version": "0.2", |
| 1056 | "version_normalized": "0.2.0.0", |
| 1057 | "source": { |
| 1058 | "type": "git", |
| 1059 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
| 1060 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
| 1061 | }, |
| 1062 | "dist": { |
| 1063 | "type": "zip", |
| 1064 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
| 1065 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
| 1066 | "shasum": "" |
| 1067 | }, |
| 1068 | "require": { |
| 1069 | "php": ">=5.5", |
| 1070 | "phpdocumentor/reflection-common": "^1.0" |
| 1071 | }, |
| 1072 | "require-dev": { |
| 1073 | "mockery/mockery": "^0.9.4", |
| 1074 | "phpunit/phpunit": "^5.2||^4.8.24" |
| 1075 | }, |
| 1076 | "time": "2016-06-10 07:14:17", |
| 1077 | "type": "library", |
| 1078 | "extra": { |
| 1079 | "branch-alias": { |
| 1080 | "dev-master": "1.0.x-dev" |
| 1081 | } |
| 1082 | }, |
| 1083 | "installation-source": "dist", |
| 1084 | "autoload": { |
| 1085 | "psr-4": { |
| 1086 | "phpDocumentor\\Reflection\\": [ |
| 1087 | "src/" |
| 1088 | ] |
| 1089 | } |
| 1090 | }, |
| 1091 | "notification-url": "https://packagist.org/downloads/", |
| 1092 | "license": [ |
| 1093 | "MIT" |
| 1094 | ], |
| 1095 | "authors": [ |
| 1096 | { |
| 1097 | "name": "Mike van Riel", |
| 1098 | "email": "me@mikevanriel.com" |
| 1099 | } |
| 1100 | ] |
| 1101 | }, |
| 1102 | { |
| 1103 | "name": "phpdocumentor/reflection-docblock", |
| 1104 | "version": "3.1.0", |
| 1105 | "version_normalized": "3.1.0.0", |
| 1106 | "source": { |
| 1107 | "type": "git", |
| 1108 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
| 1109 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" |
| 1110 | }, |
| 1111 | "dist": { |
| 1112 | "type": "zip", |
| 1113 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", |
| 1114 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", |
| 1115 | "shasum": "" |
| 1116 | }, |
| 1117 | "require": { |
| 1118 | "php": ">=5.5", |
| 1119 | "phpdocumentor/reflection-common": "^1.0@dev", |
| 1120 | "phpdocumentor/type-resolver": "^0.2.0", |
| 1121 | "webmozart/assert": "^1.0" |
| 1122 | }, |
| 1123 | "require-dev": { |
| 1124 | "mockery/mockery": "^0.9.4", |
| 1125 | "phpunit/phpunit": "^4.4" |
| 1126 | }, |
| 1127 | "time": "2016-06-10 09:48:41", |
| 1128 | "type": "library", |
| 1129 | "installation-source": "dist", |
| 1130 | "autoload": { |
| 1131 | "psr-4": { |
| 1132 | "phpDocumentor\\Reflection\\": [ |
| 1133 | "src/" |
| 1134 | ] |
| 1135 | } |
| 1136 | }, |
| 1137 | "notification-url": "https://packagist.org/downloads/", |
| 1138 | "license": [ |
| 1139 | "MIT" |
| 1140 | ], |
| 1141 | "authors": [ |
| 1142 | { |
| 1143 | "name": "Mike van Riel", |
| 1144 | "email": "me@mikevanriel.com" |
| 1145 | } |
| 1146 | ], |
| 1147 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." |
| 1148 | }, |
| 1149 | { |
| 1150 | "name": "phpspec/prophecy", |
| 1151 | "version": "v1.6.1", |
| 1152 | "version_normalized": "1.6.1.0", |
| 1153 | "source": { |
| 1154 | "type": "git", |
| 1155 | "url": "https://github.com/phpspec/prophecy.git", |
| 1156 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
| 1157 | }, |
| 1158 | "dist": { |
| 1159 | "type": "zip", |
| 1160 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
| 1161 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
| 1162 | "shasum": "" |
| 1163 | }, |
| 1164 | "require": { |
| 1165 | "doctrine/instantiator": "^1.0.2", |
| 1166 | "php": "^5.3|^7.0", |
| 1167 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
| 1168 | "sebastian/comparator": "^1.1", |
| 1169 | "sebastian/recursion-context": "^1.0" |
| 1170 | }, |
| 1171 | "require-dev": { |
| 1172 | "phpspec/phpspec": "^2.0" |
| 1173 | }, |
| 1174 | "time": "2016-06-07 08:13:47", |
| 1175 | "type": "library", |
| 1176 | "extra": { |
| 1177 | "branch-alias": { |
| 1178 | "dev-master": "1.6.x-dev" |
| 1179 | } |
| 1180 | }, |
| 1181 | "installation-source": "dist", |
| 1182 | "autoload": { |
| 1183 | "psr-0": { |
| 1184 | "Prophecy\\": "src/" |
| 1185 | } |
| 1186 | }, |
| 1187 | "notification-url": "https://packagist.org/downloads/", |
| 1188 | "license": [ |
| 1189 | "MIT" |
| 1190 | ], |
| 1191 | "authors": [ |
| 1192 | { |
| 1193 | "name": "Konstantin Kudryashov", |
| 1194 | "email": "ever.zet@gmail.com", |
| 1195 | "homepage": "http://everzet.com" |
| 1196 | }, |
| 1197 | { |
| 1198 | "name": "Marcello Duarte", |
| 1199 | "email": "marcello.duarte@gmail.com" |
| 1200 | } |
| 1201 | ], |
| 1202 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
| 1203 | "homepage": "https://github.com/phpspec/prophecy", |
| 1204 | "keywords": [ |
| 1205 | "Double", |
| 1206 | "Dummy", |
| 1207 | "fake", |
| 1208 | "mock", |
| 1209 | "spy", |
| 1210 | "stub" |
| 1211 | ] |
| 1212 | }, |
| 1213 | { |
| 1214 | "name": "cloudflare/cf-ip-rewrite", |
| 1215 | "version": "1.0.1", |
| 1216 | "version_normalized": "1.0.1.0", |
| 1217 | "source": { |
| 1218 | "type": "git", |
| 1219 | "url": "https://github.com/cloudflare/cf-ip-rewrite.git", |
| 1220 | "reference": "f6dfb3cc7a9303db7d40a3e1af99d9d88d02c40e" |
| 1221 | }, |
| 1222 | "dist": { |
| 1223 | "type": "zip", |
| 1224 | "url": "https://api.github.com/repos/cloudflare/cf-ip-rewrite/zipball/f6dfb3cc7a9303db7d40a3e1af99d9d88d02c40e", |
| 1225 | "reference": "f6dfb3cc7a9303db7d40a3e1af99d9d88d02c40e", |
| 1226 | "shasum": "" |
| 1227 | }, |
| 1228 | "require": { |
| 1229 | "php": ">=5.3.0" |
| 1230 | }, |
| 1231 | "require-dev": { |
| 1232 | "phpunit/phpunit": "^4.8", |
| 1233 | "squizlabs/php_codesniffer": "2.*" |
| 1234 | }, |
| 1235 | "time": "2016-07-13 14:55:18", |
| 1236 | "type": "library", |
| 1237 | "installation-source": "dist", |
| 1238 | "autoload": { |
| 1239 | "psr-0": { |
| 1240 | "CloudFlare\\": "src/" |
| 1241 | } |
| 1242 | }, |
| 1243 | "notification-url": "https://packagist.org/downloads/", |
| 1244 | "license": [ |
| 1245 | "MIT" |
| 1246 | ], |
| 1247 | "authors": [ |
| 1248 | { |
| 1249 | "name": "CloudFlare", |
| 1250 | "homepage": "http://www.cloudflare.com/" |
| 1251 | } |
| 1252 | ], |
| 1253 | "description": "Library to rewrite CloudFlare IP Addresses to the end-user IP address", |
| 1254 | "homepage": "https://github.com/cloudflare/cf-ip-rewrite", |
| 1255 | "keywords": [ |
| 1256 | "cloudflare", |
| 1257 | "ip rewrite" |
| 1258 | ] |
| 1259 | }, |
| 1260 | { |
| 1261 | "name": "squizlabs/php_codesniffer", |
| 1262 | "version": "2.6.2", |
| 1263 | "version_normalized": "2.6.2.0", |
| 1264 | "source": { |
| 1265 | "type": "git", |
| 1266 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
| 1267 | "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83" |
| 1268 | }, |
| 1269 | "dist": { |
| 1270 | "type": "zip", |
| 1271 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4edb770cb853def6e60c93abb088ad5ac2010c83", |
| 1272 | "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83", |
| 1273 | "shasum": "" |
| 1274 | }, |
| 1275 | "require": { |
| 1276 | "ext-simplexml": "*", |
| 1277 | "ext-tokenizer": "*", |
| 1278 | "ext-xmlwriter": "*", |
| 1279 | "php": ">=5.1.2" |
| 1280 | }, |
| 1281 | "require-dev": { |
| 1282 | "phpunit/phpunit": "~4.0" |
| 1283 | }, |
| 1284 | "time": "2016-07-13 23:29:13", |
| 1285 | "bin": [ |
| 1286 | "scripts/phpcs", |
| 1287 | "scripts/phpcbf" |
| 1288 | ], |
| 1289 | "type": "library", |
| 1290 | "extra": { |
| 1291 | "branch-alias": { |
| 1292 | "dev-master": "2.x-dev" |
| 1293 | } |
| 1294 | }, |
| 1295 | "installation-source": "dist", |
| 1296 | "autoload": { |
| 1297 | "classmap": [ |
| 1298 | "CodeSniffer.php", |
| 1299 | "CodeSniffer/CLI.php", |
| 1300 | "CodeSniffer/Exception.php", |
| 1301 | "CodeSniffer/File.php", |
| 1302 | "CodeSniffer/Fixer.php", |
| 1303 | "CodeSniffer/Report.php", |
| 1304 | "CodeSniffer/Reporting.php", |
| 1305 | "CodeSniffer/Sniff.php", |
| 1306 | "CodeSniffer/Tokens.php", |
| 1307 | "CodeSniffer/Reports/", |
| 1308 | "CodeSniffer/Tokenizers/", |
| 1309 | "CodeSniffer/DocGenerators/", |
| 1310 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
| 1311 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
| 1312 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
| 1313 | "CodeSniffer/Standards/IncorrectPatternException.php", |
| 1314 | "CodeSniffer/Standards/Generic/Sniffs/", |
| 1315 | "CodeSniffer/Standards/MySource/Sniffs/", |
| 1316 | "CodeSniffer/Standards/PEAR/Sniffs/", |
| 1317 | "CodeSniffer/Standards/PSR1/Sniffs/", |
| 1318 | "CodeSniffer/Standards/PSR2/Sniffs/", |
| 1319 | "CodeSniffer/Standards/Squiz/Sniffs/", |
| 1320 | "CodeSniffer/Standards/Zend/Sniffs/" |
| 1321 | ] |
| 1322 | }, |
| 1323 | "notification-url": "https://packagist.org/downloads/", |
| 1324 | "license": [ |
| 1325 | "BSD-3-Clause" |
| 1326 | ], |
| 1327 | "authors": [ |
| 1328 | { |
| 1329 | "name": "Greg Sherwood", |
| 1330 | "role": "lead" |
| 1331 | } |
| 1332 | ], |
| 1333 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
| 1334 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
| 1335 | "keywords": [ |
| 1336 | "phpcs", |
| 1337 | "standards" |
| 1338 | ] |
| 1339 | }, |
| 1340 | { |
| 1341 | "name": "johnkary/phpunit-speedtrap", |
| 1342 | "version": "v1.0.1", |
| 1343 | "version_normalized": "1.0.1.0", |
| 1344 | "source": { |
| 1345 | "type": "git", |
| 1346 | "url": "https://github.com/johnkary/phpunit-speedtrap.git", |
| 1347 | "reference": "76a26f8a903a9434608cdad2b41c40cd134ea326" |
| 1348 | }, |
| 1349 | "dist": { |
| 1350 | "type": "zip", |
| 1351 | "url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/76a26f8a903a9434608cdad2b41c40cd134ea326", |
| 1352 | "reference": "76a26f8a903a9434608cdad2b41c40cd134ea326", |
| 1353 | "shasum": "" |
| 1354 | }, |
| 1355 | "require": { |
| 1356 | "php": ">=5.3.0" |
| 1357 | }, |
| 1358 | "require-dev": { |
| 1359 | "phpunit/phpunit": "3.7.*|~4.0" |
| 1360 | }, |
| 1361 | "time": "2015-09-13 19:01:00", |
| 1362 | "type": "library", |
| 1363 | "extra": { |
| 1364 | "branch-alias": { |
| 1365 | "dev-master": "1.0-dev" |
| 1366 | } |
| 1367 | }, |
| 1368 | "installation-source": "dist", |
| 1369 | "autoload": { |
| 1370 | "psr-0": { |
| 1371 | "JohnKary": "src/" |
| 1372 | } |
| 1373 | }, |
| 1374 | "notification-url": "https://packagist.org/downloads/", |
| 1375 | "license": [ |
| 1376 | "MIT" |
| 1377 | ], |
| 1378 | "authors": [ |
| 1379 | { |
| 1380 | "name": "John Kary", |
| 1381 | "email": "john@johnkary.net" |
| 1382 | } |
| 1383 | ], |
| 1384 | "description": "Find slow tests in your PHPUnit test suite", |
| 1385 | "homepage": "https://github.com/johnkary/phpunit-speedtrap", |
| 1386 | "keywords": [ |
| 1387 | "phpunit", |
| 1388 | "profile", |
| 1389 | "slow" |
| 1390 | ] |
| 1391 | }, |
| 1392 | { |
| 1393 | "name": "guzzlehttp/guzzle", |
| 1394 | "version": "5.3.1", |
| 1395 | "version_normalized": "5.3.1.0", |
| 1396 | "source": { |
| 1397 | "type": "git", |
| 1398 | "url": "https://github.com/guzzle/guzzle.git", |
| 1399 | "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8" |
| 1400 | }, |
| 1401 | "dist": { |
| 1402 | "type": "zip", |
| 1403 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8", |
| 1404 | "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8", |
| 1405 | "shasum": "" |
| 1406 | }, |
| 1407 | "require": { |
| 1408 | "guzzlehttp/ringphp": "^1.1", |
| 1409 | "php": ">=5.4.0" |
| 1410 | }, |
| 1411 | "require-dev": { |
| 1412 | "ext-curl": "*", |
| 1413 | "phpunit/phpunit": "^4.0" |
| 1414 | }, |
| 1415 | "time": "2016-07-15 19:28:39", |
| 1416 | "type": "library", |
| 1417 | "installation-source": "dist", |
| 1418 | "autoload": { |
| 1419 | "psr-4": { |
| 1420 | "GuzzleHttp\\": "src/" |
| 1421 | } |
| 1422 | }, |
| 1423 | "notification-url": "https://packagist.org/downloads/", |
| 1424 | "license": [ |
| 1425 | "MIT" |
| 1426 | ], |
| 1427 | "authors": [ |
| 1428 | { |
| 1429 | "name": "Michael Dowling", |
| 1430 | "email": "mtdowling@gmail.com", |
| 1431 | "homepage": "https://github.com/mtdowling" |
| 1432 | } |
| 1433 | ], |
| 1434 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
| 1435 | "homepage": "http://guzzlephp.org/", |
| 1436 | "keywords": [ |
| 1437 | "client", |
| 1438 | "curl", |
| 1439 | "framework", |
| 1440 | "http", |
| 1441 | "http client", |
| 1442 | "rest", |
| 1443 | "web service" |
| 1444 | ] |
| 1445 | }, |
| 1446 | { |
| 1447 | "name": "phpunit/phpunit", |
| 1448 | "version": "4.8.27", |
| 1449 | "version_normalized": "4.8.27.0", |
| 1450 | "source": { |
| 1451 | "type": "git", |
| 1452 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
| 1453 | "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90" |
| 1454 | }, |
| 1455 | "dist": { |
| 1456 | "type": "zip", |
| 1457 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90", |
| 1458 | "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90", |
| 1459 | "shasum": "" |
| 1460 | }, |
| 1461 | "require": { |
| 1462 | "ext-dom": "*", |
| 1463 | "ext-json": "*", |
| 1464 | "ext-pcre": "*", |
| 1465 | "ext-reflection": "*", |
| 1466 | "ext-spl": "*", |
| 1467 | "php": ">=5.3.3", |
| 1468 | "phpspec/prophecy": "^1.3.1", |
| 1469 | "phpunit/php-code-coverage": "~2.1", |
| 1470 | "phpunit/php-file-iterator": "~1.4", |
| 1471 | "phpunit/php-text-template": "~1.2", |
| 1472 | "phpunit/php-timer": "^1.0.6", |
| 1473 | "phpunit/phpunit-mock-objects": "~2.3", |
| 1474 | "sebastian/comparator": "~1.1", |
| 1475 | "sebastian/diff": "~1.2", |
| 1476 | "sebastian/environment": "~1.3", |
| 1477 | "sebastian/exporter": "~1.2", |
| 1478 | "sebastian/global-state": "~1.0", |
| 1479 | "sebastian/version": "~1.0", |
| 1480 | "symfony/yaml": "~2.1|~3.0" |
| 1481 | }, |
| 1482 | "suggest": { |
| 1483 | "phpunit/php-invoker": "~1.1" |
| 1484 | }, |
| 1485 | "time": "2016-07-21 06:48:14", |
| 1486 | "bin": [ |
| 1487 | "phpunit" |
| 1488 | ], |
| 1489 | "type": "library", |
| 1490 | "extra": { |
| 1491 | "branch-alias": { |
| 1492 | "dev-master": "4.8.x-dev" |
| 1493 | } |
| 1494 | }, |
| 1495 | "installation-source": "dist", |
| 1496 | "autoload": { |
| 1497 | "classmap": [ |
| 1498 | "src/" |
| 1499 | ] |
| 1500 | }, |
| 1501 | "notification-url": "https://packagist.org/downloads/", |
| 1502 | "license": [ |
| 1503 | "BSD-3-Clause" |
| 1504 | ], |
| 1505 | "authors": [ |
| 1506 | { |
| 1507 | "name": "Sebastian Bergmann", |
| 1508 | "email": "sebastian@phpunit.de", |
| 1509 | "role": "lead" |
| 1510 | } |
| 1511 | ], |
| 1512 | "description": "The PHP Unit Testing framework.", |
| 1513 | "homepage": "https://phpunit.de/", |
| 1514 | "keywords": [ |
| 1515 | "phpunit", |
| 1516 | "testing", |
| 1517 | "xunit" |
| 1518 | ] |
| 1519 | }, |
| 1520 | { |
| 1521 | "name": "symfony/yaml", |
| 1522 | "version": "v2.8.9", |
| 1523 | "version_normalized": "2.8.9.0", |
| 1524 | "source": { |
| 1525 | "type": "git", |
| 1526 | "url": "https://github.com/symfony/yaml.git", |
| 1527 | "reference": "0ceab136f43ed9d3e97b3eea32a7855dc50c121d" |
| 1528 | }, |
| 1529 | "dist": { |
| 1530 | "type": "zip", |
| 1531 | "url": "https://api.github.com/repos/symfony/yaml/zipball/0ceab136f43ed9d3e97b3eea32a7855dc50c121d", |
| 1532 | "reference": "0ceab136f43ed9d3e97b3eea32a7855dc50c121d", |
| 1533 | "shasum": "" |
| 1534 | }, |
| 1535 | "require": { |
| 1536 | "php": ">=5.3.9" |
| 1537 | }, |
| 1538 | "time": "2016-07-17 09:06:15", |
| 1539 | "type": "library", |
| 1540 | "extra": { |
| 1541 | "branch-alias": { |
| 1542 | "dev-master": "2.8-dev" |
| 1543 | } |
| 1544 | }, |
| 1545 | "installation-source": "dist", |
| 1546 | "autoload": { |
| 1547 | "psr-4": { |
| 1548 | "Symfony\\Component\\Yaml\\": "" |
| 1549 | }, |
| 1550 | "exclude-from-classmap": [ |
| 1551 | "/Tests/" |
| 1552 | ] |
| 1553 | }, |
| 1554 | "notification-url": "https://packagist.org/downloads/", |
| 1555 | "license": [ |
| 1556 | "MIT" |
| 1557 | ], |
| 1558 | "authors": [ |
| 1559 | { |
| 1560 | "name": "Fabien Potencier", |
| 1561 | "email": "fabien@symfony.com" |
| 1562 | }, |
| 1563 | { |
| 1564 | "name": "Symfony Community", |
| 1565 | "homepage": "https://symfony.com/contributors" |
| 1566 | } |
| 1567 | ], |
| 1568 | "description": "Symfony Yaml Component", |
| 1569 | "homepage": "https://symfony.com" |
| 1570 | }, |
| 1571 | { |
| 1572 | "name": "cloudflare/cloudflare-plugin-backend", |
| 1573 | "version": "1.0.9", |
| 1574 | "version_normalized": "1.0.9.0", |
| 1575 | "source": { |
| 1576 | "type": "git", |
| 1577 | "url": "https://github.com/cloudflare/cloudflare-plugin-backend.git", |
| 1578 | "reference": "fa780e8dcb0259f93c32eae89783248b287d5717" |
| 1579 | }, |
| 1580 | "dist": { |
| 1581 | "type": "zip", |
| 1582 | "url": "https://api.github.com/repos/cloudflare/cloudflare-plugin-backend/zipball/fa780e8dcb0259f93c32eae89783248b287d5717", |
| 1583 | "reference": "fa780e8dcb0259f93c32eae89783248b287d5717", |
| 1584 | "shasum": "" |
| 1585 | }, |
| 1586 | "require": { |
| 1587 | "guzzlehttp/guzzle": "~5.0", |
| 1588 | "psr/log": "^1.0" |
| 1589 | }, |
| 1590 | "require-dev": { |
| 1591 | "phpunit/phpunit": "4.8.*", |
| 1592 | "squizlabs/php_codesniffer": "2.*" |
| 1593 | }, |
| 1594 | "time": "2016-08-03 16:59:06", |
| 1595 | "type": "library", |
| 1596 | "installation-source": "dist", |
| 1597 | "autoload": { |
| 1598 | "psr-4": { |
| 1599 | "CF\\": "src/" |
| 1600 | } |
| 1601 | }, |
| 1602 | "notification-url": "https://packagist.org/downloads/", |
| 1603 | "license": [ |
| 1604 | "BSD-3-Clause" |
| 1605 | ], |
| 1606 | "description": "A PHP backend for CloudFlare plugins." |
| 1607 | } |
| 1608 | ] |