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