paymaxi /
webhooks
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": "467d2762d61bd887f6e2259cbd8e423e", |
||
| 8 | "content-hash": "0a7f10bad5f32833a7dd9d76db9df72c", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "clue/stream-filter", |
||
| 12 | "version": "v1.4.0", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/clue/php-stream-filter.git", |
||
| 16 | "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0", |
||
| 21 | "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "php": ">=5.3" |
||
| 26 | }, |
||
| 27 | "require-dev": { |
||
| 28 | "phpunit/phpunit": "^5.0 || ^4.8" |
||
| 29 | }, |
||
| 30 | "type": "library", |
||
| 31 | "autoload": { |
||
| 32 | "psr-4": { |
||
| 33 | "Clue\\StreamFilter\\": "src/" |
||
| 34 | }, |
||
| 35 | "files": [ |
||
| 36 | "src/functions.php" |
||
| 37 | ] |
||
| 38 | }, |
||
| 39 | "notification-url": "https://packagist.org/downloads/", |
||
| 40 | "license": [ |
||
| 41 | "MIT" |
||
| 42 | ], |
||
| 43 | "authors": [ |
||
| 44 | { |
||
| 45 | "name": "Christian Lück", |
||
| 46 | "email": "[email protected]" |
||
| 47 | } |
||
| 48 | ], |
||
| 49 | "description": "A simple and modern approach to stream filtering in PHP", |
||
| 50 | "homepage": "https://github.com/clue/php-stream-filter", |
||
| 51 | "keywords": [ |
||
| 52 | "bucket brigade", |
||
| 53 | "callback", |
||
| 54 | "filter", |
||
| 55 | "php_user_filter", |
||
| 56 | "stream", |
||
| 57 | "stream_filter_append", |
||
| 58 | "stream_filter_register" |
||
| 59 | ], |
||
| 60 | "time": "2017-08-18 09:54:01" |
||
| 61 | }, |
||
| 62 | { |
||
| 63 | "name": "composer/ca-bundle", |
||
| 64 | "version": "1.0.8", |
||
| 65 | "source": { |
||
| 66 | "type": "git", |
||
| 67 | "url": "https://github.com/composer/ca-bundle.git", |
||
| 68 | "reference": "9dd73a03951357922d8aee6cc084500de93e2343" |
||
| 69 | }, |
||
| 70 | "dist": { |
||
| 71 | "type": "zip", |
||
| 72 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9dd73a03951357922d8aee6cc084500de93e2343", |
||
| 73 | "reference": "9dd73a03951357922d8aee6cc084500de93e2343", |
||
| 74 | "shasum": "" |
||
| 75 | }, |
||
| 76 | "require": { |
||
| 77 | "ext-openssl": "*", |
||
| 78 | "ext-pcre": "*", |
||
| 79 | "php": "^5.3.2 || ^7.0" |
||
| 80 | }, |
||
| 81 | "require-dev": { |
||
| 82 | "phpunit/phpunit": "^4.5", |
||
| 83 | "psr/log": "^1.0", |
||
| 84 | "symfony/process": "^2.5 || ^3.0" |
||
| 85 | }, |
||
| 86 | "suggest": { |
||
| 87 | "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" |
||
| 88 | }, |
||
| 89 | "type": "library", |
||
| 90 | "extra": { |
||
| 91 | "branch-alias": { |
||
| 92 | "dev-master": "1.x-dev" |
||
| 93 | } |
||
| 94 | }, |
||
| 95 | "autoload": { |
||
| 96 | "psr-4": { |
||
| 97 | "Composer\\CaBundle\\": "src" |
||
| 98 | } |
||
| 99 | }, |
||
| 100 | "notification-url": "https://packagist.org/downloads/", |
||
| 101 | "license": [ |
||
| 102 | "MIT" |
||
| 103 | ], |
||
| 104 | "authors": [ |
||
| 105 | { |
||
| 106 | "name": "Jordi Boggiano", |
||
| 107 | "email": "[email protected]", |
||
| 108 | "homepage": "http://seld.be" |
||
| 109 | } |
||
| 110 | ], |
||
| 111 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
||
| 112 | "keywords": [ |
||
| 113 | "cabundle", |
||
| 114 | "cacert", |
||
| 115 | "certificate", |
||
| 116 | "ssl", |
||
| 117 | "tls" |
||
| 118 | ], |
||
| 119 | "time": "2017-09-11 07:24:36" |
||
| 120 | }, |
||
| 121 | { |
||
| 122 | "name": "doctrine/annotations", |
||
| 123 | "version": "v1.5.0", |
||
| 124 | "source": { |
||
| 125 | "type": "git", |
||
| 126 | "url": "https://github.com/doctrine/annotations.git", |
||
| 127 | "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f" |
||
| 128 | }, |
||
| 129 | "dist": { |
||
| 130 | "type": "zip", |
||
| 131 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f", |
||
| 132 | "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f", |
||
| 133 | "shasum": "" |
||
| 134 | }, |
||
| 135 | "require": { |
||
| 136 | "doctrine/lexer": "1.*", |
||
| 137 | "php": "^7.1" |
||
| 138 | }, |
||
| 139 | "require-dev": { |
||
| 140 | "doctrine/cache": "1.*", |
||
| 141 | "phpunit/phpunit": "^5.7" |
||
| 142 | }, |
||
| 143 | "type": "library", |
||
| 144 | "extra": { |
||
| 145 | "branch-alias": { |
||
| 146 | "dev-master": "1.5.x-dev" |
||
| 147 | } |
||
| 148 | }, |
||
| 149 | "autoload": { |
||
| 150 | "psr-4": { |
||
| 151 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 152 | } |
||
| 153 | }, |
||
| 154 | "notification-url": "https://packagist.org/downloads/", |
||
| 155 | "license": [ |
||
| 156 | "MIT" |
||
| 157 | ], |
||
| 158 | "authors": [ |
||
| 159 | { |
||
| 160 | "name": "Roman Borschel", |
||
| 161 | "email": "[email protected]" |
||
| 162 | }, |
||
| 163 | { |
||
| 164 | "name": "Benjamin Eberlei", |
||
| 165 | "email": "[email protected]" |
||
| 166 | }, |
||
| 167 | { |
||
| 168 | "name": "Guilherme Blanco", |
||
| 169 | "email": "[email protected]" |
||
| 170 | }, |
||
| 171 | { |
||
| 172 | "name": "Jonathan Wage", |
||
| 173 | "email": "[email protected]" |
||
| 174 | }, |
||
| 175 | { |
||
| 176 | "name": "Johannes Schmitt", |
||
| 177 | "email": "[email protected]" |
||
| 178 | } |
||
| 179 | ], |
||
| 180 | "description": "Docblock Annotations Parser", |
||
| 181 | "homepage": "http://www.doctrine-project.org", |
||
| 182 | "keywords": [ |
||
| 183 | "annotations", |
||
| 184 | "docblock", |
||
| 185 | "parser" |
||
| 186 | ], |
||
| 187 | "time": "2017-07-22 10:58:02" |
||
| 188 | }, |
||
| 189 | { |
||
| 190 | "name": "doctrine/cache", |
||
| 191 | "version": "v1.7.1", |
||
| 192 | "source": { |
||
| 193 | "type": "git", |
||
| 194 | "url": "https://github.com/doctrine/cache.git", |
||
| 195 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" |
||
| 196 | }, |
||
| 197 | "dist": { |
||
| 198 | "type": "zip", |
||
| 199 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
| 200 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
| 201 | "shasum": "" |
||
| 202 | }, |
||
| 203 | "require": { |
||
| 204 | "php": "~7.1" |
||
| 205 | }, |
||
| 206 | "conflict": { |
||
| 207 | "doctrine/common": ">2.2,<2.4" |
||
| 208 | }, |
||
| 209 | "require-dev": { |
||
| 210 | "alcaeus/mongo-php-adapter": "^1.1", |
||
| 211 | "mongodb/mongodb": "^1.1", |
||
| 212 | "phpunit/phpunit": "^5.7", |
||
| 213 | "predis/predis": "~1.0" |
||
| 214 | }, |
||
| 215 | "suggest": { |
||
| 216 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
| 217 | }, |
||
| 218 | "type": "library", |
||
| 219 | "extra": { |
||
| 220 | "branch-alias": { |
||
| 221 | "dev-master": "1.7.x-dev" |
||
| 222 | } |
||
| 223 | }, |
||
| 224 | "autoload": { |
||
| 225 | "psr-4": { |
||
| 226 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 227 | } |
||
| 228 | }, |
||
| 229 | "notification-url": "https://packagist.org/downloads/", |
||
| 230 | "license": [ |
||
| 231 | "MIT" |
||
| 232 | ], |
||
| 233 | "authors": [ |
||
| 234 | { |
||
| 235 | "name": "Roman Borschel", |
||
| 236 | "email": "[email protected]" |
||
| 237 | }, |
||
| 238 | { |
||
| 239 | "name": "Benjamin Eberlei", |
||
| 240 | "email": "[email protected]" |
||
| 241 | }, |
||
| 242 | { |
||
| 243 | "name": "Guilherme Blanco", |
||
| 244 | "email": "[email protected]" |
||
| 245 | }, |
||
| 246 | { |
||
| 247 | "name": "Jonathan Wage", |
||
| 248 | "email": "[email protected]" |
||
| 249 | }, |
||
| 250 | { |
||
| 251 | "name": "Johannes Schmitt", |
||
| 252 | "email": "[email protected]" |
||
| 253 | } |
||
| 254 | ], |
||
| 255 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 256 | "homepage": "http://www.doctrine-project.org", |
||
| 257 | "keywords": [ |
||
| 258 | "cache", |
||
| 259 | "caching" |
||
| 260 | ], |
||
| 261 | "time": "2017-08-25 07:02:50" |
||
| 262 | }, |
||
| 263 | { |
||
| 264 | "name": "doctrine/collections", |
||
| 265 | "version": "v1.5.0", |
||
| 266 | "source": { |
||
| 267 | "type": "git", |
||
| 268 | "url": "https://github.com/doctrine/collections.git", |
||
| 269 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" |
||
| 270 | }, |
||
| 271 | "dist": { |
||
| 272 | "type": "zip", |
||
| 273 | "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
| 274 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
| 275 | "shasum": "" |
||
| 276 | }, |
||
| 277 | "require": { |
||
| 278 | "php": "^7.1" |
||
| 279 | }, |
||
| 280 | "require-dev": { |
||
| 281 | "doctrine/coding-standard": "~0.1@dev", |
||
| 282 | "phpunit/phpunit": "^5.7" |
||
| 283 | }, |
||
| 284 | "type": "library", |
||
| 285 | "extra": { |
||
| 286 | "branch-alias": { |
||
| 287 | "dev-master": "1.3.x-dev" |
||
| 288 | } |
||
| 289 | }, |
||
| 290 | "autoload": { |
||
| 291 | "psr-0": { |
||
| 292 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 293 | } |
||
| 294 | }, |
||
| 295 | "notification-url": "https://packagist.org/downloads/", |
||
| 296 | "license": [ |
||
| 297 | "MIT" |
||
| 298 | ], |
||
| 299 | "authors": [ |
||
| 300 | { |
||
| 301 | "name": "Roman Borschel", |
||
| 302 | "email": "[email protected]" |
||
| 303 | }, |
||
| 304 | { |
||
| 305 | "name": "Benjamin Eberlei", |
||
| 306 | "email": "[email protected]" |
||
| 307 | }, |
||
| 308 | { |
||
| 309 | "name": "Guilherme Blanco", |
||
| 310 | "email": "[email protected]" |
||
| 311 | }, |
||
| 312 | { |
||
| 313 | "name": "Jonathan Wage", |
||
| 314 | "email": "[email protected]" |
||
| 315 | }, |
||
| 316 | { |
||
| 317 | "name": "Johannes Schmitt", |
||
| 318 | "email": "[email protected]" |
||
| 319 | } |
||
| 320 | ], |
||
| 321 | "description": "Collections Abstraction library", |
||
| 322 | "homepage": "http://www.doctrine-project.org", |
||
| 323 | "keywords": [ |
||
| 324 | "array", |
||
| 325 | "collections", |
||
| 326 | "iterator" |
||
| 327 | ], |
||
| 328 | "time": "2017-07-22 10:37:32" |
||
| 329 | }, |
||
| 330 | { |
||
| 331 | "name": "doctrine/common", |
||
| 332 | "version": "v2.8.1", |
||
| 333 | "source": { |
||
| 334 | "type": "git", |
||
| 335 | "url": "https://github.com/doctrine/common.git", |
||
| 336 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" |
||
| 337 | }, |
||
| 338 | "dist": { |
||
| 339 | "type": "zip", |
||
| 340 | "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
| 341 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
| 342 | "shasum": "" |
||
| 343 | }, |
||
| 344 | "require": { |
||
| 345 | "doctrine/annotations": "1.*", |
||
| 346 | "doctrine/cache": "1.*", |
||
| 347 | "doctrine/collections": "1.*", |
||
| 348 | "doctrine/inflector": "1.*", |
||
| 349 | "doctrine/lexer": "1.*", |
||
| 350 | "php": "~7.1" |
||
| 351 | }, |
||
| 352 | "require-dev": { |
||
| 353 | "phpunit/phpunit": "^5.7" |
||
| 354 | }, |
||
| 355 | "type": "library", |
||
| 356 | "extra": { |
||
| 357 | "branch-alias": { |
||
| 358 | "dev-master": "2.8.x-dev" |
||
| 359 | } |
||
| 360 | }, |
||
| 361 | "autoload": { |
||
| 362 | "psr-4": { |
||
| 363 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 364 | } |
||
| 365 | }, |
||
| 366 | "notification-url": "https://packagist.org/downloads/", |
||
| 367 | "license": [ |
||
| 368 | "MIT" |
||
| 369 | ], |
||
| 370 | "authors": [ |
||
| 371 | { |
||
| 372 | "name": "Roman Borschel", |
||
| 373 | "email": "[email protected]" |
||
| 374 | }, |
||
| 375 | { |
||
| 376 | "name": "Benjamin Eberlei", |
||
| 377 | "email": "[email protected]" |
||
| 378 | }, |
||
| 379 | { |
||
| 380 | "name": "Guilherme Blanco", |
||
| 381 | "email": "[email protected]" |
||
| 382 | }, |
||
| 383 | { |
||
| 384 | "name": "Jonathan Wage", |
||
| 385 | "email": "[email protected]" |
||
| 386 | }, |
||
| 387 | { |
||
| 388 | "name": "Johannes Schmitt", |
||
| 389 | "email": "[email protected]" |
||
| 390 | } |
||
| 391 | ], |
||
| 392 | "description": "Common Library for Doctrine projects", |
||
| 393 | "homepage": "http://www.doctrine-project.org", |
||
| 394 | "keywords": [ |
||
| 395 | "annotations", |
||
| 396 | "collections", |
||
| 397 | "eventmanager", |
||
| 398 | "persistence", |
||
| 399 | "spl" |
||
| 400 | ], |
||
| 401 | "time": "2017-08-31 08:43:38" |
||
| 402 | }, |
||
| 403 | { |
||
| 404 | "name": "doctrine/dbal", |
||
| 405 | "version": "v2.6.2", |
||
| 406 | "source": { |
||
| 407 | "type": "git", |
||
| 408 | "url": "https://github.com/doctrine/dbal.git", |
||
| 409 | "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e" |
||
| 410 | }, |
||
| 411 | "dist": { |
||
| 412 | "type": "zip", |
||
| 413 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/1a4ee83a5a709555f2c6f9057a3aacf892451c7e", |
||
| 414 | "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e", |
||
| 415 | "shasum": "" |
||
| 416 | }, |
||
| 417 | "require": { |
||
| 418 | "doctrine/common": "^2.7.1", |
||
| 419 | "ext-pdo": "*", |
||
| 420 | "php": "^7.1" |
||
| 421 | }, |
||
| 422 | "require-dev": { |
||
| 423 | "phpunit/phpunit": "^5.4.6", |
||
| 424 | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", |
||
| 425 | "symfony/console": "2.*||^3.0" |
||
| 426 | }, |
||
| 427 | "suggest": { |
||
| 428 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 429 | }, |
||
| 430 | "bin": [ |
||
| 431 | "bin/doctrine-dbal" |
||
| 432 | ], |
||
| 433 | "type": "library", |
||
| 434 | "extra": { |
||
| 435 | "branch-alias": { |
||
| 436 | "dev-master": "2.6.x-dev" |
||
| 437 | } |
||
| 438 | }, |
||
| 439 | "autoload": { |
||
| 440 | "psr-0": { |
||
| 441 | "Doctrine\\DBAL\\": "lib/" |
||
| 442 | } |
||
| 443 | }, |
||
| 444 | "notification-url": "https://packagist.org/downloads/", |
||
| 445 | "license": [ |
||
| 446 | "MIT" |
||
| 447 | ], |
||
| 448 | "authors": [ |
||
| 449 | { |
||
| 450 | "name": "Roman Borschel", |
||
| 451 | "email": "[email protected]" |
||
| 452 | }, |
||
| 453 | { |
||
| 454 | "name": "Benjamin Eberlei", |
||
| 455 | "email": "[email protected]" |
||
| 456 | }, |
||
| 457 | { |
||
| 458 | "name": "Guilherme Blanco", |
||
| 459 | "email": "[email protected]" |
||
| 460 | }, |
||
| 461 | { |
||
| 462 | "name": "Jonathan Wage", |
||
| 463 | "email": "[email protected]" |
||
| 464 | } |
||
| 465 | ], |
||
| 466 | "description": "Database Abstraction Layer", |
||
| 467 | "homepage": "http://www.doctrine-project.org", |
||
| 468 | "keywords": [ |
||
| 469 | "database", |
||
| 470 | "dbal", |
||
| 471 | "persistence", |
||
| 472 | "queryobject" |
||
| 473 | ], |
||
| 474 | "time": "2017-08-28 11:02:56" |
||
| 475 | }, |
||
| 476 | { |
||
| 477 | "name": "doctrine/doctrine-bundle", |
||
| 478 | "version": "1.7.1", |
||
| 479 | "source": { |
||
| 480 | "type": "git", |
||
| 481 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
| 482 | "reference": "f8bff22d608224ed88e90b24e9d884cb10b389bb" |
||
| 483 | }, |
||
| 484 | "dist": { |
||
| 485 | "type": "zip", |
||
| 486 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f8bff22d608224ed88e90b24e9d884cb10b389bb", |
||
| 487 | "reference": "f8bff22d608224ed88e90b24e9d884cb10b389bb", |
||
| 488 | "shasum": "" |
||
| 489 | }, |
||
| 490 | "require": { |
||
| 491 | "doctrine/dbal": "^2.5.12", |
||
| 492 | "doctrine/doctrine-cache-bundle": "~1.2", |
||
| 493 | "jdorn/sql-formatter": "~1.1", |
||
| 494 | "php": "^7.1", |
||
| 495 | "symfony/console": "~2.7|~3.0|~4.0", |
||
| 496 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", |
||
| 497 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", |
||
| 498 | "symfony/framework-bundle": "~2.7|~3.0|~4.0" |
||
| 499 | }, |
||
| 500 | "require-dev": { |
||
| 501 | "doctrine/orm": "~2.3", |
||
| 502 | "phpunit/phpunit": "^6.1", |
||
| 503 | "satooshi/php-coveralls": "^1.0", |
||
| 504 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", |
||
| 505 | "symfony/property-info": "~2.8|~3.0|~4.0", |
||
| 506 | "symfony/validator": "~2.7|~3.0|~4.0", |
||
| 507 | "symfony/yaml": "~2.7|~3.0|~4.0", |
||
| 508 | "twig/twig": "~1.12|~2.0" |
||
| 509 | }, |
||
| 510 | "suggest": { |
||
| 511 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
| 512 | "symfony/web-profiler-bundle": "To use the data collector." |
||
| 513 | }, |
||
| 514 | "type": "symfony-bundle", |
||
| 515 | "extra": { |
||
| 516 | "branch-alias": { |
||
| 517 | "dev-master": "1.7.x-dev" |
||
| 518 | } |
||
| 519 | }, |
||
| 520 | "autoload": { |
||
| 521 | "psr-4": { |
||
| 522 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
| 523 | } |
||
| 524 | }, |
||
| 525 | "notification-url": "https://packagist.org/downloads/", |
||
| 526 | "license": [ |
||
| 527 | "MIT" |
||
| 528 | ], |
||
| 529 | "authors": [ |
||
| 530 | { |
||
| 531 | "name": "Symfony Community", |
||
| 532 | "homepage": "http://symfony.com/contributors" |
||
| 533 | }, |
||
| 534 | { |
||
| 535 | "name": "Benjamin Eberlei", |
||
| 536 | "email": "[email protected]" |
||
| 537 | }, |
||
| 538 | { |
||
| 539 | "name": "Doctrine Project", |
||
| 540 | "homepage": "http://www.doctrine-project.org/" |
||
| 541 | }, |
||
| 542 | { |
||
| 543 | "name": "Fabien Potencier", |
||
| 544 | "email": "[email protected]" |
||
| 545 | } |
||
| 546 | ], |
||
| 547 | "description": "Symfony DoctrineBundle", |
||
| 548 | "homepage": "http://www.doctrine-project.org", |
||
| 549 | "keywords": [ |
||
| 550 | "database", |
||
| 551 | "dbal", |
||
| 552 | "orm", |
||
| 553 | "persistence" |
||
| 554 | ], |
||
| 555 | "time": "2017-09-29 15:26:21" |
||
| 556 | }, |
||
| 557 | { |
||
| 558 | "name": "doctrine/doctrine-cache-bundle", |
||
| 559 | "version": "1.3.2", |
||
| 560 | "source": { |
||
| 561 | "type": "git", |
||
| 562 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
| 563 | "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1" |
||
| 564 | }, |
||
| 565 | "dist": { |
||
| 566 | "type": "zip", |
||
| 567 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1", |
||
| 568 | "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1", |
||
| 569 | "shasum": "" |
||
| 570 | }, |
||
| 571 | "require": { |
||
| 572 | "doctrine/cache": "^1.4.2", |
||
| 573 | "doctrine/inflector": "~1.0", |
||
| 574 | "php": ">=5.3.2", |
||
| 575 | "symfony/doctrine-bridge": "~2.2|~3.0|~4.0" |
||
| 576 | }, |
||
| 577 | "require-dev": { |
||
| 578 | "instaclick/coding-standard": "~1.1", |
||
| 579 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
| 580 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
| 581 | "phpunit/phpunit": "~4", |
||
| 582 | "predis/predis": "~0.8", |
||
| 583 | "satooshi/php-coveralls": "^1.0", |
||
| 584 | "squizlabs/php_codesniffer": "~1.5", |
||
| 585 | "symfony/console": "~2.2|~3.0|~4.0", |
||
| 586 | "symfony/finder": "~2.2|~3.0|~4.0", |
||
| 587 | "symfony/framework-bundle": "~2.2|~3.0|~4.0", |
||
| 588 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", |
||
| 589 | "symfony/security-acl": "~2.3|~3.0", |
||
| 590 | "symfony/validator": "~2.2|~3.0|~4.0", |
||
| 591 | "symfony/yaml": "~2.2|~3.0|~4.0" |
||
| 592 | }, |
||
| 593 | "suggest": { |
||
| 594 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
| 595 | }, |
||
| 596 | "type": "symfony-bundle", |
||
| 597 | "extra": { |
||
| 598 | "branch-alias": { |
||
| 599 | "dev-master": "1.3.x-dev" |
||
| 600 | } |
||
| 601 | }, |
||
| 602 | "autoload": { |
||
| 603 | "psr-4": { |
||
| 604 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
| 605 | } |
||
| 606 | }, |
||
| 607 | "notification-url": "https://packagist.org/downloads/", |
||
| 608 | "license": [ |
||
| 609 | "MIT" |
||
| 610 | ], |
||
| 611 | "authors": [ |
||
| 612 | { |
||
| 613 | "name": "Symfony Community", |
||
| 614 | "homepage": "http://symfony.com/contributors" |
||
| 615 | }, |
||
| 616 | { |
||
| 617 | "name": "Benjamin Eberlei", |
||
| 618 | "email": "[email protected]" |
||
| 619 | }, |
||
| 620 | { |
||
| 621 | "name": "Fabio B. Silva", |
||
| 622 | "email": "[email protected]" |
||
| 623 | }, |
||
| 624 | { |
||
| 625 | "name": "Guilherme Blanco", |
||
| 626 | "email": "[email protected]" |
||
| 627 | }, |
||
| 628 | { |
||
| 629 | "name": "Doctrine Project", |
||
| 630 | "homepage": "http://www.doctrine-project.org/" |
||
| 631 | }, |
||
| 632 | { |
||
| 633 | "name": "Fabien Potencier", |
||
| 634 | "email": "[email protected]" |
||
| 635 | } |
||
| 636 | ], |
||
| 637 | "description": "Symfony Bundle for Doctrine Cache", |
||
| 638 | "homepage": "http://www.doctrine-project.org", |
||
| 639 | "keywords": [ |
||
| 640 | "cache", |
||
| 641 | "caching" |
||
| 642 | ], |
||
| 643 | "time": "2017-10-12 17:23:29" |
||
| 644 | }, |
||
| 645 | { |
||
| 646 | "name": "doctrine/inflector", |
||
| 647 | "version": "v1.2.0", |
||
| 648 | "source": { |
||
| 649 | "type": "git", |
||
| 650 | "url": "https://github.com/doctrine/inflector.git", |
||
| 651 | "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462" |
||
| 652 | }, |
||
| 653 | "dist": { |
||
| 654 | "type": "zip", |
||
| 655 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462", |
||
| 656 | "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462", |
||
| 657 | "shasum": "" |
||
| 658 | }, |
||
| 659 | "require": { |
||
| 660 | "php": "^7.0" |
||
| 661 | }, |
||
| 662 | "require-dev": { |
||
| 663 | "phpunit/phpunit": "^6.2" |
||
| 664 | }, |
||
| 665 | "type": "library", |
||
| 666 | "extra": { |
||
| 667 | "branch-alias": { |
||
| 668 | "dev-master": "1.2.x-dev" |
||
| 669 | } |
||
| 670 | }, |
||
| 671 | "autoload": { |
||
| 672 | "psr-4": { |
||
| 673 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
| 674 | } |
||
| 675 | }, |
||
| 676 | "notification-url": "https://packagist.org/downloads/", |
||
| 677 | "license": [ |
||
| 678 | "MIT" |
||
| 679 | ], |
||
| 680 | "authors": [ |
||
| 681 | { |
||
| 682 | "name": "Roman Borschel", |
||
| 683 | "email": "[email protected]" |
||
| 684 | }, |
||
| 685 | { |
||
| 686 | "name": "Benjamin Eberlei", |
||
| 687 | "email": "[email protected]" |
||
| 688 | }, |
||
| 689 | { |
||
| 690 | "name": "Guilherme Blanco", |
||
| 691 | "email": "[email protected]" |
||
| 692 | }, |
||
| 693 | { |
||
| 694 | "name": "Jonathan Wage", |
||
| 695 | "email": "[email protected]" |
||
| 696 | }, |
||
| 697 | { |
||
| 698 | "name": "Johannes Schmitt", |
||
| 699 | "email": "[email protected]" |
||
| 700 | } |
||
| 701 | ], |
||
| 702 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 703 | "homepage": "http://www.doctrine-project.org", |
||
| 704 | "keywords": [ |
||
| 705 | "inflection", |
||
| 706 | "pluralize", |
||
| 707 | "singularize", |
||
| 708 | "string" |
||
| 709 | ], |
||
| 710 | "time": "2017-07-22 12:18:28" |
||
| 711 | }, |
||
| 712 | { |
||
| 713 | "name": "doctrine/instantiator", |
||
| 714 | "version": "1.1.0", |
||
| 715 | "source": { |
||
| 716 | "type": "git", |
||
| 717 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 718 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
| 719 | }, |
||
| 720 | "dist": { |
||
| 721 | "type": "zip", |
||
| 722 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
| 723 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
| 724 | "shasum": "" |
||
| 725 | }, |
||
| 726 | "require": { |
||
| 727 | "php": "^7.1" |
||
| 728 | }, |
||
| 729 | "require-dev": { |
||
| 730 | "athletic/athletic": "~0.1.8", |
||
| 731 | "ext-pdo": "*", |
||
| 732 | "ext-phar": "*", |
||
| 733 | "phpunit/phpunit": "^6.2.3", |
||
| 734 | "squizlabs/php_codesniffer": "^3.0.2" |
||
| 735 | }, |
||
| 736 | "type": "library", |
||
| 737 | "extra": { |
||
| 738 | "branch-alias": { |
||
| 739 | "dev-master": "1.2.x-dev" |
||
| 740 | } |
||
| 741 | }, |
||
| 742 | "autoload": { |
||
| 743 | "psr-4": { |
||
| 744 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 745 | } |
||
| 746 | }, |
||
| 747 | "notification-url": "https://packagist.org/downloads/", |
||
| 748 | "license": [ |
||
| 749 | "MIT" |
||
| 750 | ], |
||
| 751 | "authors": [ |
||
| 752 | { |
||
| 753 | "name": "Marco Pivetta", |
||
| 754 | "email": "[email protected]", |
||
| 755 | "homepage": "http://ocramius.github.com/" |
||
| 756 | } |
||
| 757 | ], |
||
| 758 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 759 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 760 | "keywords": [ |
||
| 761 | "constructor", |
||
| 762 | "instantiate" |
||
| 763 | ], |
||
| 764 | "time": "2017-07-22 11:58:36" |
||
| 765 | }, |
||
| 766 | { |
||
| 767 | "name": "doctrine/lexer", |
||
| 768 | "version": "v1.0.1", |
||
| 769 | "source": { |
||
| 770 | "type": "git", |
||
| 771 | "url": "https://github.com/doctrine/lexer.git", |
||
| 772 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 773 | }, |
||
| 774 | "dist": { |
||
| 775 | "type": "zip", |
||
| 776 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 777 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 778 | "shasum": "" |
||
| 779 | }, |
||
| 780 | "require": { |
||
| 781 | "php": ">=5.3.2" |
||
| 782 | }, |
||
| 783 | "type": "library", |
||
| 784 | "extra": { |
||
| 785 | "branch-alias": { |
||
| 786 | "dev-master": "1.0.x-dev" |
||
| 787 | } |
||
| 788 | }, |
||
| 789 | "autoload": { |
||
| 790 | "psr-0": { |
||
| 791 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 792 | } |
||
| 793 | }, |
||
| 794 | "notification-url": "https://packagist.org/downloads/", |
||
| 795 | "license": [ |
||
| 796 | "MIT" |
||
| 797 | ], |
||
| 798 | "authors": [ |
||
| 799 | { |
||
| 800 | "name": "Roman Borschel", |
||
| 801 | "email": "[email protected]" |
||
| 802 | }, |
||
| 803 | { |
||
| 804 | "name": "Guilherme Blanco", |
||
| 805 | "email": "[email protected]" |
||
| 806 | }, |
||
| 807 | { |
||
| 808 | "name": "Johannes Schmitt", |
||
| 809 | "email": "[email protected]" |
||
| 810 | } |
||
| 811 | ], |
||
| 812 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 813 | "homepage": "http://www.doctrine-project.org", |
||
| 814 | "keywords": [ |
||
| 815 | "lexer", |
||
| 816 | "parser" |
||
| 817 | ], |
||
| 818 | "time": "2014-09-09 13:34:57" |
||
| 819 | }, |
||
| 820 | { |
||
| 821 | "name": "doctrine/orm", |
||
| 822 | "version": "v2.5.11", |
||
| 823 | "source": { |
||
| 824 | "type": "git", |
||
| 825 | "url": "https://github.com/doctrine/doctrine2.git", |
||
| 826 | "reference": "249b737094f1e7cba4f0a8d19acf5be6cf3ed504" |
||
| 827 | }, |
||
| 828 | "dist": { |
||
| 829 | "type": "zip", |
||
| 830 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/249b737094f1e7cba4f0a8d19acf5be6cf3ed504", |
||
| 831 | "reference": "249b737094f1e7cba4f0a8d19acf5be6cf3ed504", |
||
| 832 | "shasum": "" |
||
| 833 | }, |
||
| 834 | "require": { |
||
| 835 | "doctrine/cache": "~1.4", |
||
| 836 | "doctrine/collections": "~1.2", |
||
| 837 | "doctrine/common": ">=2.5-dev,<2.9-dev", |
||
| 838 | "doctrine/dbal": ">=2.5-dev,<2.7-dev", |
||
| 839 | "doctrine/instantiator": "^1.0.1", |
||
| 840 | "ext-pdo": "*", |
||
| 841 | "php": ">=5.4", |
||
| 842 | "symfony/console": "~2.5|~3.0" |
||
| 843 | }, |
||
| 844 | "require-dev": { |
||
| 845 | "phpunit/phpunit": "~4.0", |
||
| 846 | "symfony/yaml": "~2.3|~3.0" |
||
| 847 | }, |
||
| 848 | "suggest": { |
||
| 849 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 850 | }, |
||
| 851 | "bin": [ |
||
| 852 | "bin/doctrine", |
||
| 853 | "bin/doctrine.php" |
||
| 854 | ], |
||
| 855 | "type": "library", |
||
| 856 | "extra": { |
||
| 857 | "branch-alias": { |
||
| 858 | "dev-master": "2.6.x-dev" |
||
| 859 | } |
||
| 860 | }, |
||
| 861 | "autoload": { |
||
| 862 | "psr-0": { |
||
| 863 | "Doctrine\\ORM\\": "lib/" |
||
| 864 | } |
||
| 865 | }, |
||
| 866 | "notification-url": "https://packagist.org/downloads/", |
||
| 867 | "license": [ |
||
| 868 | "MIT" |
||
| 869 | ], |
||
| 870 | "authors": [ |
||
| 871 | { |
||
| 872 | "name": "Roman Borschel", |
||
| 873 | "email": "[email protected]" |
||
| 874 | }, |
||
| 875 | { |
||
| 876 | "name": "Benjamin Eberlei", |
||
| 877 | "email": "[email protected]" |
||
| 878 | }, |
||
| 879 | { |
||
| 880 | "name": "Guilherme Blanco", |
||
| 881 | "email": "[email protected]" |
||
| 882 | }, |
||
| 883 | { |
||
| 884 | "name": "Jonathan Wage", |
||
| 885 | "email": "[email protected]" |
||
| 886 | } |
||
| 887 | ], |
||
| 888 | "description": "Object-Relational-Mapper for PHP", |
||
| 889 | "homepage": "http://www.doctrine-project.org", |
||
| 890 | "keywords": [ |
||
| 891 | "database", |
||
| 892 | "orm" |
||
| 893 | ], |
||
| 894 | "time": "2017-09-18 06:50:20" |
||
| 895 | }, |
||
| 896 | { |
||
| 897 | "name": "enqueue/amqp-ext", |
||
| 898 | "version": "0.7.15", |
||
| 899 | "source": { |
||
| 900 | "type": "git", |
||
| 901 | "url": "https://github.com/php-enqueue/amqp-ext.git", |
||
| 902 | "reference": "35e3b27006c7a4df32eab0ddad51e724bc88bdf3" |
||
| 903 | }, |
||
| 904 | "dist": { |
||
| 905 | "type": "zip", |
||
| 906 | "url": "https://api.github.com/repos/php-enqueue/amqp-ext/zipball/35e3b27006c7a4df32eab0ddad51e724bc88bdf3", |
||
| 907 | "reference": "35e3b27006c7a4df32eab0ddad51e724bc88bdf3", |
||
| 908 | "shasum": "" |
||
| 909 | }, |
||
| 910 | "require": { |
||
| 911 | "enqueue/amqp-tools": "^0.7@dev", |
||
| 912 | "ext-amqp": "^1.6", |
||
| 913 | "php": ">=5.6", |
||
| 914 | "queue-interop/amqp-interop": "^0.6@dev" |
||
| 915 | }, |
||
| 916 | "require-dev": { |
||
| 917 | "empi89/php-amqp-stubs": "*@dev", |
||
| 918 | "enqueue/enqueue": "^0.7@dev", |
||
| 919 | "enqueue/null": "^0.7@dev", |
||
| 920 | "enqueue/test": "^0.7@dev", |
||
| 921 | "phpunit/phpunit": "~5.4.0", |
||
| 922 | "queue-interop/queue-spec": "^0.5@dev", |
||
| 923 | "symfony/config": "^2.8|^3", |
||
| 924 | "symfony/dependency-injection": "^2.8|^3" |
||
| 925 | }, |
||
| 926 | "suggest": { |
||
| 927 | "enqueue/enqueue": "If you'd like to use advanced features like Client abstract layer or Symfony integration features" |
||
| 928 | }, |
||
| 929 | "type": "library", |
||
| 930 | "extra": { |
||
| 931 | "branch-alias": { |
||
| 932 | "dev-master": "0.7.x-dev" |
||
| 933 | } |
||
| 934 | }, |
||
| 935 | "autoload": { |
||
| 936 | "psr-4": { |
||
| 937 | "Enqueue\\AmqpExt\\": "" |
||
| 938 | }, |
||
| 939 | "exclude-from-classmap": [ |
||
| 940 | "/Tests/" |
||
| 941 | ] |
||
| 942 | }, |
||
| 943 | "notification-url": "https://packagist.org/downloads/", |
||
| 944 | "license": [ |
||
| 945 | "MIT" |
||
| 946 | ], |
||
| 947 | "description": "Message Queue Amqp Transport", |
||
| 948 | "keywords": [ |
||
| 949 | "AMQP", |
||
| 950 | "messaging", |
||
| 951 | "queue" |
||
| 952 | ], |
||
| 953 | "time": "2017-09-25 09:58:39" |
||
| 954 | }, |
||
| 955 | { |
||
| 956 | "name": "enqueue/amqp-tools", |
||
| 957 | "version": "0.7.5", |
||
| 958 | "source": { |
||
| 959 | "type": "git", |
||
| 960 | "url": "https://github.com/php-enqueue/amqp-tools.git", |
||
| 961 | "reference": "6d8a64df01140c2c5ca31316506f1c4a11e89ec8" |
||
| 962 | }, |
||
| 963 | "dist": { |
||
| 964 | "type": "zip", |
||
| 965 | "url": "https://api.github.com/repos/php-enqueue/amqp-tools/zipball/6d8a64df01140c2c5ca31316506f1c4a11e89ec8", |
||
| 966 | "reference": "6d8a64df01140c2c5ca31316506f1c4a11e89ec8", |
||
| 967 | "shasum": "" |
||
| 968 | }, |
||
| 969 | "require": { |
||
| 970 | "php": ">=5.6", |
||
| 971 | "queue-interop/amqp-interop": "^0.6@dev", |
||
| 972 | "queue-interop/queue-interop": "^0.6@dev" |
||
| 973 | }, |
||
| 974 | "require-dev": { |
||
| 975 | "enqueue/null": "^0.7@dev", |
||
| 976 | "enqueue/test": "^0.7@dev", |
||
| 977 | "phpunit/phpunit": "~5.4.0" |
||
| 978 | }, |
||
| 979 | "type": "library", |
||
| 980 | "extra": { |
||
| 981 | "branch-alias": { |
||
| 982 | "dev-master": "0.7.x-dev" |
||
| 983 | } |
||
| 984 | }, |
||
| 985 | "autoload": { |
||
| 986 | "psr-4": { |
||
| 987 | "Enqueue\\AmqpTools\\": "" |
||
| 988 | }, |
||
| 989 | "exclude-from-classmap": [ |
||
| 990 | "/Tests/" |
||
| 991 | ] |
||
| 992 | }, |
||
| 993 | "notification-url": "https://packagist.org/downloads/", |
||
| 994 | "license": [ |
||
| 995 | "MIT" |
||
| 996 | ], |
||
| 997 | "description": "Message Queue Amqp Tools", |
||
| 998 | "keywords": [ |
||
| 999 | "AMQP", |
||
| 1000 | "messaging", |
||
| 1001 | "queue" |
||
| 1002 | ], |
||
| 1003 | "time": "2017-08-10 16:29:27" |
||
| 1004 | }, |
||
| 1005 | { |
||
| 1006 | "name": "enqueue/async-event-dispatcher", |
||
| 1007 | "version": "0.7.5", |
||
| 1008 | "source": { |
||
| 1009 | "type": "git", |
||
| 1010 | "url": "https://github.com/php-enqueue/async-event-dispatcher.git", |
||
| 1011 | "reference": "2642e4ccb2d883477fea8daf24335830bd39cc55" |
||
| 1012 | }, |
||
| 1013 | "dist": { |
||
| 1014 | "type": "zip", |
||
| 1015 | "url": "https://api.github.com/repos/php-enqueue/async-event-dispatcher/zipball/2642e4ccb2d883477fea8daf24335830bd39cc55", |
||
| 1016 | "reference": "2642e4ccb2d883477fea8daf24335830bd39cc55", |
||
| 1017 | "shasum": "" |
||
| 1018 | }, |
||
| 1019 | "require": { |
||
| 1020 | "enqueue/enqueue": "^0.7@dev", |
||
| 1021 | "php": ">=5.6", |
||
| 1022 | "symfony/event-dispatcher": "^2.8|^3" |
||
| 1023 | }, |
||
| 1024 | "require-dev": { |
||
| 1025 | "enqueue/fs": "^0.7@dev", |
||
| 1026 | "enqueue/null": "^0.7@dev", |
||
| 1027 | "enqueue/test": "^0.7@dev", |
||
| 1028 | "phpunit/phpunit": "~5.5", |
||
| 1029 | "symfony/config": "^2.8|^3", |
||
| 1030 | "symfony/dependency-injection": "^2.8|^3", |
||
| 1031 | "symfony/filesystem": "^2.8|^3", |
||
| 1032 | "symfony/http-kernel": "^2.8|^3" |
||
| 1033 | }, |
||
| 1034 | "suggest": { |
||
| 1035 | "symfony/dependency-injection": "^2.8|^3 If you'd like to use async event dispatcher container extension." |
||
| 1036 | }, |
||
| 1037 | "type": "library", |
||
| 1038 | "extra": { |
||
| 1039 | "branch-alias": { |
||
| 1040 | "dev-master": "0.7.x-dev" |
||
| 1041 | } |
||
| 1042 | }, |
||
| 1043 | "autoload": { |
||
| 1044 | "psr-4": { |
||
| 1045 | "Enqueue\\AsyncEventDispatcher\\": "" |
||
| 1046 | }, |
||
| 1047 | "exclude-from-classmap": [ |
||
| 1048 | "/Tests/" |
||
| 1049 | ] |
||
| 1050 | }, |
||
| 1051 | "notification-url": "https://packagist.org/downloads/", |
||
| 1052 | "license": [ |
||
| 1053 | "MIT" |
||
| 1054 | ], |
||
| 1055 | "description": "Symfony async event dispathcer", |
||
| 1056 | "keywords": [ |
||
| 1057 | "async event", |
||
| 1058 | "event dispatcher", |
||
| 1059 | "messaging", |
||
| 1060 | "queue" |
||
| 1061 | ], |
||
| 1062 | "time": "2017-08-10 16:19:00" |
||
| 1063 | }, |
||
| 1064 | { |
||
| 1065 | "name": "enqueue/enqueue", |
||
| 1066 | "version": "0.7.19", |
||
| 1067 | "source": { |
||
| 1068 | "type": "git", |
||
| 1069 | "url": "https://github.com/php-enqueue/enqueue.git", |
||
| 1070 | "reference": "f232a497ce159faae50a625a987c78835f5015d7" |
||
| 1071 | }, |
||
| 1072 | "dist": { |
||
| 1073 | "type": "zip", |
||
| 1074 | "url": "https://api.github.com/repos/php-enqueue/enqueue/zipball/f232a497ce159faae50a625a987c78835f5015d7", |
||
| 1075 | "reference": "f232a497ce159faae50a625a987c78835f5015d7", |
||
| 1076 | "shasum": "" |
||
| 1077 | }, |
||
| 1078 | "require": { |
||
| 1079 | "enqueue/null": "^0.7@dev", |
||
| 1080 | "php": ">=5.6", |
||
| 1081 | "psr/log": "^1", |
||
| 1082 | "queue-interop/queue-interop": "^0.6@dev", |
||
| 1083 | "ramsey/uuid": "^2|^3.5" |
||
| 1084 | }, |
||
| 1085 | "require-dev": { |
||
| 1086 | "empi89/php-amqp-stubs": "*@dev", |
||
| 1087 | "enqueue/amqp-bunny": "^0.7@dev", |
||
| 1088 | "enqueue/amqp-ext": "^0.7@dev", |
||
| 1089 | "enqueue/amqp-lib": "^0.7@dev", |
||
| 1090 | "enqueue/dbal": "^0.7@dev", |
||
| 1091 | "enqueue/fs": "^0.7@dev", |
||
| 1092 | "enqueue/gearman": "^0.7@dev", |
||
| 1093 | "enqueue/gps": "^0.7@dev", |
||
| 1094 | "enqueue/pheanstalk": "^0.7@dev", |
||
| 1095 | "enqueue/rdkafka": "^0.7@dev", |
||
| 1096 | "enqueue/redis": "^0.7@dev", |
||
| 1097 | "enqueue/simple-client": "^0.7@dev", |
||
| 1098 | "enqueue/sqs": "^0.7@dev", |
||
| 1099 | "enqueue/stomp": "^0.7@dev", |
||
| 1100 | "enqueue/test": "^0.7@dev", |
||
| 1101 | "phpunit/phpunit": "~5.5", |
||
| 1102 | "symfony/config": "^2.8|^3", |
||
| 1103 | "symfony/console": "^2.8|^3", |
||
| 1104 | "symfony/dependency-injection": "^2.8|^3", |
||
| 1105 | "symfony/event-dispatcher": "^2.8|^3", |
||
| 1106 | "symfony/http-kernel": "^2.8|^3" |
||
| 1107 | }, |
||
| 1108 | "suggest": { |
||
| 1109 | "enqueue/amqp-ext": "AMQP transport (based on php extension)", |
||
| 1110 | "enqueue/dbal": "Doctrine DBAL transport", |
||
| 1111 | "enqueue/fs": "Filesystem transport", |
||
| 1112 | "enqueue/redis": "Redis transport", |
||
| 1113 | "enqueue/sqs": "Amazon AWS SQS transport", |
||
| 1114 | "enqueue/stomp": "STOMP transport", |
||
| 1115 | "symfony/config": "^2.8|^3", |
||
| 1116 | "symfony/console": "^2.8|^3 If you want to use li commands", |
||
| 1117 | "symfony/dependency-injection": "^2.8|^3" |
||
| 1118 | }, |
||
| 1119 | "type": "library", |
||
| 1120 | "extra": { |
||
| 1121 | "branch-alias": { |
||
| 1122 | "dev-master": "0.7.x-dev" |
||
| 1123 | } |
||
| 1124 | }, |
||
| 1125 | "autoload": { |
||
| 1126 | "psr-4": { |
||
| 1127 | "Enqueue\\": "" |
||
| 1128 | }, |
||
| 1129 | "files": [ |
||
| 1130 | "functions_include.php" |
||
| 1131 | ], |
||
| 1132 | "exclude-from-classmap": [ |
||
| 1133 | "/Tests/" |
||
| 1134 | ] |
||
| 1135 | }, |
||
| 1136 | "notification-url": "https://packagist.org/downloads/", |
||
| 1137 | "license": [ |
||
| 1138 | "MIT" |
||
| 1139 | ], |
||
| 1140 | "description": "Message Queue Library", |
||
| 1141 | "keywords": [ |
||
| 1142 | "AMQP", |
||
| 1143 | "messaging", |
||
| 1144 | "queue", |
||
| 1145 | "rabbitmq" |
||
| 1146 | ], |
||
| 1147 | "time": "2017-10-12 14:34:25" |
||
| 1148 | }, |
||
| 1149 | { |
||
| 1150 | "name": "enqueue/enqueue-bundle", |
||
| 1151 | "version": "0.7.17", |
||
| 1152 | "source": { |
||
| 1153 | "type": "git", |
||
| 1154 | "url": "https://github.com/php-enqueue/enqueue-bundle.git", |
||
| 1155 | "reference": "4cc7f54c8cb866c3559497814eb72183176e82f3" |
||
| 1156 | }, |
||
| 1157 | "dist": { |
||
| 1158 | "type": "zip", |
||
| 1159 | "url": "https://api.github.com/repos/php-enqueue/enqueue-bundle/zipball/4cc7f54c8cb866c3559497814eb72183176e82f3", |
||
| 1160 | "reference": "4cc7f54c8cb866c3559497814eb72183176e82f3", |
||
| 1161 | "shasum": "" |
||
| 1162 | }, |
||
| 1163 | "require": { |
||
| 1164 | "enqueue/async-event-dispatcher": "^0.7@dev", |
||
| 1165 | "enqueue/enqueue": "^0.7@dev", |
||
| 1166 | "enqueue/null": "^0.7@dev", |
||
| 1167 | "php": ">=5.6", |
||
| 1168 | "symfony/framework-bundle": "^2.8|^3" |
||
| 1169 | }, |
||
| 1170 | "require-dev": { |
||
| 1171 | "doctrine/doctrine-bundle": "~1.2", |
||
| 1172 | "enqueue/amqp-bunny": "^0.7@dev", |
||
| 1173 | "enqueue/amqp-ext": "^0.7@dev", |
||
| 1174 | "enqueue/amqp-lib": "^0.7@dev", |
||
| 1175 | "enqueue/dbal": "^0.7@dev", |
||
| 1176 | "enqueue/fs": "^0.7@dev", |
||
| 1177 | "enqueue/job-queue": "^0.7@dev", |
||
| 1178 | "enqueue/redis": "^0.7@dev", |
||
| 1179 | "enqueue/sqs": "^0.7@dev", |
||
| 1180 | "enqueue/stomp": "^0.7@dev", |
||
| 1181 | "enqueue/test": "^0.7@dev", |
||
| 1182 | "php-amqplib/php-amqplib": "^2.7@dev", |
||
| 1183 | "phpunit/phpunit": "~5.5", |
||
| 1184 | "symfony/browser-kit": "^2.8|^3", |
||
| 1185 | "symfony/expression-language": "^2.8|^3", |
||
| 1186 | "symfony/monolog-bundle": "^2.8|^3" |
||
| 1187 | }, |
||
| 1188 | "type": "symfony-bundle", |
||
| 1189 | "extra": { |
||
| 1190 | "branch-alias": { |
||
| 1191 | "dev-master": "0.7.x-dev" |
||
| 1192 | } |
||
| 1193 | }, |
||
| 1194 | "autoload": { |
||
| 1195 | "psr-4": { |
||
| 1196 | "Enqueue\\Bundle\\": "" |
||
| 1197 | }, |
||
| 1198 | "exclude-from-classmap": [ |
||
| 1199 | "/Tests/" |
||
| 1200 | ] |
||
| 1201 | }, |
||
| 1202 | "notification-url": "https://packagist.org/downloads/", |
||
| 1203 | "license": [ |
||
| 1204 | "MIT" |
||
| 1205 | ], |
||
| 1206 | "description": "Message Queue Bundle", |
||
| 1207 | "keywords": [ |
||
| 1208 | "AMQP", |
||
| 1209 | "messaging", |
||
| 1210 | "queue", |
||
| 1211 | "rabbitmq" |
||
| 1212 | ], |
||
| 1213 | "time": "2017-10-03 08:52:24" |
||
| 1214 | }, |
||
| 1215 | { |
||
| 1216 | "name": "enqueue/null", |
||
| 1217 | "version": "0.7.6", |
||
| 1218 | "source": { |
||
| 1219 | "type": "git", |
||
| 1220 | "url": "https://github.com/php-enqueue/null.git", |
||
| 1221 | "reference": "783882757215a5764a35a6fb553da13b7fdbdc82" |
||
| 1222 | }, |
||
| 1223 | "dist": { |
||
| 1224 | "type": "zip", |
||
| 1225 | "url": "https://api.github.com/repos/php-enqueue/null/zipball/783882757215a5764a35a6fb553da13b7fdbdc82", |
||
| 1226 | "reference": "783882757215a5764a35a6fb553da13b7fdbdc82", |
||
| 1227 | "shasum": "" |
||
| 1228 | }, |
||
| 1229 | "require": { |
||
| 1230 | "php": ">=5.6", |
||
| 1231 | "queue-interop/queue-interop": "^0.6@dev" |
||
| 1232 | }, |
||
| 1233 | "require-dev": { |
||
| 1234 | "enqueue/enqueue": "^0.7@dev", |
||
| 1235 | "enqueue/test": "^0.7@dev", |
||
| 1236 | "phpunit/phpunit": "~5.5", |
||
| 1237 | "queue-interop/queue-spec": "^0.5@dev", |
||
| 1238 | "symfony/config": "^2.8|^3", |
||
| 1239 | "symfony/dependency-injection": "^2.8|^3" |
||
| 1240 | }, |
||
| 1241 | "type": "library", |
||
| 1242 | "extra": { |
||
| 1243 | "branch-alias": { |
||
| 1244 | "dev-master": "0.7.x-dev" |
||
| 1245 | } |
||
| 1246 | }, |
||
| 1247 | "autoload": { |
||
| 1248 | "psr-4": { |
||
| 1249 | "Enqueue\\Null\\": "" |
||
| 1250 | }, |
||
| 1251 | "exclude-from-classmap": [ |
||
| 1252 | "/Tests/" |
||
| 1253 | ] |
||
| 1254 | }, |
||
| 1255 | "notification-url": "https://packagist.org/downloads/", |
||
| 1256 | "license": [ |
||
| 1257 | "MIT" |
||
| 1258 | ], |
||
| 1259 | "description": "Enqueue Null transport", |
||
| 1260 | "keywords": [ |
||
| 1261 | "messaging", |
||
| 1262 | "queue", |
||
| 1263 | "testing" |
||
| 1264 | ], |
||
| 1265 | "time": "2017-08-16 07:38:27" |
||
| 1266 | }, |
||
| 1267 | { |
||
| 1268 | "name": "evenement/evenement", |
||
| 1269 | "version": "v2.0.0", |
||
| 1270 | "source": { |
||
| 1271 | "type": "git", |
||
| 1272 | "url": "https://github.com/igorw/evenement.git", |
||
| 1273 | "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e" |
||
| 1274 | }, |
||
| 1275 | "dist": { |
||
| 1276 | "type": "zip", |
||
| 1277 | "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", |
||
| 1278 | "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", |
||
| 1279 | "shasum": "" |
||
| 1280 | }, |
||
| 1281 | "require": { |
||
| 1282 | "php": ">=5.4.0" |
||
| 1283 | }, |
||
| 1284 | "type": "library", |
||
| 1285 | "extra": { |
||
| 1286 | "branch-alias": { |
||
| 1287 | "dev-master": "2.0-dev" |
||
| 1288 | } |
||
| 1289 | }, |
||
| 1290 | "autoload": { |
||
| 1291 | "psr-0": { |
||
| 1292 | "Evenement": "src" |
||
| 1293 | } |
||
| 1294 | }, |
||
| 1295 | "notification-url": "https://packagist.org/downloads/", |
||
| 1296 | "license": [ |
||
| 1297 | "MIT" |
||
| 1298 | ], |
||
| 1299 | "authors": [ |
||
| 1300 | { |
||
| 1301 | "name": "Igor Wiedler", |
||
| 1302 | "email": "[email protected]", |
||
| 1303 | "homepage": "http://wiedler.ch/igor/" |
||
| 1304 | } |
||
| 1305 | ], |
||
| 1306 | "description": "Événement is a very simple event dispatching library for PHP", |
||
| 1307 | "keywords": [ |
||
| 1308 | "event-dispatcher", |
||
| 1309 | "event-emitter" |
||
| 1310 | ], |
||
| 1311 | "time": "2012-11-02 14:49:47" |
||
| 1312 | }, |
||
| 1313 | { |
||
| 1314 | "name": "fig/link-util", |
||
| 1315 | "version": "1.0.0", |
||
| 1316 | "source": { |
||
| 1317 | "type": "git", |
||
| 1318 | "url": "https://github.com/php-fig/link-util.git", |
||
| 1319 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac" |
||
| 1320 | }, |
||
| 1321 | "dist": { |
||
| 1322 | "type": "zip", |
||
| 1323 | "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", |
||
| 1324 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac", |
||
| 1325 | "shasum": "" |
||
| 1326 | }, |
||
| 1327 | "require": { |
||
| 1328 | "php": ">=5.5.0", |
||
| 1329 | "psr/link": "~1.0@dev" |
||
| 1330 | }, |
||
| 1331 | "require-dev": { |
||
| 1332 | "phpunit/phpunit": "^5.1", |
||
| 1333 | "squizlabs/php_codesniffer": "^2.3.1" |
||
| 1334 | }, |
||
| 1335 | "type": "library", |
||
| 1336 | "extra": { |
||
| 1337 | "branch-alias": { |
||
| 1338 | "dev-master": "1.0.x-dev" |
||
| 1339 | } |
||
| 1340 | }, |
||
| 1341 | "autoload": { |
||
| 1342 | "psr-4": { |
||
| 1343 | "Fig\\Link\\": "src/" |
||
| 1344 | } |
||
| 1345 | }, |
||
| 1346 | "notification-url": "https://packagist.org/downloads/", |
||
| 1347 | "license": [ |
||
| 1348 | "MIT" |
||
| 1349 | ], |
||
| 1350 | "authors": [ |
||
| 1351 | { |
||
| 1352 | "name": "PHP-FIG", |
||
| 1353 | "homepage": "http://www.php-fig.org/" |
||
| 1354 | } |
||
| 1355 | ], |
||
| 1356 | "description": "Common utility implementations for HTTP links", |
||
| 1357 | "keywords": [ |
||
| 1358 | "http", |
||
| 1359 | "http-link", |
||
| 1360 | "link", |
||
| 1361 | "psr", |
||
| 1362 | "psr-13", |
||
| 1363 | "rest" |
||
| 1364 | ], |
||
| 1365 | "time": "2016-10-17 18:31:11" |
||
| 1366 | }, |
||
| 1367 | { |
||
| 1368 | "name": "guzzlehttp/guzzle", |
||
| 1369 | "version": "6.3.0", |
||
| 1370 | "source": { |
||
| 1371 | "type": "git", |
||
| 1372 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 1373 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" |
||
| 1374 | }, |
||
| 1375 | "dist": { |
||
| 1376 | "type": "zip", |
||
| 1377 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
| 1378 | "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", |
||
| 1379 | "shasum": "" |
||
| 1380 | }, |
||
| 1381 | "require": { |
||
| 1382 | "guzzlehttp/promises": "^1.0", |
||
| 1383 | "guzzlehttp/psr7": "^1.4", |
||
| 1384 | "php": ">=5.5" |
||
| 1385 | }, |
||
| 1386 | "require-dev": { |
||
| 1387 | "ext-curl": "*", |
||
| 1388 | "phpunit/phpunit": "^4.0 || ^5.0", |
||
| 1389 | "psr/log": "^1.0" |
||
| 1390 | }, |
||
| 1391 | "suggest": { |
||
| 1392 | "psr/log": "Required for using the Log middleware" |
||
| 1393 | }, |
||
| 1394 | "type": "library", |
||
| 1395 | "extra": { |
||
| 1396 | "branch-alias": { |
||
| 1397 | "dev-master": "6.2-dev" |
||
| 1398 | } |
||
| 1399 | }, |
||
| 1400 | "autoload": { |
||
| 1401 | "files": [ |
||
| 1402 | "src/functions_include.php" |
||
| 1403 | ], |
||
| 1404 | "psr-4": { |
||
| 1405 | "GuzzleHttp\\": "src/" |
||
| 1406 | } |
||
| 1407 | }, |
||
| 1408 | "notification-url": "https://packagist.org/downloads/", |
||
| 1409 | "license": [ |
||
| 1410 | "MIT" |
||
| 1411 | ], |
||
| 1412 | "authors": [ |
||
| 1413 | { |
||
| 1414 | "name": "Michael Dowling", |
||
| 1415 | "email": "[email protected]", |
||
| 1416 | "homepage": "https://github.com/mtdowling" |
||
| 1417 | } |
||
| 1418 | ], |
||
| 1419 | "description": "Guzzle is a PHP HTTP client library", |
||
| 1420 | "homepage": "http://guzzlephp.org/", |
||
| 1421 | "keywords": [ |
||
| 1422 | "client", |
||
| 1423 | "curl", |
||
| 1424 | "framework", |
||
| 1425 | "http", |
||
| 1426 | "http client", |
||
| 1427 | "rest", |
||
| 1428 | "web service" |
||
| 1429 | ], |
||
| 1430 | "time": "2017-06-22 18:50:49" |
||
| 1431 | }, |
||
| 1432 | { |
||
| 1433 | "name": "guzzlehttp/promises", |
||
| 1434 | "version": "v1.3.1", |
||
| 1435 | "source": { |
||
| 1436 | "type": "git", |
||
| 1437 | "url": "https://github.com/guzzle/promises.git", |
||
| 1438 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
| 1439 | }, |
||
| 1440 | "dist": { |
||
| 1441 | "type": "zip", |
||
| 1442 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1443 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1444 | "shasum": "" |
||
| 1445 | }, |
||
| 1446 | "require": { |
||
| 1447 | "php": ">=5.5.0" |
||
| 1448 | }, |
||
| 1449 | "require-dev": { |
||
| 1450 | "phpunit/phpunit": "^4.0" |
||
| 1451 | }, |
||
| 1452 | "type": "library", |
||
| 1453 | "extra": { |
||
| 1454 | "branch-alias": { |
||
| 1455 | "dev-master": "1.4-dev" |
||
| 1456 | } |
||
| 1457 | }, |
||
| 1458 | "autoload": { |
||
| 1459 | "psr-4": { |
||
| 1460 | "GuzzleHttp\\Promise\\": "src/" |
||
| 1461 | }, |
||
| 1462 | "files": [ |
||
| 1463 | "src/functions_include.php" |
||
| 1464 | ] |
||
| 1465 | }, |
||
| 1466 | "notification-url": "https://packagist.org/downloads/", |
||
| 1467 | "license": [ |
||
| 1468 | "MIT" |
||
| 1469 | ], |
||
| 1470 | "authors": [ |
||
| 1471 | { |
||
| 1472 | "name": "Michael Dowling", |
||
| 1473 | "email": "[email protected]", |
||
| 1474 | "homepage": "https://github.com/mtdowling" |
||
| 1475 | } |
||
| 1476 | ], |
||
| 1477 | "description": "Guzzle promises library", |
||
| 1478 | "keywords": [ |
||
| 1479 | "promise" |
||
| 1480 | ], |
||
| 1481 | "time": "2016-12-20 10:07:11" |
||
| 1482 | }, |
||
| 1483 | { |
||
| 1484 | "name": "guzzlehttp/psr7", |
||
| 1485 | "version": "1.4.2", |
||
| 1486 | "source": { |
||
| 1487 | "type": "git", |
||
| 1488 | "url": "https://github.com/guzzle/psr7.git", |
||
| 1489 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
| 1490 | }, |
||
| 1491 | "dist": { |
||
| 1492 | "type": "zip", |
||
| 1493 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
| 1494 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
| 1495 | "shasum": "" |
||
| 1496 | }, |
||
| 1497 | "require": { |
||
| 1498 | "php": ">=5.4.0", |
||
| 1499 | "psr/http-message": "~1.0" |
||
| 1500 | }, |
||
| 1501 | "provide": { |
||
| 1502 | "psr/http-message-implementation": "1.0" |
||
| 1503 | }, |
||
| 1504 | "require-dev": { |
||
| 1505 | "phpunit/phpunit": "~4.0" |
||
| 1506 | }, |
||
| 1507 | "type": "library", |
||
| 1508 | "extra": { |
||
| 1509 | "branch-alias": { |
||
| 1510 | "dev-master": "1.4-dev" |
||
| 1511 | } |
||
| 1512 | }, |
||
| 1513 | "autoload": { |
||
| 1514 | "psr-4": { |
||
| 1515 | "GuzzleHttp\\Psr7\\": "src/" |
||
| 1516 | }, |
||
| 1517 | "files": [ |
||
| 1518 | "src/functions_include.php" |
||
| 1519 | ] |
||
| 1520 | }, |
||
| 1521 | "notification-url": "https://packagist.org/downloads/", |
||
| 1522 | "license": [ |
||
| 1523 | "MIT" |
||
| 1524 | ], |
||
| 1525 | "authors": [ |
||
| 1526 | { |
||
| 1527 | "name": "Michael Dowling", |
||
| 1528 | "email": "[email protected]", |
||
| 1529 | "homepage": "https://github.com/mtdowling" |
||
| 1530 | }, |
||
| 1531 | { |
||
| 1532 | "name": "Tobias Schultze", |
||
| 1533 | "homepage": "https://github.com/Tobion" |
||
| 1534 | } |
||
| 1535 | ], |
||
| 1536 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
| 1537 | "keywords": [ |
||
| 1538 | "http", |
||
| 1539 | "message", |
||
| 1540 | "request", |
||
| 1541 | "response", |
||
| 1542 | "stream", |
||
| 1543 | "uri", |
||
| 1544 | "url" |
||
| 1545 | ], |
||
| 1546 | "time": "2017-03-20 17:10:46" |
||
| 1547 | }, |
||
| 1548 | { |
||
| 1549 | "name": "incenteev/composer-parameter-handler", |
||
| 1550 | "version": "v2.1.2", |
||
| 1551 | "source": { |
||
| 1552 | "type": "git", |
||
| 1553 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
| 1554 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
| 1555 | }, |
||
| 1556 | "dist": { |
||
| 1557 | "type": "zip", |
||
| 1558 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 1559 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 1560 | "shasum": "" |
||
| 1561 | }, |
||
| 1562 | "require": { |
||
| 1563 | "php": ">=5.3.3", |
||
| 1564 | "symfony/yaml": "~2.3|~3.0" |
||
| 1565 | }, |
||
| 1566 | "require-dev": { |
||
| 1567 | "composer/composer": "1.0.*@dev", |
||
| 1568 | "phpspec/prophecy-phpunit": "~1.0", |
||
| 1569 | "symfony/filesystem": "~2.2" |
||
| 1570 | }, |
||
| 1571 | "type": "library", |
||
| 1572 | "extra": { |
||
| 1573 | "branch-alias": { |
||
| 1574 | "dev-master": "2.1.x-dev" |
||
| 1575 | } |
||
| 1576 | }, |
||
| 1577 | "autoload": { |
||
| 1578 | "psr-4": { |
||
| 1579 | "Incenteev\\ParameterHandler\\": "" |
||
| 1580 | } |
||
| 1581 | }, |
||
| 1582 | "notification-url": "https://packagist.org/downloads/", |
||
| 1583 | "license": [ |
||
| 1584 | "MIT" |
||
| 1585 | ], |
||
| 1586 | "authors": [ |
||
| 1587 | { |
||
| 1588 | "name": "Christophe Coevoet", |
||
| 1589 | "email": "[email protected]" |
||
| 1590 | } |
||
| 1591 | ], |
||
| 1592 | "description": "Composer script handling your ignored parameter file", |
||
| 1593 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
| 1594 | "keywords": [ |
||
| 1595 | "parameters management" |
||
| 1596 | ], |
||
| 1597 | "time": "2015-11-10 17:04:01" |
||
| 1598 | }, |
||
| 1599 | { |
||
| 1600 | "name": "jdorn/sql-formatter", |
||
| 1601 | "version": "v1.2.17", |
||
| 1602 | "source": { |
||
| 1603 | "type": "git", |
||
| 1604 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
| 1605 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
| 1606 | }, |
||
| 1607 | "dist": { |
||
| 1608 | "type": "zip", |
||
| 1609 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 1610 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 1611 | "shasum": "" |
||
| 1612 | }, |
||
| 1613 | "require": { |
||
| 1614 | "php": ">=5.2.4" |
||
| 1615 | }, |
||
| 1616 | "require-dev": { |
||
| 1617 | "phpunit/phpunit": "3.7.*" |
||
| 1618 | }, |
||
| 1619 | "type": "library", |
||
| 1620 | "extra": { |
||
| 1621 | "branch-alias": { |
||
| 1622 | "dev-master": "1.3.x-dev" |
||
| 1623 | } |
||
| 1624 | }, |
||
| 1625 | "autoload": { |
||
| 1626 | "classmap": [ |
||
| 1627 | "lib" |
||
| 1628 | ] |
||
| 1629 | }, |
||
| 1630 | "notification-url": "https://packagist.org/downloads/", |
||
| 1631 | "license": [ |
||
| 1632 | "MIT" |
||
| 1633 | ], |
||
| 1634 | "authors": [ |
||
| 1635 | { |
||
| 1636 | "name": "Jeremy Dorn", |
||
| 1637 | "email": "[email protected]", |
||
| 1638 | "homepage": "http://jeremydorn.com/" |
||
| 1639 | } |
||
| 1640 | ], |
||
| 1641 | "description": "a PHP SQL highlighting library", |
||
| 1642 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
| 1643 | "keywords": [ |
||
| 1644 | "highlight", |
||
| 1645 | "sql" |
||
| 1646 | ], |
||
| 1647 | "time": "2014-01-12 16:20:24" |
||
| 1648 | }, |
||
| 1649 | { |
||
| 1650 | "name": "mkraemer/react-pcntl", |
||
| 1651 | "version": "v2.0.0", |
||
| 1652 | "source": { |
||
| 1653 | "type": "git", |
||
| 1654 | "url": "https://github.com/mkraemer/react-pcntl.git", |
||
| 1655 | "reference": "184ccb1acad5e7209ee383979be0bff0c2a50a39" |
||
| 1656 | }, |
||
| 1657 | "dist": { |
||
| 1658 | "type": "zip", |
||
| 1659 | "url": "https://api.github.com/repos/mkraemer/react-pcntl/zipball/184ccb1acad5e7209ee383979be0bff0c2a50a39", |
||
| 1660 | "reference": "184ccb1acad5e7209ee383979be0bff0c2a50a39", |
||
| 1661 | "shasum": "" |
||
| 1662 | }, |
||
| 1663 | "require": { |
||
| 1664 | "evenement/evenement": "2.0.*", |
||
| 1665 | "ext-pcntl": "*", |
||
| 1666 | "react/event-loop": "0.4.*" |
||
| 1667 | }, |
||
| 1668 | "type": "library", |
||
| 1669 | "autoload": { |
||
| 1670 | "psr-0": { |
||
| 1671 | "MKraemer": "src/" |
||
| 1672 | } |
||
| 1673 | }, |
||
| 1674 | "notification-url": "https://packagist.org/downloads/", |
||
| 1675 | "license": [ |
||
| 1676 | "MIT" |
||
| 1677 | ], |
||
| 1678 | "authors": [ |
||
| 1679 | { |
||
| 1680 | "name": "Marius Krämer", |
||
| 1681 | "email": "[email protected]" |
||
| 1682 | } |
||
| 1683 | ], |
||
| 1684 | "description": "PCNTL bindings for ReactPHP", |
||
| 1685 | "keywords": [ |
||
| 1686 | "pcntl", |
||
| 1687 | "react" |
||
| 1688 | ], |
||
| 1689 | "time": "2014-08-26 12:57:41" |
||
| 1690 | }, |
||
| 1691 | { |
||
| 1692 | "name": "monolog/monolog", |
||
| 1693 | "version": "1.23.0", |
||
| 1694 | "source": { |
||
| 1695 | "type": "git", |
||
| 1696 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 1697 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
| 1698 | }, |
||
| 1699 | "dist": { |
||
| 1700 | "type": "zip", |
||
| 1701 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
| 1702 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
| 1703 | "shasum": "" |
||
| 1704 | }, |
||
| 1705 | "require": { |
||
| 1706 | "php": ">=5.3.0", |
||
| 1707 | "psr/log": "~1.0" |
||
| 1708 | }, |
||
| 1709 | "provide": { |
||
| 1710 | "psr/log-implementation": "1.0.0" |
||
| 1711 | }, |
||
| 1712 | "require-dev": { |
||
| 1713 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
| 1714 | "doctrine/couchdb": "~1.0@dev", |
||
| 1715 | "graylog2/gelf-php": "~1.0", |
||
| 1716 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 1717 | "php-amqplib/php-amqplib": "~2.4", |
||
| 1718 | "php-console/php-console": "^3.1.3", |
||
| 1719 | "phpunit/phpunit": "~4.5", |
||
| 1720 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 1721 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 1722 | "sentry/sentry": "^0.13", |
||
| 1723 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
| 1724 | }, |
||
| 1725 | "suggest": { |
||
| 1726 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 1727 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 1728 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 1729 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 1730 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 1731 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 1732 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 1733 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 1734 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 1735 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 1736 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 1737 | }, |
||
| 1738 | "type": "library", |
||
| 1739 | "extra": { |
||
| 1740 | "branch-alias": { |
||
| 1741 | "dev-master": "2.0.x-dev" |
||
| 1742 | } |
||
| 1743 | }, |
||
| 1744 | "autoload": { |
||
| 1745 | "psr-4": { |
||
| 1746 | "Monolog\\": "src/Monolog" |
||
| 1747 | } |
||
| 1748 | }, |
||
| 1749 | "notification-url": "https://packagist.org/downloads/", |
||
| 1750 | "license": [ |
||
| 1751 | "MIT" |
||
| 1752 | ], |
||
| 1753 | "authors": [ |
||
| 1754 | { |
||
| 1755 | "name": "Jordi Boggiano", |
||
| 1756 | "email": "[email protected]", |
||
| 1757 | "homepage": "http://seld.be" |
||
| 1758 | } |
||
| 1759 | ], |
||
| 1760 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 1761 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 1762 | "keywords": [ |
||
| 1763 | "log", |
||
| 1764 | "logging", |
||
| 1765 | "psr-3" |
||
| 1766 | ], |
||
| 1767 | "time": "2017-06-19 01:22:40" |
||
| 1768 | }, |
||
| 1769 | { |
||
| 1770 | "name": "nelmio/cors-bundle", |
||
| 1771 | "version": "1.5.3", |
||
| 1772 | "source": { |
||
| 1773 | "type": "git", |
||
| 1774 | "url": "https://github.com/nelmio/NelmioCorsBundle.git", |
||
| 1775 | "reference": "ac6576a599d7db9c2c6022602c188a5594216056" |
||
| 1776 | }, |
||
| 1777 | "dist": { |
||
| 1778 | "type": "zip", |
||
| 1779 | "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/ac6576a599d7db9c2c6022602c188a5594216056", |
||
| 1780 | "reference": "ac6576a599d7db9c2c6022602c188a5594216056", |
||
| 1781 | "shasum": "" |
||
| 1782 | }, |
||
| 1783 | "require": { |
||
| 1784 | "symfony/framework-bundle": "^2.7 || ^3.0" |
||
| 1785 | }, |
||
| 1786 | "require-dev": { |
||
| 1787 | "matthiasnoback/symfony-dependency-injection-test": "^0.7.6", |
||
| 1788 | "mockery/mockery": "0.9.*" |
||
| 1789 | }, |
||
| 1790 | "type": "symfony-bundle", |
||
| 1791 | "extra": { |
||
| 1792 | "branch-alias": { |
||
| 1793 | "dev-master": "1.5.x-dev" |
||
| 1794 | } |
||
| 1795 | }, |
||
| 1796 | "autoload": { |
||
| 1797 | "psr-4": { |
||
| 1798 | "Nelmio\\CorsBundle\\": "" |
||
| 1799 | }, |
||
| 1800 | "exclude-from-classmap": [ |
||
| 1801 | "/Tests/" |
||
| 1802 | ] |
||
| 1803 | }, |
||
| 1804 | "notification-url": "https://packagist.org/downloads/", |
||
| 1805 | "license": [ |
||
| 1806 | "MIT" |
||
| 1807 | ], |
||
| 1808 | "authors": [ |
||
| 1809 | { |
||
| 1810 | "name": "Nelmio", |
||
| 1811 | "homepage": "http://nelm.io" |
||
| 1812 | }, |
||
| 1813 | { |
||
| 1814 | "name": "Symfony Community", |
||
| 1815 | "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors" |
||
| 1816 | } |
||
| 1817 | ], |
||
| 1818 | "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application", |
||
| 1819 | "keywords": [ |
||
| 1820 | "api", |
||
| 1821 | "cors", |
||
| 1822 | "crossdomain" |
||
| 1823 | ], |
||
| 1824 | "time": "2017-04-24 09:12:42" |
||
| 1825 | }, |
||
| 1826 | { |
||
| 1827 | "name": "paragonie/random_compat", |
||
| 1828 | "version": "v2.0.11", |
||
| 1829 | "source": { |
||
| 1830 | "type": "git", |
||
| 1831 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 1832 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" |
||
| 1833 | }, |
||
| 1834 | "dist": { |
||
| 1835 | "type": "zip", |
||
| 1836 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
| 1837 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
| 1838 | "shasum": "" |
||
| 1839 | }, |
||
| 1840 | "require": { |
||
| 1841 | "php": ">=5.2.0" |
||
| 1842 | }, |
||
| 1843 | "require-dev": { |
||
| 1844 | "phpunit/phpunit": "4.*|5.*" |
||
| 1845 | }, |
||
| 1846 | "suggest": { |
||
| 1847 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 1848 | }, |
||
| 1849 | "type": "library", |
||
| 1850 | "autoload": { |
||
| 1851 | "files": [ |
||
| 1852 | "lib/random.php" |
||
| 1853 | ] |
||
| 1854 | }, |
||
| 1855 | "notification-url": "https://packagist.org/downloads/", |
||
| 1856 | "license": [ |
||
| 1857 | "MIT" |
||
| 1858 | ], |
||
| 1859 | "authors": [ |
||
| 1860 | { |
||
| 1861 | "name": "Paragon Initiative Enterprises", |
||
| 1862 | "email": "[email protected]", |
||
| 1863 | "homepage": "https://paragonie.com" |
||
| 1864 | } |
||
| 1865 | ], |
||
| 1866 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 1867 | "keywords": [ |
||
| 1868 | "csprng", |
||
| 1869 | "pseudorandom", |
||
| 1870 | "random" |
||
| 1871 | ], |
||
| 1872 | "time": "2017-09-27 21:40:39" |
||
| 1873 | }, |
||
| 1874 | { |
||
| 1875 | "name": "php-amqplib/php-amqplib", |
||
| 1876 | "version": "v2.7.0", |
||
| 1877 | "source": { |
||
| 1878 | "type": "git", |
||
| 1879 | "url": "https://github.com/php-amqplib/php-amqplib.git", |
||
| 1880 | "reference": "f48748546e398d846134c594dfca9070c4c3b356" |
||
| 1881 | }, |
||
| 1882 | "dist": { |
||
| 1883 | "type": "zip", |
||
| 1884 | "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/f48748546e398d846134c594dfca9070c4c3b356", |
||
| 1885 | "reference": "f48748546e398d846134c594dfca9070c4c3b356", |
||
| 1886 | "shasum": "" |
||
| 1887 | }, |
||
| 1888 | "require": { |
||
| 1889 | "ext-bcmath": "*", |
||
| 1890 | "ext-mbstring": "*", |
||
| 1891 | "php": ">=5.3.0" |
||
| 1892 | }, |
||
| 1893 | "replace": { |
||
| 1894 | "videlalvaro/php-amqplib": "self.version" |
||
| 1895 | }, |
||
| 1896 | "require-dev": { |
||
| 1897 | "phpunit/phpunit": "^4.8", |
||
| 1898 | "scrutinizer/ocular": "^1.1", |
||
| 1899 | "squizlabs/php_codesniffer": "^2.5" |
||
| 1900 | }, |
||
| 1901 | "suggest": { |
||
| 1902 | "ext-sockets": "Use AMQPSocketConnection" |
||
| 1903 | }, |
||
| 1904 | "type": "library", |
||
| 1905 | "extra": { |
||
| 1906 | "branch-alias": { |
||
| 1907 | "dev-master": "2.7-dev" |
||
| 1908 | } |
||
| 1909 | }, |
||
| 1910 | "autoload": { |
||
| 1911 | "psr-4": { |
||
| 1912 | "PhpAmqpLib\\": "PhpAmqpLib/" |
||
| 1913 | } |
||
| 1914 | }, |
||
| 1915 | "notification-url": "https://packagist.org/downloads/", |
||
| 1916 | "license": [ |
||
| 1917 | "LGPL-2.1" |
||
| 1918 | ], |
||
| 1919 | "authors": [ |
||
| 1920 | { |
||
| 1921 | "name": "Alvaro Videla", |
||
| 1922 | "role": "Original Maintainer" |
||
| 1923 | }, |
||
| 1924 | { |
||
| 1925 | "name": "John Kelly", |
||
| 1926 | "email": "[email protected]", |
||
| 1927 | "role": "Maintainer" |
||
| 1928 | }, |
||
| 1929 | { |
||
| 1930 | "name": "Raúl Araya", |
||
| 1931 | "email": "[email protected]", |
||
| 1932 | "role": "Maintainer" |
||
| 1933 | } |
||
| 1934 | ], |
||
| 1935 | "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", |
||
| 1936 | "homepage": "https://github.com/php-amqplib/php-amqplib/", |
||
| 1937 | "keywords": [ |
||
| 1938 | "message", |
||
| 1939 | "queue", |
||
| 1940 | "rabbitmq" |
||
| 1941 | ], |
||
| 1942 | "time": "2017-08-03 22:06:21" |
||
| 1943 | }, |
||
| 1944 | { |
||
| 1945 | "name": "php-http/curl-client", |
||
| 1946 | "version": "v1.7.0", |
||
| 1947 | "source": { |
||
| 1948 | "type": "git", |
||
| 1949 | "url": "https://github.com/php-http/curl-client.git", |
||
| 1950 | "reference": "0972ad0d7d37032a52077a5cbe27cf370f2007d8" |
||
| 1951 | }, |
||
| 1952 | "dist": { |
||
| 1953 | "type": "zip", |
||
| 1954 | "url": "https://api.github.com/repos/php-http/curl-client/zipball/0972ad0d7d37032a52077a5cbe27cf370f2007d8", |
||
| 1955 | "reference": "0972ad0d7d37032a52077a5cbe27cf370f2007d8", |
||
| 1956 | "shasum": "" |
||
| 1957 | }, |
||
| 1958 | "require": { |
||
| 1959 | "ext-curl": "*", |
||
| 1960 | "php": "^5.5 || ^7.0", |
||
| 1961 | "php-http/discovery": "^1.0", |
||
| 1962 | "php-http/httplug": "^1.0", |
||
| 1963 | "php-http/message": "^1.2", |
||
| 1964 | "php-http/message-factory": "^1.0.2" |
||
| 1965 | }, |
||
| 1966 | "provide": { |
||
| 1967 | "php-http/async-client-implementation": "1.0", |
||
| 1968 | "php-http/client-implementation": "1.0" |
||
| 1969 | }, |
||
| 1970 | "require-dev": { |
||
| 1971 | "guzzlehttp/psr7": "^1.0", |
||
| 1972 | "php-http/client-integration-tests": "^0.5.1", |
||
| 1973 | "phpunit/phpunit": "^4.8.27", |
||
| 1974 | "zendframework/zend-diactoros": "^1.0" |
||
| 1975 | }, |
||
| 1976 | "type": "library", |
||
| 1977 | "autoload": { |
||
| 1978 | "psr-4": { |
||
| 1979 | "Http\\Client\\Curl\\": "src/" |
||
| 1980 | } |
||
| 1981 | }, |
||
| 1982 | "notification-url": "https://packagist.org/downloads/", |
||
| 1983 | "license": [ |
||
| 1984 | "MIT" |
||
| 1985 | ], |
||
| 1986 | "authors": [ |
||
| 1987 | { |
||
| 1988 | "name": "Михаил Красильников", |
||
| 1989 | "email": "[email protected]" |
||
| 1990 | } |
||
| 1991 | ], |
||
| 1992 | "description": "cURL client for PHP-HTTP", |
||
| 1993 | "homepage": "http://php-http.org", |
||
| 1994 | "keywords": [ |
||
| 1995 | "curl", |
||
| 1996 | "http" |
||
| 1997 | ], |
||
| 1998 | "time": "2017-02-09 15:18:33" |
||
| 1999 | }, |
||
| 2000 | { |
||
| 2001 | "name": "php-http/discovery", |
||
| 2002 | "version": "1.3.0", |
||
| 2003 | "source": { |
||
| 2004 | "type": "git", |
||
| 2005 | "url": "https://github.com/php-http/discovery.git", |
||
| 2006 | "reference": "7b50ab4d6c9fdaa1ed53ae310c955900af6e3372" |
||
| 2007 | }, |
||
| 2008 | "dist": { |
||
| 2009 | "type": "zip", |
||
| 2010 | "url": "https://api.github.com/repos/php-http/discovery/zipball/7b50ab4d6c9fdaa1ed53ae310c955900af6e3372", |
||
| 2011 | "reference": "7b50ab4d6c9fdaa1ed53ae310c955900af6e3372", |
||
| 2012 | "shasum": "" |
||
| 2013 | }, |
||
| 2014 | "require": { |
||
| 2015 | "php": "^5.5 || ^7.0" |
||
| 2016 | }, |
||
| 2017 | "require-dev": { |
||
| 2018 | "henrikbjorn/phpspec-code-coverage": "^2.0.2", |
||
| 2019 | "php-http/httplug": "^1.0", |
||
| 2020 | "php-http/message-factory": "^1.0", |
||
| 2021 | "phpspec/phpspec": "^2.4", |
||
| 2022 | "puli/composer-plugin": "1.0.0-beta10" |
||
| 2023 | }, |
||
| 2024 | "suggest": { |
||
| 2025 | "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories", |
||
| 2026 | "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details." |
||
| 2027 | }, |
||
| 2028 | "type": "library", |
||
| 2029 | "extra": { |
||
| 2030 | "branch-alias": { |
||
| 2031 | "dev-master": "1.3-dev" |
||
| 2032 | } |
||
| 2033 | }, |
||
| 2034 | "autoload": { |
||
| 2035 | "psr-4": { |
||
| 2036 | "Http\\Discovery\\": "src/" |
||
| 2037 | } |
||
| 2038 | }, |
||
| 2039 | "notification-url": "https://packagist.org/downloads/", |
||
| 2040 | "license": [ |
||
| 2041 | "MIT" |
||
| 2042 | ], |
||
| 2043 | "authors": [ |
||
| 2044 | { |
||
| 2045 | "name": "Márk Sági-Kazár", |
||
| 2046 | "email": "[email protected]" |
||
| 2047 | } |
||
| 2048 | ], |
||
| 2049 | "description": "Finds installed HTTPlug implementations and PSR-7 message factories", |
||
| 2050 | "homepage": "http://php-http.org", |
||
| 2051 | "keywords": [ |
||
| 2052 | "adapter", |
||
| 2053 | "client", |
||
| 2054 | "discovery", |
||
| 2055 | "factory", |
||
| 2056 | "http", |
||
| 2057 | "message", |
||
| 2058 | "psr7" |
||
| 2059 | ], |
||
| 2060 | "time": "2017-08-03 10:12:53" |
||
| 2061 | }, |
||
| 2062 | { |
||
| 2063 | "name": "php-http/guzzle6-adapter", |
||
| 2064 | "version": "v1.1.1", |
||
| 2065 | "source": { |
||
| 2066 | "type": "git", |
||
| 2067 | "url": "https://github.com/php-http/guzzle6-adapter.git", |
||
| 2068 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab" |
||
| 2069 | }, |
||
| 2070 | "dist": { |
||
| 2071 | "type": "zip", |
||
| 2072 | "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab", |
||
| 2073 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab", |
||
| 2074 | "shasum": "" |
||
| 2075 | }, |
||
| 2076 | "require": { |
||
| 2077 | "guzzlehttp/guzzle": "^6.0", |
||
| 2078 | "php": ">=5.5.0", |
||
| 2079 | "php-http/httplug": "^1.0" |
||
| 2080 | }, |
||
| 2081 | "provide": { |
||
| 2082 | "php-http/async-client-implementation": "1.0", |
||
| 2083 | "php-http/client-implementation": "1.0" |
||
| 2084 | }, |
||
| 2085 | "require-dev": { |
||
| 2086 | "ext-curl": "*", |
||
| 2087 | "php-http/adapter-integration-tests": "^0.4" |
||
| 2088 | }, |
||
| 2089 | "type": "library", |
||
| 2090 | "extra": { |
||
| 2091 | "branch-alias": { |
||
| 2092 | "dev-master": "1.2-dev" |
||
| 2093 | } |
||
| 2094 | }, |
||
| 2095 | "autoload": { |
||
| 2096 | "psr-4": { |
||
| 2097 | "Http\\Adapter\\Guzzle6\\": "src/" |
||
| 2098 | } |
||
| 2099 | }, |
||
| 2100 | "notification-url": "https://packagist.org/downloads/", |
||
| 2101 | "license": [ |
||
| 2102 | "MIT" |
||
| 2103 | ], |
||
| 2104 | "authors": [ |
||
| 2105 | { |
||
| 2106 | "name": "Márk Sági-Kazár", |
||
| 2107 | "email": "[email protected]" |
||
| 2108 | }, |
||
| 2109 | { |
||
| 2110 | "name": "David de Boer", |
||
| 2111 | "email": "[email protected]" |
||
| 2112 | } |
||
| 2113 | ], |
||
| 2114 | "description": "Guzzle 6 HTTP Adapter", |
||
| 2115 | "homepage": "http://httplug.io", |
||
| 2116 | "keywords": [ |
||
| 2117 | "Guzzle", |
||
| 2118 | "http" |
||
| 2119 | ], |
||
| 2120 | "time": "2016-05-10 06:13:32" |
||
| 2121 | }, |
||
| 2122 | { |
||
| 2123 | "name": "php-http/httplug", |
||
| 2124 | "version": "v1.1.0", |
||
| 2125 | "source": { |
||
| 2126 | "type": "git", |
||
| 2127 | "url": "https://github.com/php-http/httplug.git", |
||
| 2128 | "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018" |
||
| 2129 | }, |
||
| 2130 | "dist": { |
||
| 2131 | "type": "zip", |
||
| 2132 | "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018", |
||
| 2133 | "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018", |
||
| 2134 | "shasum": "" |
||
| 2135 | }, |
||
| 2136 | "require": { |
||
| 2137 | "php": ">=5.4", |
||
| 2138 | "php-http/promise": "^1.0", |
||
| 2139 | "psr/http-message": "^1.0" |
||
| 2140 | }, |
||
| 2141 | "require-dev": { |
||
| 2142 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 2143 | "phpspec/phpspec": "^2.4" |
||
| 2144 | }, |
||
| 2145 | "type": "library", |
||
| 2146 | "extra": { |
||
| 2147 | "branch-alias": { |
||
| 2148 | "dev-master": "1.1-dev" |
||
| 2149 | } |
||
| 2150 | }, |
||
| 2151 | "autoload": { |
||
| 2152 | "psr-4": { |
||
| 2153 | "Http\\Client\\": "src/" |
||
| 2154 | } |
||
| 2155 | }, |
||
| 2156 | "notification-url": "https://packagist.org/downloads/", |
||
| 2157 | "license": [ |
||
| 2158 | "MIT" |
||
| 2159 | ], |
||
| 2160 | "authors": [ |
||
| 2161 | { |
||
| 2162 | "name": "Eric GELOEN", |
||
| 2163 | "email": "[email protected]" |
||
| 2164 | }, |
||
| 2165 | { |
||
| 2166 | "name": "Márk Sági-Kazár", |
||
| 2167 | "email": "[email protected]" |
||
| 2168 | } |
||
| 2169 | ], |
||
| 2170 | "description": "HTTPlug, the HTTP client abstraction for PHP", |
||
| 2171 | "homepage": "http://httplug.io", |
||
| 2172 | "keywords": [ |
||
| 2173 | "client", |
||
| 2174 | "http" |
||
| 2175 | ], |
||
| 2176 | "time": "2016-08-31 08:30:17" |
||
| 2177 | }, |
||
| 2178 | { |
||
| 2179 | "name": "php-http/message", |
||
| 2180 | "version": "1.6.0", |
||
| 2181 | "source": { |
||
| 2182 | "type": "git", |
||
| 2183 | "url": "https://github.com/php-http/message.git", |
||
| 2184 | "reference": "2edd63bae5f52f79363c5f18904b05ce3a4b7253" |
||
| 2185 | }, |
||
| 2186 | "dist": { |
||
| 2187 | "type": "zip", |
||
| 2188 | "url": "https://api.github.com/repos/php-http/message/zipball/2edd63bae5f52f79363c5f18904b05ce3a4b7253", |
||
| 2189 | "reference": "2edd63bae5f52f79363c5f18904b05ce3a4b7253", |
||
| 2190 | "shasum": "" |
||
| 2191 | }, |
||
| 2192 | "require": { |
||
| 2193 | "clue/stream-filter": "^1.3", |
||
| 2194 | "php": ">=5.4", |
||
| 2195 | "php-http/message-factory": "^1.0.2", |
||
| 2196 | "psr/http-message": "^1.0" |
||
| 2197 | }, |
||
| 2198 | "provide": { |
||
| 2199 | "php-http/message-factory-implementation": "1.0" |
||
| 2200 | }, |
||
| 2201 | "require-dev": { |
||
| 2202 | "akeneo/phpspec-skip-example-extension": "^1.0", |
||
| 2203 | "coduo/phpspec-data-provider-extension": "^1.0", |
||
| 2204 | "ext-zlib": "*", |
||
| 2205 | "guzzlehttp/psr7": "^1.0", |
||
| 2206 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 2207 | "phpspec/phpspec": "^2.4", |
||
| 2208 | "slim/slim": "^3.0", |
||
| 2209 | "zendframework/zend-diactoros": "^1.0" |
||
| 2210 | }, |
||
| 2211 | "suggest": { |
||
| 2212 | "ext-zlib": "Used with compressor/decompressor streams", |
||
| 2213 | "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", |
||
| 2214 | "slim/slim": "Used with Slim Framework PSR-7 implementation", |
||
| 2215 | "zendframework/zend-diactoros": "Used with Diactoros Factories" |
||
| 2216 | }, |
||
| 2217 | "type": "library", |
||
| 2218 | "extra": { |
||
| 2219 | "branch-alias": { |
||
| 2220 | "dev-master": "1.6-dev" |
||
| 2221 | } |
||
| 2222 | }, |
||
| 2223 | "autoload": { |
||
| 2224 | "psr-4": { |
||
| 2225 | "Http\\Message\\": "src/" |
||
| 2226 | }, |
||
| 2227 | "files": [ |
||
| 2228 | "src/filters.php" |
||
| 2229 | ] |
||
| 2230 | }, |
||
| 2231 | "notification-url": "https://packagist.org/downloads/", |
||
| 2232 | "license": [ |
||
| 2233 | "MIT" |
||
| 2234 | ], |
||
| 2235 | "authors": [ |
||
| 2236 | { |
||
| 2237 | "name": "Márk Sági-Kazár", |
||
| 2238 | "email": "[email protected]" |
||
| 2239 | } |
||
| 2240 | ], |
||
| 2241 | "description": "HTTP Message related tools", |
||
| 2242 | "homepage": "http://php-http.org", |
||
| 2243 | "keywords": [ |
||
| 2244 | "http", |
||
| 2245 | "message", |
||
| 2246 | "psr-7" |
||
| 2247 | ], |
||
| 2248 | "time": "2017-07-05 06:40:53" |
||
| 2249 | }, |
||
| 2250 | { |
||
| 2251 | "name": "php-http/message-factory", |
||
| 2252 | "version": "v1.0.2", |
||
| 2253 | "source": { |
||
| 2254 | "type": "git", |
||
| 2255 | "url": "https://github.com/php-http/message-factory.git", |
||
| 2256 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" |
||
| 2257 | }, |
||
| 2258 | "dist": { |
||
| 2259 | "type": "zip", |
||
| 2260 | "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
| 2261 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
| 2262 | "shasum": "" |
||
| 2263 | }, |
||
| 2264 | "require": { |
||
| 2265 | "php": ">=5.4", |
||
| 2266 | "psr/http-message": "^1.0" |
||
| 2267 | }, |
||
| 2268 | "type": "library", |
||
| 2269 | "extra": { |
||
| 2270 | "branch-alias": { |
||
| 2271 | "dev-master": "1.0-dev" |
||
| 2272 | } |
||
| 2273 | }, |
||
| 2274 | "autoload": { |
||
| 2275 | "psr-4": { |
||
| 2276 | "Http\\Message\\": "src/" |
||
| 2277 | } |
||
| 2278 | }, |
||
| 2279 | "notification-url": "https://packagist.org/downloads/", |
||
| 2280 | "license": [ |
||
| 2281 | "MIT" |
||
| 2282 | ], |
||
| 2283 | "authors": [ |
||
| 2284 | { |
||
| 2285 | "name": "Márk Sági-Kazár", |
||
| 2286 | "email": "[email protected]" |
||
| 2287 | } |
||
| 2288 | ], |
||
| 2289 | "description": "Factory interfaces for PSR-7 HTTP Message", |
||
| 2290 | "homepage": "http://php-http.org", |
||
| 2291 | "keywords": [ |
||
| 2292 | "factory", |
||
| 2293 | "http", |
||
| 2294 | "message", |
||
| 2295 | "stream", |
||
| 2296 | "uri" |
||
| 2297 | ], |
||
| 2298 | "time": "2015-12-19 14:08:53" |
||
| 2299 | }, |
||
| 2300 | { |
||
| 2301 | "name": "php-http/promise", |
||
| 2302 | "version": "v1.0.0", |
||
| 2303 | "source": { |
||
| 2304 | "type": "git", |
||
| 2305 | "url": "https://github.com/php-http/promise.git", |
||
| 2306 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980" |
||
| 2307 | }, |
||
| 2308 | "dist": { |
||
| 2309 | "type": "zip", |
||
| 2310 | "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
| 2311 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
| 2312 | "shasum": "" |
||
| 2313 | }, |
||
| 2314 | "require-dev": { |
||
| 2315 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 2316 | "phpspec/phpspec": "^2.4" |
||
| 2317 | }, |
||
| 2318 | "type": "library", |
||
| 2319 | "extra": { |
||
| 2320 | "branch-alias": { |
||
| 2321 | "dev-master": "1.1-dev" |
||
| 2322 | } |
||
| 2323 | }, |
||
| 2324 | "autoload": { |
||
| 2325 | "psr-4": { |
||
| 2326 | "Http\\Promise\\": "src/" |
||
| 2327 | } |
||
| 2328 | }, |
||
| 2329 | "notification-url": "https://packagist.org/downloads/", |
||
| 2330 | "license": [ |
||
| 2331 | "MIT" |
||
| 2332 | ], |
||
| 2333 | "authors": [ |
||
| 2334 | { |
||
| 2335 | "name": "Márk Sági-Kazár", |
||
| 2336 | "email": "[email protected]" |
||
| 2337 | }, |
||
| 2338 | { |
||
| 2339 | "name": "Joel Wurtz", |
||
| 2340 | "email": "[email protected]" |
||
| 2341 | } |
||
| 2342 | ], |
||
| 2343 | "description": "Promise used for asynchronous HTTP requests", |
||
| 2344 | "homepage": "http://httplug.io", |
||
| 2345 | "keywords": [ |
||
| 2346 | "promise" |
||
| 2347 | ], |
||
| 2348 | "time": "2016-01-26 13:27:02" |
||
| 2349 | }, |
||
| 2350 | { |
||
| 2351 | "name": "php-pm/httpkernel-adapter", |
||
| 2352 | "version": "dev-master", |
||
| 2353 | "source": { |
||
| 2354 | "type": "git", |
||
| 2355 | "url": "https://github.com/php-pm/php-pm-httpkernel.git", |
||
| 2356 | "reference": "b373b0384f74e72d5cd8e8b3bef3f3ae08fd0dfa" |
||
| 2357 | }, |
||
| 2358 | "dist": { |
||
| 2359 | "type": "zip", |
||
| 2360 | "url": "https://api.github.com/repos/php-pm/php-pm-httpkernel/zipball/b373b0384f74e72d5cd8e8b3bef3f3ae08fd0dfa", |
||
| 2361 | "reference": "b373b0384f74e72d5cd8e8b3bef3f3ae08fd0dfa", |
||
| 2362 | "shasum": "" |
||
| 2363 | }, |
||
| 2364 | "require": { |
||
| 2365 | "php-pm/php-pm": "dev-master", |
||
| 2366 | "symfony/http-foundation": "^2.6|^3.0", |
||
| 2367 | "symfony/http-kernel": "^2.6|^3.0" |
||
| 2368 | }, |
||
| 2369 | "type": "library", |
||
| 2370 | "autoload": { |
||
| 2371 | "psr-4": { |
||
| 2372 | "PHPPM\\": "" |
||
| 2373 | } |
||
| 2374 | }, |
||
| 2375 | "notification-url": "https://packagist.org/downloads/", |
||
| 2376 | "time": "2017-02-16 21:56:13" |
||
| 2377 | }, |
||
| 2378 | { |
||
| 2379 | "name": "php-pm/php-pm", |
||
| 2380 | "version": "dev-master", |
||
| 2381 | "source": { |
||
| 2382 | "type": "git", |
||
| 2383 | "url": "https://github.com/php-pm/php-pm.git", |
||
| 2384 | "reference": "5a883f48f0cb4745e8d5e01c211a423cc76bb50d" |
||
| 2385 | }, |
||
| 2386 | "dist": { |
||
| 2387 | "type": "zip", |
||
| 2388 | "url": "https://api.github.com/repos/php-pm/php-pm/zipball/5a883f48f0cb4745e8d5e01c211a423cc76bb50d", |
||
| 2389 | "reference": "5a883f48f0cb4745e8d5e01c211a423cc76bb50d", |
||
| 2390 | "shasum": "" |
||
| 2391 | }, |
||
| 2392 | "require": { |
||
| 2393 | "guzzlehttp/psr7": "^1.2", |
||
| 2394 | "mkraemer/react-pcntl": "2.0.*", |
||
| 2395 | "monolog/monolog": "^1.3", |
||
| 2396 | "paragonie/random_compat": "^2", |
||
| 2397 | "php": ">=5.6.0", |
||
| 2398 | "react/event-loop": "^0.4", |
||
| 2399 | "react/http": "dev-master#cd15204bd15d106d7832c680e4fb0ca0ce2f5e30", |
||
| 2400 | "react/socket": "^0.5.0", |
||
| 2401 | "react/socket-client": "^0.5.0", |
||
| 2402 | "react/stream": "^0.4", |
||
| 2403 | "symfony/console": "^2.6|^3.0", |
||
| 2404 | "symfony/debug": "^2.6|^3.0", |
||
| 2405 | "symfony/process": "^2.6|^3.0" |
||
| 2406 | }, |
||
| 2407 | "require-dev": { |
||
| 2408 | "mockery/mockery": "^0.9.4", |
||
| 2409 | "phpunit/phpunit": "^5.3" |
||
| 2410 | }, |
||
| 2411 | "suggest": { |
||
| 2412 | "ext-event": "Allows for use of a more performant event-loop implementation.", |
||
| 2413 | "ext-libev": "Allows for use of a more performant event-loop implementation.", |
||
| 2414 | "ext-libevent": "Allows for use of a more performant event-loop implementation.", |
||
| 2415 | "php-pm/httpkernel-adapter": "HttpKernel adapter for Symfony and Laravel frameworks", |
||
| 2416 | "php-pm/psr7-adapter": "PSR-7 adapter", |
||
| 2417 | "php-pm/zend-adapter": "Zend application framework adapter" |
||
| 2418 | }, |
||
| 2419 | "bin": [ |
||
| 2420 | "bin/ppm" |
||
| 2421 | ], |
||
| 2422 | "type": "library", |
||
| 2423 | "autoload": { |
||
| 2424 | "psr-4": { |
||
| 2425 | "PHPPM\\": "" |
||
| 2426 | } |
||
| 2427 | }, |
||
| 2428 | "notification-url": "https://packagist.org/downloads/", |
||
| 2429 | "license": [ |
||
| 2430 | "MIT" |
||
| 2431 | ], |
||
| 2432 | "time": "2017-09-11 11:16:08" |
||
| 2433 | }, |
||
| 2434 | { |
||
| 2435 | "name": "psr/cache", |
||
| 2436 | "version": "1.0.1", |
||
| 2437 | "source": { |
||
| 2438 | "type": "git", |
||
| 2439 | "url": "https://github.com/php-fig/cache.git", |
||
| 2440 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
| 2441 | }, |
||
| 2442 | "dist": { |
||
| 2443 | "type": "zip", |
||
| 2444 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 2445 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 2446 | "shasum": "" |
||
| 2447 | }, |
||
| 2448 | "require": { |
||
| 2449 | "php": ">=5.3.0" |
||
| 2450 | }, |
||
| 2451 | "type": "library", |
||
| 2452 | "extra": { |
||
| 2453 | "branch-alias": { |
||
| 2454 | "dev-master": "1.0.x-dev" |
||
| 2455 | } |
||
| 2456 | }, |
||
| 2457 | "autoload": { |
||
| 2458 | "psr-4": { |
||
| 2459 | "Psr\\Cache\\": "src/" |
||
| 2460 | } |
||
| 2461 | }, |
||
| 2462 | "notification-url": "https://packagist.org/downloads/", |
||
| 2463 | "license": [ |
||
| 2464 | "MIT" |
||
| 2465 | ], |
||
| 2466 | "authors": [ |
||
| 2467 | { |
||
| 2468 | "name": "PHP-FIG", |
||
| 2469 | "homepage": "http://www.php-fig.org/" |
||
| 2470 | } |
||
| 2471 | ], |
||
| 2472 | "description": "Common interface for caching libraries", |
||
| 2473 | "keywords": [ |
||
| 2474 | "cache", |
||
| 2475 | "psr", |
||
| 2476 | "psr-6" |
||
| 2477 | ], |
||
| 2478 | "time": "2016-08-06 20:24:11" |
||
| 2479 | }, |
||
| 2480 | { |
||
| 2481 | "name": "psr/container", |
||
| 2482 | "version": "1.0.0", |
||
| 2483 | "source": { |
||
| 2484 | "type": "git", |
||
| 2485 | "url": "https://github.com/php-fig/container.git", |
||
| 2486 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
| 2487 | }, |
||
| 2488 | "dist": { |
||
| 2489 | "type": "zip", |
||
| 2490 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 2491 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 2492 | "shasum": "" |
||
| 2493 | }, |
||
| 2494 | "require": { |
||
| 2495 | "php": ">=5.3.0" |
||
| 2496 | }, |
||
| 2497 | "type": "library", |
||
| 2498 | "extra": { |
||
| 2499 | "branch-alias": { |
||
| 2500 | "dev-master": "1.0.x-dev" |
||
| 2501 | } |
||
| 2502 | }, |
||
| 2503 | "autoload": { |
||
| 2504 | "psr-4": { |
||
| 2505 | "Psr\\Container\\": "src/" |
||
| 2506 | } |
||
| 2507 | }, |
||
| 2508 | "notification-url": "https://packagist.org/downloads/", |
||
| 2509 | "license": [ |
||
| 2510 | "MIT" |
||
| 2511 | ], |
||
| 2512 | "authors": [ |
||
| 2513 | { |
||
| 2514 | "name": "PHP-FIG", |
||
| 2515 | "homepage": "http://www.php-fig.org/" |
||
| 2516 | } |
||
| 2517 | ], |
||
| 2518 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
| 2519 | "homepage": "https://github.com/php-fig/container", |
||
| 2520 | "keywords": [ |
||
| 2521 | "PSR-11", |
||
| 2522 | "container", |
||
| 2523 | "container-interface", |
||
| 2524 | "container-interop", |
||
| 2525 | "psr" |
||
| 2526 | ], |
||
| 2527 | "time": "2017-02-14 16:28:37" |
||
| 2528 | }, |
||
| 2529 | { |
||
| 2530 | "name": "psr/http-message", |
||
| 2531 | "version": "1.0.1", |
||
| 2532 | "source": { |
||
| 2533 | "type": "git", |
||
| 2534 | "url": "https://github.com/php-fig/http-message.git", |
||
| 2535 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
| 2536 | }, |
||
| 2537 | "dist": { |
||
| 2538 | "type": "zip", |
||
| 2539 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 2540 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 2541 | "shasum": "" |
||
| 2542 | }, |
||
| 2543 | "require": { |
||
| 2544 | "php": ">=5.3.0" |
||
| 2545 | }, |
||
| 2546 | "type": "library", |
||
| 2547 | "extra": { |
||
| 2548 | "branch-alias": { |
||
| 2549 | "dev-master": "1.0.x-dev" |
||
| 2550 | } |
||
| 2551 | }, |
||
| 2552 | "autoload": { |
||
| 2553 | "psr-4": { |
||
| 2554 | "Psr\\Http\\Message\\": "src/" |
||
| 2555 | } |
||
| 2556 | }, |
||
| 2557 | "notification-url": "https://packagist.org/downloads/", |
||
| 2558 | "license": [ |
||
| 2559 | "MIT" |
||
| 2560 | ], |
||
| 2561 | "authors": [ |
||
| 2562 | { |
||
| 2563 | "name": "PHP-FIG", |
||
| 2564 | "homepage": "http://www.php-fig.org/" |
||
| 2565 | } |
||
| 2566 | ], |
||
| 2567 | "description": "Common interface for HTTP messages", |
||
| 2568 | "homepage": "https://github.com/php-fig/http-message", |
||
| 2569 | "keywords": [ |
||
| 2570 | "http", |
||
| 2571 | "http-message", |
||
| 2572 | "psr", |
||
| 2573 | "psr-7", |
||
| 2574 | "request", |
||
| 2575 | "response" |
||
| 2576 | ], |
||
| 2577 | "time": "2016-08-06 14:39:51" |
||
| 2578 | }, |
||
| 2579 | { |
||
| 2580 | "name": "psr/link", |
||
| 2581 | "version": "1.0.0", |
||
| 2582 | "source": { |
||
| 2583 | "type": "git", |
||
| 2584 | "url": "https://github.com/php-fig/link.git", |
||
| 2585 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" |
||
| 2586 | }, |
||
| 2587 | "dist": { |
||
| 2588 | "type": "zip", |
||
| 2589 | "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
| 2590 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
| 2591 | "shasum": "" |
||
| 2592 | }, |
||
| 2593 | "require": { |
||
| 2594 | "php": ">=5.3.0" |
||
| 2595 | }, |
||
| 2596 | "type": "library", |
||
| 2597 | "extra": { |
||
| 2598 | "branch-alias": { |
||
| 2599 | "dev-master": "1.0.x-dev" |
||
| 2600 | } |
||
| 2601 | }, |
||
| 2602 | "autoload": { |
||
| 2603 | "psr-4": { |
||
| 2604 | "Psr\\Link\\": "src/" |
||
| 2605 | } |
||
| 2606 | }, |
||
| 2607 | "notification-url": "https://packagist.org/downloads/", |
||
| 2608 | "license": [ |
||
| 2609 | "MIT" |
||
| 2610 | ], |
||
| 2611 | "authors": [ |
||
| 2612 | { |
||
| 2613 | "name": "PHP-FIG", |
||
| 2614 | "homepage": "http://www.php-fig.org/" |
||
| 2615 | } |
||
| 2616 | ], |
||
| 2617 | "description": "Common interfaces for HTTP links", |
||
| 2618 | "keywords": [ |
||
| 2619 | "http", |
||
| 2620 | "http-link", |
||
| 2621 | "link", |
||
| 2622 | "psr", |
||
| 2623 | "psr-13", |
||
| 2624 | "rest" |
||
| 2625 | ], |
||
| 2626 | "time": "2016-10-28 16:06:13" |
||
| 2627 | }, |
||
| 2628 | { |
||
| 2629 | "name": "psr/log", |
||
| 2630 | "version": "1.0.2", |
||
| 2631 | "source": { |
||
| 2632 | "type": "git", |
||
| 2633 | "url": "https://github.com/php-fig/log.git", |
||
| 2634 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 2635 | }, |
||
| 2636 | "dist": { |
||
| 2637 | "type": "zip", |
||
| 2638 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 2639 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 2640 | "shasum": "" |
||
| 2641 | }, |
||
| 2642 | "require": { |
||
| 2643 | "php": ">=5.3.0" |
||
| 2644 | }, |
||
| 2645 | "type": "library", |
||
| 2646 | "extra": { |
||
| 2647 | "branch-alias": { |
||
| 2648 | "dev-master": "1.0.x-dev" |
||
| 2649 | } |
||
| 2650 | }, |
||
| 2651 | "autoload": { |
||
| 2652 | "psr-4": { |
||
| 2653 | "Psr\\Log\\": "Psr/Log/" |
||
| 2654 | } |
||
| 2655 | }, |
||
| 2656 | "notification-url": "https://packagist.org/downloads/", |
||
| 2657 | "license": [ |
||
| 2658 | "MIT" |
||
| 2659 | ], |
||
| 2660 | "authors": [ |
||
| 2661 | { |
||
| 2662 | "name": "PHP-FIG", |
||
| 2663 | "homepage": "http://www.php-fig.org/" |
||
| 2664 | } |
||
| 2665 | ], |
||
| 2666 | "description": "Common interface for logging libraries", |
||
| 2667 | "homepage": "https://github.com/php-fig/log", |
||
| 2668 | "keywords": [ |
||
| 2669 | "log", |
||
| 2670 | "psr", |
||
| 2671 | "psr-3" |
||
| 2672 | ], |
||
| 2673 | "time": "2016-10-10 12:19:37" |
||
| 2674 | }, |
||
| 2675 | { |
||
| 2676 | "name": "psr/simple-cache", |
||
| 2677 | "version": "1.0.0", |
||
| 2678 | "source": { |
||
| 2679 | "type": "git", |
||
| 2680 | "url": "https://github.com/php-fig/simple-cache.git", |
||
| 2681 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
| 2682 | }, |
||
| 2683 | "dist": { |
||
| 2684 | "type": "zip", |
||
| 2685 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 2686 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 2687 | "shasum": "" |
||
| 2688 | }, |
||
| 2689 | "require": { |
||
| 2690 | "php": ">=5.3.0" |
||
| 2691 | }, |
||
| 2692 | "type": "library", |
||
| 2693 | "extra": { |
||
| 2694 | "branch-alias": { |
||
| 2695 | "dev-master": "1.0.x-dev" |
||
| 2696 | } |
||
| 2697 | }, |
||
| 2698 | "autoload": { |
||
| 2699 | "psr-4": { |
||
| 2700 | "Psr\\SimpleCache\\": "src/" |
||
| 2701 | } |
||
| 2702 | }, |
||
| 2703 | "notification-url": "https://packagist.org/downloads/", |
||
| 2704 | "license": [ |
||
| 2705 | "MIT" |
||
| 2706 | ], |
||
| 2707 | "authors": [ |
||
| 2708 | { |
||
| 2709 | "name": "PHP-FIG", |
||
| 2710 | "homepage": "http://www.php-fig.org/" |
||
| 2711 | } |
||
| 2712 | ], |
||
| 2713 | "description": "Common interfaces for simple caching", |
||
| 2714 | "keywords": [ |
||
| 2715 | "cache", |
||
| 2716 | "caching", |
||
| 2717 | "psr", |
||
| 2718 | "psr-16", |
||
| 2719 | "simple-cache" |
||
| 2720 | ], |
||
| 2721 | "time": "2017-01-02 13:31:39" |
||
| 2722 | }, |
||
| 2723 | { |
||
| 2724 | "name": "queue-interop/amqp-interop", |
||
| 2725 | "version": "0.6.1", |
||
| 2726 | "source": { |
||
| 2727 | "type": "git", |
||
| 2728 | "url": "https://github.com/queue-interop/amqp-interop.git", |
||
| 2729 | "reference": "154cc82b9cc9e32f36d5bda0613997e8d81e6908" |
||
| 2730 | }, |
||
| 2731 | "dist": { |
||
| 2732 | "type": "zip", |
||
| 2733 | "url": "https://api.github.com/repos/queue-interop/amqp-interop/zipball/154cc82b9cc9e32f36d5bda0613997e8d81e6908", |
||
| 2734 | "reference": "154cc82b9cc9e32f36d5bda0613997e8d81e6908", |
||
| 2735 | "shasum": "" |
||
| 2736 | }, |
||
| 2737 | "require": { |
||
| 2738 | "php": ">=5.5", |
||
| 2739 | "queue-interop/queue-interop": "^0.6@dev" |
||
| 2740 | }, |
||
| 2741 | "require-dev": { |
||
| 2742 | "phpunit/phpunit": "~5.4.0" |
||
| 2743 | }, |
||
| 2744 | "type": "library", |
||
| 2745 | "extra": { |
||
| 2746 | "branch-alias": { |
||
| 2747 | "dev-master": "0.6.x-dev" |
||
| 2748 | } |
||
| 2749 | }, |
||
| 2750 | "autoload": { |
||
| 2751 | "psr-4": { |
||
| 2752 | "Interop\\Amqp\\": "src/" |
||
| 2753 | } |
||
| 2754 | }, |
||
| 2755 | "notification-url": "https://packagist.org/downloads/", |
||
| 2756 | "time": "2017-08-10 11:22:09" |
||
| 2757 | }, |
||
| 2758 | { |
||
| 2759 | "name": "queue-interop/queue-interop", |
||
| 2760 | "version": "0.6.1", |
||
| 2761 | "source": { |
||
| 2762 | "type": "git", |
||
| 2763 | "url": "https://github.com/queue-interop/queue-interop.git", |
||
| 2764 | "reference": "38579005c0492c0275bbae31170edf30a7e740fa" |
||
| 2765 | }, |
||
| 2766 | "dist": { |
||
| 2767 | "type": "zip", |
||
| 2768 | "url": "https://api.github.com/repos/queue-interop/queue-interop/zipball/38579005c0492c0275bbae31170edf30a7e740fa", |
||
| 2769 | "reference": "38579005c0492c0275bbae31170edf30a7e740fa", |
||
| 2770 | "shasum": "" |
||
| 2771 | }, |
||
| 2772 | "require": { |
||
| 2773 | "php": ">=5.5" |
||
| 2774 | }, |
||
| 2775 | "type": "library", |
||
| 2776 | "extra": { |
||
| 2777 | "branch-alias": { |
||
| 2778 | "dev-master": "0.6.x-dev" |
||
| 2779 | } |
||
| 2780 | }, |
||
| 2781 | "autoload": { |
||
| 2782 | "psr-4": { |
||
| 2783 | "Interop\\Queue\\": "src/" |
||
| 2784 | } |
||
| 2785 | }, |
||
| 2786 | "notification-url": "https://packagist.org/downloads/", |
||
| 2787 | "license": [ |
||
| 2788 | "MIT" |
||
| 2789 | ], |
||
| 2790 | "description": "Promoting the interoperability of MQs objects. Based on Java JMS", |
||
| 2791 | "homepage": "https://github.com/queue-interop/queue-interop", |
||
| 2792 | "keywords": [ |
||
| 2793 | "MQ", |
||
| 2794 | "jms", |
||
| 2795 | "message queue", |
||
| 2796 | "messaging", |
||
| 2797 | "queue" |
||
| 2798 | ], |
||
| 2799 | "time": "2017-08-10 11:24:15" |
||
| 2800 | }, |
||
| 2801 | { |
||
| 2802 | "name": "ramsey/uuid", |
||
| 2803 | "version": "3.7.1", |
||
| 2804 | "source": { |
||
| 2805 | "type": "git", |
||
| 2806 | "url": "https://github.com/ramsey/uuid.git", |
||
| 2807 | "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334" |
||
| 2808 | }, |
||
| 2809 | "dist": { |
||
| 2810 | "type": "zip", |
||
| 2811 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334", |
||
| 2812 | "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334", |
||
| 2813 | "shasum": "" |
||
| 2814 | }, |
||
| 2815 | "require": { |
||
| 2816 | "paragonie/random_compat": "^1.0|^2.0", |
||
| 2817 | "php": "^5.4 || ^7.0" |
||
| 2818 | }, |
||
| 2819 | "replace": { |
||
| 2820 | "rhumsaa/uuid": "self.version" |
||
| 2821 | }, |
||
| 2822 | "require-dev": { |
||
| 2823 | "apigen/apigen": "^4.1", |
||
| 2824 | "codeception/aspect-mock": "^1.0 | ^2.0", |
||
| 2825 | "doctrine/annotations": "~1.2.0", |
||
| 2826 | "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", |
||
| 2827 | "ircmaxell/random-lib": "^1.1", |
||
| 2828 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
| 2829 | "mockery/mockery": "^0.9.4", |
||
| 2830 | "moontoast/math": "^1.1", |
||
| 2831 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
| 2832 | "phpunit/phpunit": "^4.7|>=5.0 <5.4", |
||
| 2833 | "satooshi/php-coveralls": "^0.6.1", |
||
| 2834 | "squizlabs/php_codesniffer": "^2.3" |
||
| 2835 | }, |
||
| 2836 | "suggest": { |
||
| 2837 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
| 2838 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
| 2839 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
| 2840 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
| 2841 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
| 2842 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
| 2843 | }, |
||
| 2844 | "type": "library", |
||
| 2845 | "extra": { |
||
| 2846 | "branch-alias": { |
||
| 2847 | "dev-master": "3.x-dev" |
||
| 2848 | } |
||
| 2849 | }, |
||
| 2850 | "autoload": { |
||
| 2851 | "psr-4": { |
||
| 2852 | "Ramsey\\Uuid\\": "src/" |
||
| 2853 | } |
||
| 2854 | }, |
||
| 2855 | "notification-url": "https://packagist.org/downloads/", |
||
| 2856 | "license": [ |
||
| 2857 | "MIT" |
||
| 2858 | ], |
||
| 2859 | "authors": [ |
||
| 2860 | { |
||
| 2861 | "name": "Marijn Huizendveld", |
||
| 2862 | "email": "[email protected]" |
||
| 2863 | }, |
||
| 2864 | { |
||
| 2865 | "name": "Thibaud Fabre", |
||
| 2866 | "email": "[email protected]" |
||
| 2867 | }, |
||
| 2868 | { |
||
| 2869 | "name": "Ben Ramsey", |
||
| 2870 | "email": "[email protected]", |
||
| 2871 | "homepage": "https://benramsey.com" |
||
| 2872 | } |
||
| 2873 | ], |
||
| 2874 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
| 2875 | "homepage": "https://github.com/ramsey/uuid", |
||
| 2876 | "keywords": [ |
||
| 2877 | "guid", |
||
| 2878 | "identifier", |
||
| 2879 | "uuid" |
||
| 2880 | ], |
||
| 2881 | "time": "2017-09-22 20:46:04" |
||
| 2882 | }, |
||
| 2883 | { |
||
| 2884 | "name": "react/cache", |
||
| 2885 | "version": "v0.4.1", |
||
| 2886 | "source": { |
||
| 2887 | "type": "git", |
||
| 2888 | "url": "https://github.com/reactphp/cache.git", |
||
| 2889 | "reference": "558f614891341b1d817a8cdf9a358948ec49638f" |
||
| 2890 | }, |
||
| 2891 | "dist": { |
||
| 2892 | "type": "zip", |
||
| 2893 | "url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f", |
||
| 2894 | "reference": "558f614891341b1d817a8cdf9a358948ec49638f", |
||
| 2895 | "shasum": "" |
||
| 2896 | }, |
||
| 2897 | "require": { |
||
| 2898 | "php": ">=5.3.0", |
||
| 2899 | "react/promise": "~2.0|~1.1" |
||
| 2900 | }, |
||
| 2901 | "type": "library", |
||
| 2902 | "autoload": { |
||
| 2903 | "psr-4": { |
||
| 2904 | "React\\Cache\\": "src\\" |
||
| 2905 | } |
||
| 2906 | }, |
||
| 2907 | "notification-url": "https://packagist.org/downloads/", |
||
| 2908 | "license": [ |
||
| 2909 | "MIT" |
||
| 2910 | ], |
||
| 2911 | "description": "Async caching.", |
||
| 2912 | "keywords": [ |
||
| 2913 | "cache" |
||
| 2914 | ], |
||
| 2915 | "time": "2016-02-25 18:17:16" |
||
| 2916 | }, |
||
| 2917 | { |
||
| 2918 | "name": "react/dns", |
||
| 2919 | "version": "v0.4.11", |
||
| 2920 | "source": { |
||
| 2921 | "type": "git", |
||
| 2922 | "url": "https://github.com/reactphp/dns.git", |
||
| 2923 | "reference": "8558bba4f2784aa997670d15fc6f7461a8eb4e53" |
||
| 2924 | }, |
||
| 2925 | "dist": { |
||
| 2926 | "type": "zip", |
||
| 2927 | "url": "https://api.github.com/repos/reactphp/dns/zipball/8558bba4f2784aa997670d15fc6f7461a8eb4e53", |
||
| 2928 | "reference": "8558bba4f2784aa997670d15fc6f7461a8eb4e53", |
||
| 2929 | "shasum": "" |
||
| 2930 | }, |
||
| 2931 | "require": { |
||
| 2932 | "php": ">=5.3.0", |
||
| 2933 | "react/cache": "~0.4.0|~0.3.0", |
||
| 2934 | "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", |
||
| 2935 | "react/promise": "^2.1 || ^1.2.1", |
||
| 2936 | "react/promise-timer": "^1.2", |
||
| 2937 | "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5 || ^0.4.4", |
||
| 2938 | "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5" |
||
| 2939 | }, |
||
| 2940 | "require-dev": { |
||
| 2941 | "clue/block-react": "^1.2", |
||
| 2942 | "phpunit/phpunit": "^5.0 || ^4.8.10" |
||
| 2943 | }, |
||
| 2944 | "type": "library", |
||
| 2945 | "autoload": { |
||
| 2946 | "psr-4": { |
||
| 2947 | "React\\Dns\\": "src" |
||
| 2948 | } |
||
| 2949 | }, |
||
| 2950 | "notification-url": "https://packagist.org/downloads/", |
||
| 2951 | "license": [ |
||
| 2952 | "MIT" |
||
| 2953 | ], |
||
| 2954 | "description": "Async DNS resolver for ReactPHP", |
||
| 2955 | "keywords": [ |
||
| 2956 | "async", |
||
| 2957 | "dns", |
||
| 2958 | "dns-resolver", |
||
| 2959 | "reactphp" |
||
| 2960 | ], |
||
| 2961 | "time": "2017-08-25 08:22:48" |
||
| 2962 | }, |
||
| 2963 | { |
||
| 2964 | "name": "react/event-loop", |
||
| 2965 | "version": "v0.4.3", |
||
| 2966 | "source": { |
||
| 2967 | "type": "git", |
||
| 2968 | "url": "https://github.com/reactphp/event-loop.git", |
||
| 2969 | "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f" |
||
| 2970 | }, |
||
| 2971 | "dist": { |
||
| 2972 | "type": "zip", |
||
| 2973 | "url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f", |
||
| 2974 | "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f", |
||
| 2975 | "shasum": "" |
||
| 2976 | }, |
||
| 2977 | "require": { |
||
| 2978 | "php": ">=5.4.0" |
||
| 2979 | }, |
||
| 2980 | "require-dev": { |
||
| 2981 | "phpunit/phpunit": "~4.8" |
||
| 2982 | }, |
||
| 2983 | "suggest": { |
||
| 2984 | "ext-event": "~1.0", |
||
| 2985 | "ext-libev": "*", |
||
| 2986 | "ext-libevent": ">=0.1.0" |
||
| 2987 | }, |
||
| 2988 | "type": "library", |
||
| 2989 | "autoload": { |
||
| 2990 | "psr-4": { |
||
| 2991 | "React\\EventLoop\\": "src" |
||
| 2992 | } |
||
| 2993 | }, |
||
| 2994 | "notification-url": "https://packagist.org/downloads/", |
||
| 2995 | "license": [ |
||
| 2996 | "MIT" |
||
| 2997 | ], |
||
| 2998 | "description": "Event loop abstraction layer that libraries can use for evented I/O.", |
||
| 2999 | "keywords": [ |
||
| 3000 | "asynchronous", |
||
| 3001 | "event-loop" |
||
| 3002 | ], |
||
| 3003 | "time": "2017-04-27 10:56:23" |
||
| 3004 | }, |
||
| 3005 | { |
||
| 3006 | "name": "react/http", |
||
| 3007 | "version": "dev-master", |
||
| 3008 | "source": { |
||
| 3009 | "type": "git", |
||
| 3010 | "url": "https://github.com/reactphp/http.git", |
||
| 3011 | "reference": "cd15204bd15d106d7832c680e4fb0ca0ce2f5e30" |
||
| 3012 | }, |
||
| 3013 | "dist": { |
||
| 3014 | "type": "zip", |
||
| 3015 | "url": "https://api.github.com/repos/reactphp/http/zipball/cd15204bd15d106d7832c680e4fb0ca0ce2f5e30", |
||
| 3016 | "reference": "cd15204bd15d106d7832c680e4fb0ca0ce2f5e30", |
||
| 3017 | "shasum": "" |
||
| 3018 | }, |
||
| 3019 | "require": { |
||
| 3020 | "evenement/evenement": "^3.0 || ^2.0 || ^1.0", |
||
| 3021 | "php": ">=5.3.0", |
||
| 3022 | "react/promise": "^2.3 || ^1.2.1", |
||
| 3023 | "react/promise-stream": "^0.1.1", |
||
| 3024 | "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5", |
||
| 3025 | "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6", |
||
| 3026 | "ringcentral/psr7": "^1.2" |
||
| 3027 | }, |
||
| 3028 | "require-dev": { |
||
| 3029 | "clue/block-react": "^1.1", |
||
| 3030 | "phpunit/phpunit": "^4.8.10||^5.0", |
||
| 3031 | "react/socket": "^1.0 || ^0.8 || ^0.7" |
||
| 3032 | }, |
||
| 3033 | "type": "library", |
||
| 3034 | "autoload": { |
||
| 3035 | "psr-4": { |
||
| 3036 | "React\\Http\\": "src" |
||
| 3037 | } |
||
| 3038 | }, |
||
| 3039 | "notification-url": "https://packagist.org/downloads/", |
||
| 3040 | "license": [ |
||
| 3041 | "MIT" |
||
| 3042 | ], |
||
| 3043 | "description": "Event-driven, streaming plaintext HTTP and secure HTTPS server for ReactPHP", |
||
| 3044 | "keywords": [ |
||
| 3045 | "event-driven", |
||
| 3046 | "http", |
||
| 3047 | "https", |
||
| 3048 | "reactphp", |
||
| 3049 | "server", |
||
| 3050 | "streaming" |
||
| 3051 | ], |
||
| 3052 | "time": "2016-07-06 23:51:32" |
||
| 3053 | }, |
||
| 3054 | { |
||
| 3055 | "name": "react/promise", |
||
| 3056 | "version": "v2.5.1", |
||
| 3057 | "source": { |
||
| 3058 | "type": "git", |
||
| 3059 | "url": "https://github.com/reactphp/promise.git", |
||
| 3060 | "reference": "62785ae604c8d69725d693eb370e1d67e94c4053" |
||
| 3061 | }, |
||
| 3062 | "dist": { |
||
| 3063 | "type": "zip", |
||
| 3064 | "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053", |
||
| 3065 | "reference": "62785ae604c8d69725d693eb370e1d67e94c4053", |
||
| 3066 | "shasum": "" |
||
| 3067 | }, |
||
| 3068 | "require": { |
||
| 3069 | "php": ">=5.4.0" |
||
| 3070 | }, |
||
| 3071 | "require-dev": { |
||
| 3072 | "phpunit/phpunit": "~4.8" |
||
| 3073 | }, |
||
| 3074 | "type": "library", |
||
| 3075 | "autoload": { |
||
| 3076 | "psr-4": { |
||
| 3077 | "React\\Promise\\": "src/" |
||
| 3078 | }, |
||
| 3079 | "files": [ |
||
| 3080 | "src/functions_include.php" |
||
| 3081 | ] |
||
| 3082 | }, |
||
| 3083 | "notification-url": "https://packagist.org/downloads/", |
||
| 3084 | "license": [ |
||
| 3085 | "MIT" |
||
| 3086 | ], |
||
| 3087 | "authors": [ |
||
| 3088 | { |
||
| 3089 | "name": "Jan Sorgalla", |
||
| 3090 | "email": "[email protected]" |
||
| 3091 | } |
||
| 3092 | ], |
||
| 3093 | "description": "A lightweight implementation of CommonJS Promises/A for PHP", |
||
| 3094 | "keywords": [ |
||
| 3095 | "promise", |
||
| 3096 | "promises" |
||
| 3097 | ], |
||
| 3098 | "time": "2017-03-25 12:08:31" |
||
| 3099 | }, |
||
| 3100 | { |
||
| 3101 | "name": "react/promise-stream", |
||
| 3102 | "version": "v0.1.1", |
||
| 3103 | "source": { |
||
| 3104 | "type": "git", |
||
| 3105 | "url": "https://github.com/reactphp/promise-stream.git", |
||
| 3106 | "reference": "45eaf9f20247fb1113b714b39d7b9e4bde733b60" |
||
| 3107 | }, |
||
| 3108 | "dist": { |
||
| 3109 | "type": "zip", |
||
| 3110 | "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/45eaf9f20247fb1113b714b39d7b9e4bde733b60", |
||
| 3111 | "reference": "45eaf9f20247fb1113b714b39d7b9e4bde733b60", |
||
| 3112 | "shasum": "" |
||
| 3113 | }, |
||
| 3114 | "require": { |
||
| 3115 | "php": ">=5.3", |
||
| 3116 | "react/promise": "^2.1 || ^1.2", |
||
| 3117 | "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3" |
||
| 3118 | }, |
||
| 3119 | "require-dev": { |
||
| 3120 | "clue/block-react": "^1.0", |
||
| 3121 | "phpunit/phpunit": "^4.8", |
||
| 3122 | "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", |
||
| 3123 | "react/promise-timer": "^1.0" |
||
| 3124 | }, |
||
| 3125 | "type": "library", |
||
| 3126 | "autoload": { |
||
| 3127 | "psr-4": { |
||
| 3128 | "React\\Promise\\Stream\\": "src/" |
||
| 3129 | }, |
||
| 3130 | "files": [ |
||
| 3131 | "src/functions_include.php" |
||
| 3132 | ] |
||
| 3133 | }, |
||
| 3134 | "notification-url": "https://packagist.org/downloads/", |
||
| 3135 | "license": [ |
||
| 3136 | "MIT" |
||
| 3137 | ], |
||
| 3138 | "authors": [ |
||
| 3139 | { |
||
| 3140 | "name": "Christian Lück", |
||
| 3141 | "email": "[email protected]" |
||
| 3142 | } |
||
| 3143 | ], |
||
| 3144 | "description": "The missing link between Promise-land and Stream-land for React PHP", |
||
| 3145 | "homepage": "https://github.com/reactphp/promise-stream", |
||
| 3146 | "keywords": [ |
||
| 3147 | "Buffer", |
||
| 3148 | "async", |
||
| 3149 | "promise", |
||
| 3150 | "reactphp", |
||
| 3151 | "stream", |
||
| 3152 | "unwrap" |
||
| 3153 | ], |
||
| 3154 | "time": "2017-05-15 19:37:05" |
||
| 3155 | }, |
||
| 3156 | { |
||
| 3157 | "name": "react/promise-timer", |
||
| 3158 | "version": "v1.2.0", |
||
| 3159 | "source": { |
||
| 3160 | "type": "git", |
||
| 3161 | "url": "https://github.com/reactphp/promise-timer.git", |
||
| 3162 | "reference": "3bc527fbd1201a193ab41c19b9a770d71a3514af" |
||
| 3163 | }, |
||
| 3164 | "dist": { |
||
| 3165 | "type": "zip", |
||
| 3166 | "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/3bc527fbd1201a193ab41c19b9a770d71a3514af", |
||
| 3167 | "reference": "3bc527fbd1201a193ab41c19b9a770d71a3514af", |
||
| 3168 | "shasum": "" |
||
| 3169 | }, |
||
| 3170 | "require": { |
||
| 3171 | "php": ">=5.3", |
||
| 3172 | "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", |
||
| 3173 | "react/promise": "~2.1|~1.2" |
||
| 3174 | }, |
||
| 3175 | "require-dev": { |
||
| 3176 | "phpunit/phpunit": "^5.0 || ^4.8" |
||
| 3177 | }, |
||
| 3178 | "type": "library", |
||
| 3179 | "autoload": { |
||
| 3180 | "psr-4": { |
||
| 3181 | "React\\Promise\\Timer\\": "src/" |
||
| 3182 | }, |
||
| 3183 | "files": [ |
||
| 3184 | "src/functions.php" |
||
| 3185 | ] |
||
| 3186 | }, |
||
| 3187 | "notification-url": "https://packagist.org/downloads/", |
||
| 3188 | "license": [ |
||
| 3189 | "MIT" |
||
| 3190 | ], |
||
| 3191 | "authors": [ |
||
| 3192 | { |
||
| 3193 | "name": "Christian Lück", |
||
| 3194 | "email": "[email protected]" |
||
| 3195 | } |
||
| 3196 | ], |
||
| 3197 | "description": "Trivial timeout implementation for Promises", |
||
| 3198 | "homepage": "https://github.com/react/promise-timer", |
||
| 3199 | "keywords": [ |
||
| 3200 | "async", |
||
| 3201 | "event-loop", |
||
| 3202 | "promise", |
||
| 3203 | "reactphp", |
||
| 3204 | "timeout", |
||
| 3205 | "timer" |
||
| 3206 | ], |
||
| 3207 | "time": "2017-08-08 16:30:19" |
||
| 3208 | }, |
||
| 3209 | { |
||
| 3210 | "name": "react/socket", |
||
| 3211 | "version": "v0.5.1", |
||
| 3212 | "source": { |
||
| 3213 | "type": "git", |
||
| 3214 | "url": "https://github.com/reactphp/socket.git", |
||
| 3215 | "reference": "c0e337e375d5fb064da4ba62a91a29815e7502f8" |
||
| 3216 | }, |
||
| 3217 | "dist": { |
||
| 3218 | "type": "zip", |
||
| 3219 | "url": "https://api.github.com/repos/reactphp/socket/zipball/c0e337e375d5fb064da4ba62a91a29815e7502f8", |
||
| 3220 | "reference": "c0e337e375d5fb064da4ba62a91a29815e7502f8", |
||
| 3221 | "shasum": "" |
||
| 3222 | }, |
||
| 3223 | "require": { |
||
| 3224 | "evenement/evenement": "~2.0|~1.0", |
||
| 3225 | "php": ">=5.3.0", |
||
| 3226 | "react/event-loop": "0.4.*|0.3.*", |
||
| 3227 | "react/promise": "^2.0 || ^1.1", |
||
| 3228 | "react/stream": "^0.6 || ^0.5 || ^0.4.5" |
||
| 3229 | }, |
||
| 3230 | "require-dev": { |
||
| 3231 | "clue/block-react": "^1.1", |
||
| 3232 | "phpunit/phpunit": "~4.8", |
||
| 3233 | "react/socket-client": "^0.5.1" |
||
| 3234 | }, |
||
| 3235 | "type": "library", |
||
| 3236 | "autoload": { |
||
| 3237 | "psr-4": { |
||
| 3238 | "React\\Socket\\": "src" |
||
| 3239 | } |
||
| 3240 | }, |
||
| 3241 | "notification-url": "https://packagist.org/downloads/", |
||
| 3242 | "license": [ |
||
| 3243 | "MIT" |
||
| 3244 | ], |
||
| 3245 | "description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP", |
||
| 3246 | "keywords": [ |
||
| 3247 | "Socket" |
||
| 3248 | ], |
||
| 3249 | "time": "2017-03-09 12:13:07" |
||
| 3250 | }, |
||
| 3251 | { |
||
| 3252 | "name": "react/socket-client", |
||
| 3253 | "version": "v0.5.3", |
||
| 3254 | "source": { |
||
| 3255 | "type": "git", |
||
| 3256 | "url": "https://github.com/reactphp/socket-client.git", |
||
| 3257 | "reference": "5570838d436f056695e9a5eaf01dd5f80386dd26" |
||
| 3258 | }, |
||
| 3259 | "dist": { |
||
| 3260 | "type": "zip", |
||
| 3261 | "url": "https://api.github.com/repos/reactphp/socket-client/zipball/5570838d436f056695e9a5eaf01dd5f80386dd26", |
||
| 3262 | "reference": "5570838d436f056695e9a5eaf01dd5f80386dd26", |
||
| 3263 | "shasum": "" |
||
| 3264 | }, |
||
| 3265 | "require": { |
||
| 3266 | "php": ">=5.3.0", |
||
| 3267 | "react/dns": "0.4.*|0.3.*", |
||
| 3268 | "react/event-loop": "0.4.*|0.3.*", |
||
| 3269 | "react/promise": "^2.1 || ^1.2", |
||
| 3270 | "react/promise-timer": "~1.0", |
||
| 3271 | "react/stream": "^0.4.5" |
||
| 3272 | }, |
||
| 3273 | "require-dev": { |
||
| 3274 | "clue/block-react": "^1.1" |
||
| 3275 | }, |
||
| 3276 | "type": "library", |
||
| 3277 | "autoload": { |
||
| 3278 | "psr-4": { |
||
| 3279 | "React\\SocketClient\\": "src" |
||
| 3280 | } |
||
| 3281 | }, |
||
| 3282 | "notification-url": "https://packagist.org/downloads/", |
||
| 3283 | "license": [ |
||
| 3284 | "MIT" |
||
| 3285 | ], |
||
| 3286 | "description": "Async connector to open TCP/IP and SSL/TLS based connections.", |
||
| 3287 | "keywords": [ |
||
| 3288 | "Socket" |
||
| 3289 | ], |
||
| 3290 | "time": "2016-12-24 11:19:15" |
||
| 3291 | }, |
||
| 3292 | { |
||
| 3293 | "name": "react/stream", |
||
| 3294 | "version": "v0.4.6", |
||
| 3295 | "source": { |
||
| 3296 | "type": "git", |
||
| 3297 | "url": "https://github.com/reactphp/stream.git", |
||
| 3298 | "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee" |
||
| 3299 | }, |
||
| 3300 | "dist": { |
||
| 3301 | "type": "zip", |
||
| 3302 | "url": "https://api.github.com/repos/reactphp/stream/zipball/44dc7f51ea48624110136b535b9ba44fd7d0c1ee", |
||
| 3303 | "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee", |
||
| 3304 | "shasum": "" |
||
| 3305 | }, |
||
| 3306 | "require": { |
||
| 3307 | "evenement/evenement": "^2.0|^1.0", |
||
| 3308 | "php": ">=5.3.8" |
||
| 3309 | }, |
||
| 3310 | "require-dev": { |
||
| 3311 | "clue/stream-filter": "~1.2", |
||
| 3312 | "react/event-loop": "^0.4|^0.3", |
||
| 3313 | "react/promise": "^2.0|^1.0" |
||
| 3314 | }, |
||
| 3315 | "suggest": { |
||
| 3316 | "react/event-loop": "^0.4", |
||
| 3317 | "react/promise": "^2.0" |
||
| 3318 | }, |
||
| 3319 | "type": "library", |
||
| 3320 | "autoload": { |
||
| 3321 | "psr-4": { |
||
| 3322 | "React\\Stream\\": "src" |
||
| 3323 | } |
||
| 3324 | }, |
||
| 3325 | "notification-url": "https://packagist.org/downloads/", |
||
| 3326 | "license": [ |
||
| 3327 | "MIT" |
||
| 3328 | ], |
||
| 3329 | "description": "Basic readable and writable stream interfaces that support piping.", |
||
| 3330 | "keywords": [ |
||
| 3331 | "pipe", |
||
| 3332 | "stream" |
||
| 3333 | ], |
||
| 3334 | "time": "2017-01-25 14:44:14" |
||
| 3335 | }, |
||
| 3336 | { |
||
| 3337 | "name": "ringcentral/psr7", |
||
| 3338 | "version": "1.2.1", |
||
| 3339 | "source": { |
||
| 3340 | "type": "git", |
||
| 3341 | "url": "https://github.com/ringcentral/psr7.git", |
||
| 3342 | "reference": "2594fb47cdc659f3fcf0aa1559b7355460555303" |
||
| 3343 | }, |
||
| 3344 | "dist": { |
||
| 3345 | "type": "zip", |
||
| 3346 | "url": "https://api.github.com/repos/ringcentral/psr7/zipball/2594fb47cdc659f3fcf0aa1559b7355460555303", |
||
| 3347 | "reference": "2594fb47cdc659f3fcf0aa1559b7355460555303", |
||
| 3348 | "shasum": "" |
||
| 3349 | }, |
||
| 3350 | "require": { |
||
| 3351 | "php": ">=5.3", |
||
| 3352 | "psr/http-message": "~1.0" |
||
| 3353 | }, |
||
| 3354 | "provide": { |
||
| 3355 | "psr/http-message-implementation": "1.0" |
||
| 3356 | }, |
||
| 3357 | "require-dev": { |
||
| 3358 | "phpunit/phpunit": "~4.0" |
||
| 3359 | }, |
||
| 3360 | "type": "library", |
||
| 3361 | "extra": { |
||
| 3362 | "branch-alias": { |
||
| 3363 | "dev-master": "1.0-dev" |
||
| 3364 | } |
||
| 3365 | }, |
||
| 3366 | "autoload": { |
||
| 3367 | "psr-4": { |
||
| 3368 | "RingCentral\\Psr7\\": "src/" |
||
| 3369 | }, |
||
| 3370 | "files": [ |
||
| 3371 | "src/functions_include.php" |
||
| 3372 | ] |
||
| 3373 | }, |
||
| 3374 | "notification-url": "https://packagist.org/downloads/", |
||
| 3375 | "license": [ |
||
| 3376 | "MIT" |
||
| 3377 | ], |
||
| 3378 | "authors": [ |
||
| 3379 | { |
||
| 3380 | "name": "Michael Dowling", |
||
| 3381 | "email": "[email protected]", |
||
| 3382 | "homepage": "https://github.com/mtdowling" |
||
| 3383 | } |
||
| 3384 | ], |
||
| 3385 | "description": "PSR-7 message implementation", |
||
| 3386 | "keywords": [ |
||
| 3387 | "http", |
||
| 3388 | "message", |
||
| 3389 | "stream", |
||
| 3390 | "uri" |
||
| 3391 | ], |
||
| 3392 | "time": "2016-03-25 17:36:49" |
||
| 3393 | }, |
||
| 3394 | { |
||
| 3395 | "name": "sensio/distribution-bundle", |
||
| 3396 | "version": "v5.0.21", |
||
| 3397 | "source": { |
||
| 3398 | "type": "git", |
||
| 3399 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
| 3400 | "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a" |
||
| 3401 | }, |
||
| 3402 | "dist": { |
||
| 3403 | "type": "zip", |
||
| 3404 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a", |
||
| 3405 | "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a", |
||
| 3406 | "shasum": "" |
||
| 3407 | }, |
||
| 3408 | "require": { |
||
| 3409 | "php": ">=5.3.9", |
||
| 3410 | "sensiolabs/security-checker": "~3.0|~4.0", |
||
| 3411 | "symfony/class-loader": "~2.3|~3.0", |
||
| 3412 | "symfony/config": "~2.3|~3.0", |
||
| 3413 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 3414 | "symfony/filesystem": "~2.3|~3.0", |
||
| 3415 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 3416 | "symfony/process": "~2.3|~3.0" |
||
| 3417 | }, |
||
| 3418 | "type": "symfony-bundle", |
||
| 3419 | "extra": { |
||
| 3420 | "branch-alias": { |
||
| 3421 | "dev-master": "5.0.x-dev" |
||
| 3422 | } |
||
| 3423 | }, |
||
| 3424 | "autoload": { |
||
| 3425 | "psr-4": { |
||
| 3426 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
| 3427 | } |
||
| 3428 | }, |
||
| 3429 | "notification-url": "https://packagist.org/downloads/", |
||
| 3430 | "license": [ |
||
| 3431 | "MIT" |
||
| 3432 | ], |
||
| 3433 | "authors": [ |
||
| 3434 | { |
||
| 3435 | "name": "Fabien Potencier", |
||
| 3436 | "email": "[email protected]" |
||
| 3437 | } |
||
| 3438 | ], |
||
| 3439 | "description": "Base bundle for Symfony Distributions", |
||
| 3440 | "keywords": [ |
||
| 3441 | "configuration", |
||
| 3442 | "distribution" |
||
| 3443 | ], |
||
| 3444 | "time": "2017-08-25 16:55:44" |
||
| 3445 | }, |
||
| 3446 | { |
||
| 3447 | "name": "sensio/framework-extra-bundle", |
||
| 3448 | "version": "v3.0.28", |
||
| 3449 | "source": { |
||
| 3450 | "type": "git", |
||
| 3451 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
| 3452 | "reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496" |
||
| 3453 | }, |
||
| 3454 | "dist": { |
||
| 3455 | "type": "zip", |
||
| 3456 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/65eadf9e3fd5c47eee7986b306a5aed8affe6496", |
||
| 3457 | "reference": "65eadf9e3fd5c47eee7986b306a5aed8affe6496", |
||
| 3458 | "shasum": "" |
||
| 3459 | }, |
||
| 3460 | "require": { |
||
| 3461 | "doctrine/common": "~2.2", |
||
| 3462 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 3463 | "symfony/framework-bundle": "~2.3|~3.0|~4.0" |
||
| 3464 | }, |
||
| 3465 | "require-dev": { |
||
| 3466 | "doctrine/doctrine-bundle": "~1.5", |
||
| 3467 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 3468 | "symfony/asset": "~2.7|~3.0|~4.0", |
||
| 3469 | "symfony/browser-kit": "~2.3|~3.0|~4.0", |
||
| 3470 | "symfony/dom-crawler": "~2.3|~3.0|~4.0", |
||
| 3471 | "symfony/expression-language": "~2.4|~3.0|~4.0", |
||
| 3472 | "symfony/finder": "~2.3|~3.0|~4.0", |
||
| 3473 | "symfony/phpunit-bridge": "~3.2|~4.0", |
||
| 3474 | "symfony/psr-http-message-bridge": "^0.3|^1.0", |
||
| 3475 | "symfony/security-bundle": "~2.4|~3.0|~4.0", |
||
| 3476 | "symfony/templating": "~2.3|~3.0|~4.0", |
||
| 3477 | "symfony/translation": "~2.3|~3.0|~4.0", |
||
| 3478 | "symfony/twig-bundle": "~2.3|~3.0|~4.0", |
||
| 3479 | "symfony/yaml": "~2.3|~3.0|~4.0", |
||
| 3480 | "twig/twig": "~1.12|~2.0", |
||
| 3481 | "zendframework/zend-diactoros": "^1.3" |
||
| 3482 | }, |
||
| 3483 | "suggest": { |
||
| 3484 | "symfony/expression-language": "", |
||
| 3485 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
| 3486 | "symfony/security-bundle": "" |
||
| 3487 | }, |
||
| 3488 | "type": "symfony-bundle", |
||
| 3489 | "extra": { |
||
| 3490 | "branch-alias": { |
||
| 3491 | "dev-master": "3.0.x-dev" |
||
| 3492 | } |
||
| 3493 | }, |
||
| 3494 | "autoload": { |
||
| 3495 | "psr-4": { |
||
| 3496 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
| 3497 | } |
||
| 3498 | }, |
||
| 3499 | "notification-url": "https://packagist.org/downloads/", |
||
| 3500 | "license": [ |
||
| 3501 | "MIT" |
||
| 3502 | ], |
||
| 3503 | "authors": [ |
||
| 3504 | { |
||
| 3505 | "name": "Fabien Potencier", |
||
| 3506 | "email": "[email protected]" |
||
| 3507 | } |
||
| 3508 | ], |
||
| 3509 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
| 3510 | "keywords": [ |
||
| 3511 | "annotations", |
||
| 3512 | "controllers" |
||
| 3513 | ], |
||
| 3514 | "time": "2017-10-12 17:37:20" |
||
| 3515 | }, |
||
| 3516 | { |
||
| 3517 | "name": "sensiolabs/security-checker", |
||
| 3518 | "version": "v4.1.5", |
||
| 3519 | "source": { |
||
| 3520 | "type": "git", |
||
| 3521 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 3522 | "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68" |
||
| 3523 | }, |
||
| 3524 | "dist": { |
||
| 3525 | "type": "zip", |
||
| 3526 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/55553c3ad6ae2121c1b1475d4c880d71b31b8f68", |
||
| 3527 | "reference": "55553c3ad6ae2121c1b1475d4c880d71b31b8f68", |
||
| 3528 | "shasum": "" |
||
| 3529 | }, |
||
| 3530 | "require": { |
||
| 3531 | "composer/ca-bundle": "^1.0", |
||
| 3532 | "symfony/console": "~2.7|~3.0" |
||
| 3533 | }, |
||
| 3534 | "bin": [ |
||
| 3535 | "security-checker" |
||
| 3536 | ], |
||
| 3537 | "type": "library", |
||
| 3538 | "extra": { |
||
| 3539 | "branch-alias": { |
||
| 3540 | "dev-master": "4.1-dev" |
||
| 3541 | } |
||
| 3542 | }, |
||
| 3543 | "autoload": { |
||
| 3544 | "psr-0": { |
||
| 3545 | "SensioLabs\\Security": "" |
||
| 3546 | } |
||
| 3547 | }, |
||
| 3548 | "notification-url": "https://packagist.org/downloads/", |
||
| 3549 | "license": [ |
||
| 3550 | "MIT" |
||
| 3551 | ], |
||
| 3552 | "authors": [ |
||
| 3553 | { |
||
| 3554 | "name": "Fabien Potencier", |
||
| 3555 | "email": "[email protected]" |
||
| 3556 | } |
||
| 3557 | ], |
||
| 3558 | "description": "A security checker for your composer.lock", |
||
| 3559 | "time": "2017-08-22 22:18:16" |
||
| 3560 | }, |
||
| 3561 | { |
||
| 3562 | "name": "symfony/monolog-bundle", |
||
| 3563 | "version": "v3.1.1", |
||
| 3564 | "source": { |
||
| 3565 | "type": "git", |
||
| 3566 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
| 3567 | "reference": "80c82d7d41c4eed0bf27e215f27531c05b217c17" |
||
| 3568 | }, |
||
| 3569 | "dist": { |
||
| 3570 | "type": "zip", |
||
| 3571 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/80c82d7d41c4eed0bf27e215f27531c05b217c17", |
||
| 3572 | "reference": "80c82d7d41c4eed0bf27e215f27531c05b217c17", |
||
| 3573 | "shasum": "" |
||
| 3574 | }, |
||
| 3575 | "require": { |
||
| 3576 | "monolog/monolog": "~1.22", |
||
| 3577 | "php": ">=5.3.2", |
||
| 3578 | "symfony/config": "~2.7|~3.0|~4.0", |
||
| 3579 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", |
||
| 3580 | "symfony/http-kernel": "~2.7|~3.0|~4.0", |
||
| 3581 | "symfony/monolog-bridge": "~2.7|~3.0|~4.0" |
||
| 3582 | }, |
||
| 3583 | "require-dev": { |
||
| 3584 | "phpunit/phpunit": "^4.8", |
||
| 3585 | "symfony/console": "~2.3|~3.0|~4.0", |
||
| 3586 | "symfony/yaml": "~2.3|~3.0|~4.0" |
||
| 3587 | }, |
||
| 3588 | "type": "symfony-bundle", |
||
| 3589 | "extra": { |
||
| 3590 | "branch-alias": { |
||
| 3591 | "dev-master": "3.x-dev" |
||
| 3592 | } |
||
| 3593 | }, |
||
| 3594 | "autoload": { |
||
| 3595 | "psr-4": { |
||
| 3596 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
| 3597 | } |
||
| 3598 | }, |
||
| 3599 | "notification-url": "https://packagist.org/downloads/", |
||
| 3600 | "license": [ |
||
| 3601 | "MIT" |
||
| 3602 | ], |
||
| 3603 | "authors": [ |
||
| 3604 | { |
||
| 3605 | "name": "Symfony Community", |
||
| 3606 | "homepage": "http://symfony.com/contributors" |
||
| 3607 | }, |
||
| 3608 | { |
||
| 3609 | "name": "Fabien Potencier", |
||
| 3610 | "email": "[email protected]" |
||
| 3611 | } |
||
| 3612 | ], |
||
| 3613 | "description": "Symfony MonologBundle", |
||
| 3614 | "homepage": "http://symfony.com", |
||
| 3615 | "keywords": [ |
||
| 3616 | "log", |
||
| 3617 | "logging" |
||
| 3618 | ], |
||
| 3619 | "time": "2017-09-26 03:17:02" |
||
| 3620 | }, |
||
| 3621 | { |
||
| 3622 | "name": "symfony/polyfill-apcu", |
||
| 3623 | "version": "v1.6.0", |
||
| 3624 | "source": { |
||
| 3625 | "type": "git", |
||
| 3626 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
| 3627 | "reference": "04f62674339602def515bff4bc6901fc1d4951e8" |
||
| 3628 | }, |
||
| 3629 | "dist": { |
||
| 3630 | "type": "zip", |
||
| 3631 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8", |
||
| 3632 | "reference": "04f62674339602def515bff4bc6901fc1d4951e8", |
||
| 3633 | "shasum": "" |
||
| 3634 | }, |
||
| 3635 | "require": { |
||
| 3636 | "php": ">=5.3.3" |
||
| 3637 | }, |
||
| 3638 | "type": "library", |
||
| 3639 | "extra": { |
||
| 3640 | "branch-alias": { |
||
| 3641 | "dev-master": "1.6-dev" |
||
| 3642 | } |
||
| 3643 | }, |
||
| 3644 | "autoload": { |
||
| 3645 | "psr-4": { |
||
| 3646 | "Symfony\\Polyfill\\Apcu\\": "" |
||
| 3647 | }, |
||
| 3648 | "files": [ |
||
| 3649 | "bootstrap.php" |
||
| 3650 | ] |
||
| 3651 | }, |
||
| 3652 | "notification-url": "https://packagist.org/downloads/", |
||
| 3653 | "license": [ |
||
| 3654 | "MIT" |
||
| 3655 | ], |
||
| 3656 | "authors": [ |
||
| 3657 | { |
||
| 3658 | "name": "Nicolas Grekas", |
||
| 3659 | "email": "[email protected]" |
||
| 3660 | }, |
||
| 3661 | { |
||
| 3662 | "name": "Symfony Community", |
||
| 3663 | "homepage": "https://symfony.com/contributors" |
||
| 3664 | } |
||
| 3665 | ], |
||
| 3666 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
| 3667 | "homepage": "https://symfony.com", |
||
| 3668 | "keywords": [ |
||
| 3669 | "apcu", |
||
| 3670 | "compatibility", |
||
| 3671 | "polyfill", |
||
| 3672 | "portable", |
||
| 3673 | "shim" |
||
| 3674 | ], |
||
| 3675 | "time": "2017-10-11 12:05:26" |
||
| 3676 | }, |
||
| 3677 | { |
||
| 3678 | "name": "symfony/polyfill-intl-icu", |
||
| 3679 | "version": "v1.6.0", |
||
| 3680 | "source": { |
||
| 3681 | "type": "git", |
||
| 3682 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
| 3683 | "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497" |
||
| 3684 | }, |
||
| 3685 | "dist": { |
||
| 3686 | "type": "zip", |
||
| 3687 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497", |
||
| 3688 | "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497", |
||
| 3689 | "shasum": "" |
||
| 3690 | }, |
||
| 3691 | "require": { |
||
| 3692 | "php": ">=5.3.3", |
||
| 3693 | "symfony/intl": "~2.3|~3.0|~4.0" |
||
| 3694 | }, |
||
| 3695 | "suggest": { |
||
| 3696 | "ext-intl": "For best performance" |
||
| 3697 | }, |
||
| 3698 | "type": "library", |
||
| 3699 | "extra": { |
||
| 3700 | "branch-alias": { |
||
| 3701 | "dev-master": "1.6-dev" |
||
| 3702 | } |
||
| 3703 | }, |
||
| 3704 | "autoload": { |
||
| 3705 | "files": [ |
||
| 3706 | "bootstrap.php" |
||
| 3707 | ] |
||
| 3708 | }, |
||
| 3709 | "notification-url": "https://packagist.org/downloads/", |
||
| 3710 | "license": [ |
||
| 3711 | "MIT" |
||
| 3712 | ], |
||
| 3713 | "authors": [ |
||
| 3714 | { |
||
| 3715 | "name": "Nicolas Grekas", |
||
| 3716 | "email": "[email protected]" |
||
| 3717 | }, |
||
| 3718 | { |
||
| 3719 | "name": "Symfony Community", |
||
| 3720 | "homepage": "https://symfony.com/contributors" |
||
| 3721 | } |
||
| 3722 | ], |
||
| 3723 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
| 3724 | "homepage": "https://symfony.com", |
||
| 3725 | "keywords": [ |
||
| 3726 | "compatibility", |
||
| 3727 | "icu", |
||
| 3728 | "intl", |
||
| 3729 | "polyfill", |
||
| 3730 | "portable", |
||
| 3731 | "shim" |
||
| 3732 | ], |
||
| 3733 | "time": "2017-10-11 12:05:26" |
||
| 3734 | }, |
||
| 3735 | { |
||
| 3736 | "name": "symfony/polyfill-mbstring", |
||
| 3737 | "version": "v1.6.0", |
||
| 3738 | "source": { |
||
| 3739 | "type": "git", |
||
| 3740 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 3741 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" |
||
| 3742 | }, |
||
| 3743 | "dist": { |
||
| 3744 | "type": "zip", |
||
| 3745 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
| 3746 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
| 3747 | "shasum": "" |
||
| 3748 | }, |
||
| 3749 | "require": { |
||
| 3750 | "php": ">=5.3.3" |
||
| 3751 | }, |
||
| 3752 | "suggest": { |
||
| 3753 | "ext-mbstring": "For best performance" |
||
| 3754 | }, |
||
| 3755 | "type": "library", |
||
| 3756 | "extra": { |
||
| 3757 | "branch-alias": { |
||
| 3758 | "dev-master": "1.6-dev" |
||
| 3759 | } |
||
| 3760 | }, |
||
| 3761 | "autoload": { |
||
| 3762 | "psr-4": { |
||
| 3763 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 3764 | }, |
||
| 3765 | "files": [ |
||
| 3766 | "bootstrap.php" |
||
| 3767 | ] |
||
| 3768 | }, |
||
| 3769 | "notification-url": "https://packagist.org/downloads/", |
||
| 3770 | "license": [ |
||
| 3771 | "MIT" |
||
| 3772 | ], |
||
| 3773 | "authors": [ |
||
| 3774 | { |
||
| 3775 | "name": "Nicolas Grekas", |
||
| 3776 | "email": "[email protected]" |
||
| 3777 | }, |
||
| 3778 | { |
||
| 3779 | "name": "Symfony Community", |
||
| 3780 | "homepage": "https://symfony.com/contributors" |
||
| 3781 | } |
||
| 3782 | ], |
||
| 3783 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 3784 | "homepage": "https://symfony.com", |
||
| 3785 | "keywords": [ |
||
| 3786 | "compatibility", |
||
| 3787 | "mbstring", |
||
| 3788 | "polyfill", |
||
| 3789 | "portable", |
||
| 3790 | "shim" |
||
| 3791 | ], |
||
| 3792 | "time": "2017-10-11 12:05:26" |
||
| 3793 | }, |
||
| 3794 | { |
||
| 3795 | "name": "symfony/polyfill-php56", |
||
| 3796 | "version": "v1.6.0", |
||
| 3797 | "source": { |
||
| 3798 | "type": "git", |
||
| 3799 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
| 3800 | "reference": "265fc96795492430762c29be291a371494ba3a5b" |
||
| 3801 | }, |
||
| 3802 | "dist": { |
||
| 3803 | "type": "zip", |
||
| 3804 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b", |
||
| 3805 | "reference": "265fc96795492430762c29be291a371494ba3a5b", |
||
| 3806 | "shasum": "" |
||
| 3807 | }, |
||
| 3808 | "require": { |
||
| 3809 | "php": ">=5.3.3", |
||
| 3810 | "symfony/polyfill-util": "~1.0" |
||
| 3811 | }, |
||
| 3812 | "type": "library", |
||
| 3813 | "extra": { |
||
| 3814 | "branch-alias": { |
||
| 3815 | "dev-master": "1.6-dev" |
||
| 3816 | } |
||
| 3817 | }, |
||
| 3818 | "autoload": { |
||
| 3819 | "psr-4": { |
||
| 3820 | "Symfony\\Polyfill\\Php56\\": "" |
||
| 3821 | }, |
||
| 3822 | "files": [ |
||
| 3823 | "bootstrap.php" |
||
| 3824 | ] |
||
| 3825 | }, |
||
| 3826 | "notification-url": "https://packagist.org/downloads/", |
||
| 3827 | "license": [ |
||
| 3828 | "MIT" |
||
| 3829 | ], |
||
| 3830 | "authors": [ |
||
| 3831 | { |
||
| 3832 | "name": "Nicolas Grekas", |
||
| 3833 | "email": "[email protected]" |
||
| 3834 | }, |
||
| 3835 | { |
||
| 3836 | "name": "Symfony Community", |
||
| 3837 | "homepage": "https://symfony.com/contributors" |
||
| 3838 | } |
||
| 3839 | ], |
||
| 3840 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
| 3841 | "homepage": "https://symfony.com", |
||
| 3842 | "keywords": [ |
||
| 3843 | "compatibility", |
||
| 3844 | "polyfill", |
||
| 3845 | "portable", |
||
| 3846 | "shim" |
||
| 3847 | ], |
||
| 3848 | "time": "2017-10-11 12:05:26" |
||
| 3849 | }, |
||
| 3850 | { |
||
| 3851 | "name": "symfony/polyfill-php70", |
||
| 3852 | "version": "v1.6.0", |
||
| 3853 | "source": { |
||
| 3854 | "type": "git", |
||
| 3855 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 3856 | "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff" |
||
| 3857 | }, |
||
| 3858 | "dist": { |
||
| 3859 | "type": "zip", |
||
| 3860 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff", |
||
| 3861 | "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff", |
||
| 3862 | "shasum": "" |
||
| 3863 | }, |
||
| 3864 | "require": { |
||
| 3865 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 3866 | "php": ">=5.3.3" |
||
| 3867 | }, |
||
| 3868 | "type": "library", |
||
| 3869 | "extra": { |
||
| 3870 | "branch-alias": { |
||
| 3871 | "dev-master": "1.6-dev" |
||
| 3872 | } |
||
| 3873 | }, |
||
| 3874 | "autoload": { |
||
| 3875 | "psr-4": { |
||
| 3876 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 3877 | }, |
||
| 3878 | "files": [ |
||
| 3879 | "bootstrap.php" |
||
| 3880 | ], |
||
| 3881 | "classmap": [ |
||
| 3882 | "Resources/stubs" |
||
| 3883 | ] |
||
| 3884 | }, |
||
| 3885 | "notification-url": "https://packagist.org/downloads/", |
||
| 3886 | "license": [ |
||
| 3887 | "MIT" |
||
| 3888 | ], |
||
| 3889 | "authors": [ |
||
| 3890 | { |
||
| 3891 | "name": "Nicolas Grekas", |
||
| 3892 | "email": "[email protected]" |
||
| 3893 | }, |
||
| 3894 | { |
||
| 3895 | "name": "Symfony Community", |
||
| 3896 | "homepage": "https://symfony.com/contributors" |
||
| 3897 | } |
||
| 3898 | ], |
||
| 3899 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 3900 | "homepage": "https://symfony.com", |
||
| 3901 | "keywords": [ |
||
| 3902 | "compatibility", |
||
| 3903 | "polyfill", |
||
| 3904 | "portable", |
||
| 3905 | "shim" |
||
| 3906 | ], |
||
| 3907 | "time": "2017-10-11 12:05:26" |
||
| 3908 | }, |
||
| 3909 | { |
||
| 3910 | "name": "symfony/polyfill-util", |
||
| 3911 | "version": "v1.6.0", |
||
| 3912 | "source": { |
||
| 3913 | "type": "git", |
||
| 3914 | "url": "https://github.com/symfony/polyfill-util.git", |
||
| 3915 | "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176" |
||
| 3916 | }, |
||
| 3917 | "dist": { |
||
| 3918 | "type": "zip", |
||
| 3919 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176", |
||
| 3920 | "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176", |
||
| 3921 | "shasum": "" |
||
| 3922 | }, |
||
| 3923 | "require": { |
||
| 3924 | "php": ">=5.3.3" |
||
| 3925 | }, |
||
| 3926 | "type": "library", |
||
| 3927 | "extra": { |
||
| 3928 | "branch-alias": { |
||
| 3929 | "dev-master": "1.6-dev" |
||
| 3930 | } |
||
| 3931 | }, |
||
| 3932 | "autoload": { |
||
| 3933 | "psr-4": { |
||
| 3934 | "Symfony\\Polyfill\\Util\\": "" |
||
| 3935 | } |
||
| 3936 | }, |
||
| 3937 | "notification-url": "https://packagist.org/downloads/", |
||
| 3938 | "license": [ |
||
| 3939 | "MIT" |
||
| 3940 | ], |
||
| 3941 | "authors": [ |
||
| 3942 | { |
||
| 3943 | "name": "Nicolas Grekas", |
||
| 3944 | "email": "[email protected]" |
||
| 3945 | }, |
||
| 3946 | { |
||
| 3947 | "name": "Symfony Community", |
||
| 3948 | "homepage": "https://symfony.com/contributors" |
||
| 3949 | } |
||
| 3950 | ], |
||
| 3951 | "description": "Symfony utilities for portability of PHP codes", |
||
| 3952 | "homepage": "https://symfony.com", |
||
| 3953 | "keywords": [ |
||
| 3954 | "compat", |
||
| 3955 | "compatibility", |
||
| 3956 | "polyfill", |
||
| 3957 | "shim" |
||
| 3958 | ], |
||
| 3959 | "time": "2017-10-11 12:05:26" |
||
| 3960 | }, |
||
| 3961 | { |
||
| 3962 | "name": "symfony/symfony", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 3963 | "version": "v3.3.10", |
||
| 3964 | "source": { |
||
| 3965 | "type": "git", |
||
| 3966 | "url": "https://github.com/symfony/symfony.git", |
||
| 3967 | "reference": "cfef3b2d505ae4375b17032bd03ed9a3da4b7b43" |
||
| 3968 | }, |
||
| 3969 | "dist": { |
||
| 3970 | "type": "zip", |
||
| 3971 | "url": "https://api.github.com/repos/symfony/symfony/zipball/cfef3b2d505ae4375b17032bd03ed9a3da4b7b43", |
||
| 3972 | "reference": "cfef3b2d505ae4375b17032bd03ed9a3da4b7b43", |
||
| 3973 | "shasum": "" |
||
| 3974 | }, |
||
| 3975 | "require": { |
||
| 3976 | "doctrine/common": "~2.4", |
||
| 3977 | "ext-xml": "*", |
||
| 3978 | "fig/link-util": "^1.0", |
||
| 3979 | "php": "^5.5.9|>=7.0.8", |
||
| 3980 | "psr/cache": "~1.0", |
||
| 3981 | "psr/container": "^1.0", |
||
| 3982 | "psr/link": "^1.0", |
||
| 3983 | "psr/log": "~1.0", |
||
| 3984 | "psr/simple-cache": "^1.0", |
||
| 3985 | "symfony/polyfill-apcu": "~1.1", |
||
| 3986 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 3987 | "symfony/polyfill-mbstring": "~1.0", |
||
| 3988 | "symfony/polyfill-php56": "~1.0", |
||
| 3989 | "symfony/polyfill-php70": "~1.0", |
||
| 3990 | "symfony/polyfill-util": "~1.0", |
||
| 3991 | "twig/twig": "~1.34|~2.4" |
||
| 3992 | }, |
||
| 3993 | "conflict": { |
||
| 3994 | "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", |
||
| 3995 | "phpdocumentor/type-resolver": "<0.2.0", |
||
| 3996 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 3997 | }, |
||
| 3998 | "provide": { |
||
| 3999 | "psr/cache-implementation": "1.0", |
||
| 4000 | "psr/container-implementation": "1.0", |
||
| 4001 | "psr/simple-cache-implementation": "1.0" |
||
| 4002 | }, |
||
| 4003 | "replace": { |
||
| 4004 | "symfony/asset": "self.version", |
||
| 4005 | "symfony/browser-kit": "self.version", |
||
| 4006 | "symfony/cache": "self.version", |
||
| 4007 | "symfony/class-loader": "self.version", |
||
| 4008 | "symfony/config": "self.version", |
||
| 4009 | "symfony/console": "self.version", |
||
| 4010 | "symfony/css-selector": "self.version", |
||
| 4011 | "symfony/debug": "self.version", |
||
| 4012 | "symfony/debug-bundle": "self.version", |
||
| 4013 | "symfony/dependency-injection": "self.version", |
||
| 4014 | "symfony/doctrine-bridge": "self.version", |
||
| 4015 | "symfony/dom-crawler": "self.version", |
||
| 4016 | "symfony/dotenv": "self.version", |
||
| 4017 | "symfony/event-dispatcher": "self.version", |
||
| 4018 | "symfony/expression-language": "self.version", |
||
| 4019 | "symfony/filesystem": "self.version", |
||
| 4020 | "symfony/finder": "self.version", |
||
| 4021 | "symfony/form": "self.version", |
||
| 4022 | "symfony/framework-bundle": "self.version", |
||
| 4023 | "symfony/http-foundation": "self.version", |
||
| 4024 | "symfony/http-kernel": "self.version", |
||
| 4025 | "symfony/inflector": "self.version", |
||
| 4026 | "symfony/intl": "self.version", |
||
| 4027 | "symfony/ldap": "self.version", |
||
| 4028 | "symfony/monolog-bridge": "self.version", |
||
| 4029 | "symfony/options-resolver": "self.version", |
||
| 4030 | "symfony/process": "self.version", |
||
| 4031 | "symfony/property-access": "self.version", |
||
| 4032 | "symfony/property-info": "self.version", |
||
| 4033 | "symfony/proxy-manager-bridge": "self.version", |
||
| 4034 | "symfony/routing": "self.version", |
||
| 4035 | "symfony/security": "self.version", |
||
| 4036 | "symfony/security-bundle": "self.version", |
||
| 4037 | "symfony/security-core": "self.version", |
||
| 4038 | "symfony/security-csrf": "self.version", |
||
| 4039 | "symfony/security-guard": "self.version", |
||
| 4040 | "symfony/security-http": "self.version", |
||
| 4041 | "symfony/serializer": "self.version", |
||
| 4042 | "symfony/stopwatch": "self.version", |
||
| 4043 | "symfony/templating": "self.version", |
||
| 4044 | "symfony/translation": "self.version", |
||
| 4045 | "symfony/twig-bridge": "self.version", |
||
| 4046 | "symfony/twig-bundle": "self.version", |
||
| 4047 | "symfony/validator": "self.version", |
||
| 4048 | "symfony/var-dumper": "self.version", |
||
| 4049 | "symfony/web-link": "self.version", |
||
| 4050 | "symfony/web-profiler-bundle": "self.version", |
||
| 4051 | "symfony/web-server-bundle": "self.version", |
||
| 4052 | "symfony/workflow": "self.version", |
||
| 4053 | "symfony/yaml": "self.version" |
||
| 4054 | }, |
||
| 4055 | "require-dev": { |
||
| 4056 | "cache/integration-tests": "dev-master", |
||
| 4057 | "doctrine/cache": "~1.6", |
||
| 4058 | "doctrine/data-fixtures": "1.0.*", |
||
| 4059 | "doctrine/dbal": "~2.4", |
||
| 4060 | "doctrine/doctrine-bundle": "~1.4", |
||
| 4061 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 4062 | "egulias/email-validator": "~1.2,>=1.2.8|~2.0", |
||
| 4063 | "monolog/monolog": "~1.11", |
||
| 4064 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
| 4065 | "phpdocumentor/reflection-docblock": "^3.0|^4.0", |
||
| 4066 | "predis/predis": "~1.0", |
||
| 4067 | "sensio/framework-extra-bundle": "^3.0.2", |
||
| 4068 | "symfony/phpunit-bridge": "~3.2", |
||
| 4069 | "symfony/security-acl": "~2.8|~3.0" |
||
| 4070 | }, |
||
| 4071 | "type": "library", |
||
| 4072 | "extra": { |
||
| 4073 | "branch-alias": { |
||
| 4074 | "dev-master": "3.3-dev" |
||
| 4075 | } |
||
| 4076 | }, |
||
| 4077 | "autoload": { |
||
| 4078 | "psr-4": { |
||
| 4079 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
| 4080 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
| 4081 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
| 4082 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
| 4083 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
| 4084 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
| 4085 | }, |
||
| 4086 | "classmap": [ |
||
| 4087 | "src/Symfony/Component/Intl/Resources/stubs" |
||
| 4088 | ], |
||
| 4089 | "exclude-from-classmap": [ |
||
| 4090 | "**/Tests/" |
||
| 4091 | ] |
||
| 4092 | }, |
||
| 4093 | "notification-url": "https://packagist.org/downloads/", |
||
| 4094 | "license": [ |
||
| 4095 | "MIT" |
||
| 4096 | ], |
||
| 4097 | "authors": [ |
||
| 4098 | { |
||
| 4099 | "name": "Fabien Potencier", |
||
| 4100 | "email": "[email protected]" |
||
| 4101 | }, |
||
| 4102 | { |
||
| 4103 | "name": "Symfony Community", |
||
| 4104 | "homepage": "https://symfony.com/contributors" |
||
| 4105 | } |
||
| 4106 | ], |
||
| 4107 | "description": "The Symfony PHP framework", |
||
| 4108 | "homepage": "https://symfony.com", |
||
| 4109 | "keywords": [ |
||
| 4110 | "framework" |
||
| 4111 | ], |
||
| 4112 | "time": "2017-10-05 23:40:32" |
||
| 4113 | }, |
||
| 4114 | { |
||
| 4115 | "name": "twig/twig", |
||
| 4116 | "version": "v2.4.4", |
||
| 4117 | "source": { |
||
| 4118 | "type": "git", |
||
| 4119 | "url": "https://github.com/twigphp/Twig.git", |
||
| 4120 | "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb" |
||
| 4121 | }, |
||
| 4122 | "dist": { |
||
| 4123 | "type": "zip", |
||
| 4124 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb", |
||
| 4125 | "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb", |
||
| 4126 | "shasum": "" |
||
| 4127 | }, |
||
| 4128 | "require": { |
||
| 4129 | "php": "^7.0", |
||
| 4130 | "symfony/polyfill-mbstring": "~1.0" |
||
| 4131 | }, |
||
| 4132 | "require-dev": { |
||
| 4133 | "psr/container": "^1.0", |
||
| 4134 | "symfony/debug": "~2.7", |
||
| 4135 | "symfony/phpunit-bridge": "~3.3@dev" |
||
| 4136 | }, |
||
| 4137 | "type": "library", |
||
| 4138 | "extra": { |
||
| 4139 | "branch-alias": { |
||
| 4140 | "dev-master": "2.4-dev" |
||
| 4141 | } |
||
| 4142 | }, |
||
| 4143 | "autoload": { |
||
| 4144 | "psr-0": { |
||
| 4145 | "Twig_": "lib/" |
||
| 4146 | }, |
||
| 4147 | "psr-4": { |
||
| 4148 | "Twig\\": "src/" |
||
| 4149 | } |
||
| 4150 | }, |
||
| 4151 | "notification-url": "https://packagist.org/downloads/", |
||
| 4152 | "license": [ |
||
| 4153 | "BSD-3-Clause" |
||
| 4154 | ], |
||
| 4155 | "authors": [ |
||
| 4156 | { |
||
| 4157 | "name": "Fabien Potencier", |
||
| 4158 | "email": "[email protected]", |
||
| 4159 | "homepage": "http://fabien.potencier.org", |
||
| 4160 | "role": "Lead Developer" |
||
| 4161 | }, |
||
| 4162 | { |
||
| 4163 | "name": "Armin Ronacher", |
||
| 4164 | "email": "[email protected]", |
||
| 4165 | "role": "Project Founder" |
||
| 4166 | }, |
||
| 4167 | { |
||
| 4168 | "name": "Twig Team", |
||
| 4169 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
| 4170 | "role": "Contributors" |
||
| 4171 | } |
||
| 4172 | ], |
||
| 4173 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 4174 | "homepage": "http://twig.sensiolabs.org", |
||
| 4175 | "keywords": [ |
||
| 4176 | "templating" |
||
| 4177 | ], |
||
| 4178 | "time": "2017-09-27 18:10:31" |
||
| 4179 | } |
||
| 4180 | ], |
||
| 4181 | "packages-dev": [ |
||
| 4182 | { |
||
| 4183 | "name": "myclabs/deep-copy", |
||
| 4184 | "version": "1.6.1", |
||
| 4185 | "source": { |
||
| 4186 | "type": "git", |
||
| 4187 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 4188 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" |
||
| 4189 | }, |
||
| 4190 | "dist": { |
||
| 4191 | "type": "zip", |
||
| 4192 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
| 4193 | "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102", |
||
| 4194 | "shasum": "" |
||
| 4195 | }, |
||
| 4196 | "require": { |
||
| 4197 | "php": ">=5.4.0" |
||
| 4198 | }, |
||
| 4199 | "require-dev": { |
||
| 4200 | "doctrine/collections": "1.*", |
||
| 4201 | "phpunit/phpunit": "~4.1" |
||
| 4202 | }, |
||
| 4203 | "type": "library", |
||
| 4204 | "autoload": { |
||
| 4205 | "psr-4": { |
||
| 4206 | "DeepCopy\\": "src/DeepCopy/" |
||
| 4207 | } |
||
| 4208 | }, |
||
| 4209 | "notification-url": "https://packagist.org/downloads/", |
||
| 4210 | "license": [ |
||
| 4211 | "MIT" |
||
| 4212 | ], |
||
| 4213 | "description": "Create deep copies (clones) of your objects", |
||
| 4214 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 4215 | "keywords": [ |
||
| 4216 | "clone", |
||
| 4217 | "copy", |
||
| 4218 | "duplicate", |
||
| 4219 | "object", |
||
| 4220 | "object graph" |
||
| 4221 | ], |
||
| 4222 | "time": "2017-04-12 18:52:22" |
||
| 4223 | }, |
||
| 4224 | { |
||
| 4225 | "name": "phar-io/manifest", |
||
| 4226 | "version": "1.0.1", |
||
| 4227 | "source": { |
||
| 4228 | "type": "git", |
||
| 4229 | "url": "https://github.com/phar-io/manifest.git", |
||
| 4230 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
| 4231 | }, |
||
| 4232 | "dist": { |
||
| 4233 | "type": "zip", |
||
| 4234 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
| 4235 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
| 4236 | "shasum": "" |
||
| 4237 | }, |
||
| 4238 | "require": { |
||
| 4239 | "ext-dom": "*", |
||
| 4240 | "ext-phar": "*", |
||
| 4241 | "phar-io/version": "^1.0.1", |
||
| 4242 | "php": "^5.6 || ^7.0" |
||
| 4243 | }, |
||
| 4244 | "type": "library", |
||
| 4245 | "extra": { |
||
| 4246 | "branch-alias": { |
||
| 4247 | "dev-master": "1.0.x-dev" |
||
| 4248 | } |
||
| 4249 | }, |
||
| 4250 | "autoload": { |
||
| 4251 | "classmap": [ |
||
| 4252 | "src/" |
||
| 4253 | ] |
||
| 4254 | }, |
||
| 4255 | "notification-url": "https://packagist.org/downloads/", |
||
| 4256 | "license": [ |
||
| 4257 | "BSD-3-Clause" |
||
| 4258 | ], |
||
| 4259 | "authors": [ |
||
| 4260 | { |
||
| 4261 | "name": "Arne Blankerts", |
||
| 4262 | "email": "[email protected]", |
||
| 4263 | "role": "Developer" |
||
| 4264 | }, |
||
| 4265 | { |
||
| 4266 | "name": "Sebastian Heuer", |
||
| 4267 | "email": "[email protected]", |
||
| 4268 | "role": "Developer" |
||
| 4269 | }, |
||
| 4270 | { |
||
| 4271 | "name": "Sebastian Bergmann", |
||
| 4272 | "email": "[email protected]", |
||
| 4273 | "role": "Developer" |
||
| 4274 | } |
||
| 4275 | ], |
||
| 4276 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
| 4277 | "time": "2017-03-05 18:14:27" |
||
| 4278 | }, |
||
| 4279 | { |
||
| 4280 | "name": "phar-io/version", |
||
| 4281 | "version": "1.0.1", |
||
| 4282 | "source": { |
||
| 4283 | "type": "git", |
||
| 4284 | "url": "https://github.com/phar-io/version.git", |
||
| 4285 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
| 4286 | }, |
||
| 4287 | "dist": { |
||
| 4288 | "type": "zip", |
||
| 4289 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
| 4290 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
| 4291 | "shasum": "" |
||
| 4292 | }, |
||
| 4293 | "require": { |
||
| 4294 | "php": "^5.6 || ^7.0" |
||
| 4295 | }, |
||
| 4296 | "type": "library", |
||
| 4297 | "autoload": { |
||
| 4298 | "classmap": [ |
||
| 4299 | "src/" |
||
| 4300 | ] |
||
| 4301 | }, |
||
| 4302 | "notification-url": "https://packagist.org/downloads/", |
||
| 4303 | "license": [ |
||
| 4304 | "BSD-3-Clause" |
||
| 4305 | ], |
||
| 4306 | "authors": [ |
||
| 4307 | { |
||
| 4308 | "name": "Arne Blankerts", |
||
| 4309 | "email": "[email protected]", |
||
| 4310 | "role": "Developer" |
||
| 4311 | }, |
||
| 4312 | { |
||
| 4313 | "name": "Sebastian Heuer", |
||
| 4314 | "email": "[email protected]", |
||
| 4315 | "role": "Developer" |
||
| 4316 | }, |
||
| 4317 | { |
||
| 4318 | "name": "Sebastian Bergmann", |
||
| 4319 | "email": "[email protected]", |
||
| 4320 | "role": "Developer" |
||
| 4321 | } |
||
| 4322 | ], |
||
| 4323 | "description": "Library for handling version information and constraints", |
||
| 4324 | "time": "2017-03-05 17:38:23" |
||
| 4325 | }, |
||
| 4326 | { |
||
| 4327 | "name": "phpdocumentor/reflection-common", |
||
| 4328 | "version": "1.0.1", |
||
| 4329 | "source": { |
||
| 4330 | "type": "git", |
||
| 4331 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 4332 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
| 4333 | }, |
||
| 4334 | "dist": { |
||
| 4335 | "type": "zip", |
||
| 4336 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
| 4337 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
| 4338 | "shasum": "" |
||
| 4339 | }, |
||
| 4340 | "require": { |
||
| 4341 | "php": ">=5.5" |
||
| 4342 | }, |
||
| 4343 | "require-dev": { |
||
| 4344 | "phpunit/phpunit": "^4.6" |
||
| 4345 | }, |
||
| 4346 | "type": "library", |
||
| 4347 | "extra": { |
||
| 4348 | "branch-alias": { |
||
| 4349 | "dev-master": "1.0.x-dev" |
||
| 4350 | } |
||
| 4351 | }, |
||
| 4352 | "autoload": { |
||
| 4353 | "psr-4": { |
||
| 4354 | "phpDocumentor\\Reflection\\": [ |
||
| 4355 | "src" |
||
| 4356 | ] |
||
| 4357 | } |
||
| 4358 | }, |
||
| 4359 | "notification-url": "https://packagist.org/downloads/", |
||
| 4360 | "license": [ |
||
| 4361 | "MIT" |
||
| 4362 | ], |
||
| 4363 | "authors": [ |
||
| 4364 | { |
||
| 4365 | "name": "Jaap van Otterdijk", |
||
| 4366 | "email": "[email protected]" |
||
| 4367 | } |
||
| 4368 | ], |
||
| 4369 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 4370 | "homepage": "http://www.phpdoc.org", |
||
| 4371 | "keywords": [ |
||
| 4372 | "FQSEN", |
||
| 4373 | "phpDocumentor", |
||
| 4374 | "phpdoc", |
||
| 4375 | "reflection", |
||
| 4376 | "static analysis" |
||
| 4377 | ], |
||
| 4378 | "time": "2017-09-11 18:02:19" |
||
| 4379 | }, |
||
| 4380 | { |
||
| 4381 | "name": "phpdocumentor/reflection-docblock", |
||
| 4382 | "version": "4.1.1", |
||
| 4383 | "source": { |
||
| 4384 | "type": "git", |
||
| 4385 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 4386 | "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2" |
||
| 4387 | }, |
||
| 4388 | "dist": { |
||
| 4389 | "type": "zip", |
||
| 4390 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2", |
||
| 4391 | "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2", |
||
| 4392 | "shasum": "" |
||
| 4393 | }, |
||
| 4394 | "require": { |
||
| 4395 | "php": "^7.0", |
||
| 4396 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 4397 | "phpdocumentor/type-resolver": "^0.4.0", |
||
| 4398 | "webmozart/assert": "^1.0" |
||
| 4399 | }, |
||
| 4400 | "require-dev": { |
||
| 4401 | "mockery/mockery": "^0.9.4", |
||
| 4402 | "phpunit/phpunit": "^4.4" |
||
| 4403 | }, |
||
| 4404 | "type": "library", |
||
| 4405 | "autoload": { |
||
| 4406 | "psr-4": { |
||
| 4407 | "phpDocumentor\\Reflection\\": [ |
||
| 4408 | "src/" |
||
| 4409 | ] |
||
| 4410 | } |
||
| 4411 | }, |
||
| 4412 | "notification-url": "https://packagist.org/downloads/", |
||
| 4413 | "license": [ |
||
| 4414 | "MIT" |
||
| 4415 | ], |
||
| 4416 | "authors": [ |
||
| 4417 | { |
||
| 4418 | "name": "Mike van Riel", |
||
| 4419 | "email": "[email protected]" |
||
| 4420 | } |
||
| 4421 | ], |
||
| 4422 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 4423 | "time": "2017-08-30 18:51:59" |
||
| 4424 | }, |
||
| 4425 | { |
||
| 4426 | "name": "phpdocumentor/type-resolver", |
||
| 4427 | "version": "0.4.0", |
||
| 4428 | "source": { |
||
| 4429 | "type": "git", |
||
| 4430 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 4431 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
| 4432 | }, |
||
| 4433 | "dist": { |
||
| 4434 | "type": "zip", |
||
| 4435 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 4436 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 4437 | "shasum": "" |
||
| 4438 | }, |
||
| 4439 | "require": { |
||
| 4440 | "php": "^5.5 || ^7.0", |
||
| 4441 | "phpdocumentor/reflection-common": "^1.0" |
||
| 4442 | }, |
||
| 4443 | "require-dev": { |
||
| 4444 | "mockery/mockery": "^0.9.4", |
||
| 4445 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 4446 | }, |
||
| 4447 | "type": "library", |
||
| 4448 | "extra": { |
||
| 4449 | "branch-alias": { |
||
| 4450 | "dev-master": "1.0.x-dev" |
||
| 4451 | } |
||
| 4452 | }, |
||
| 4453 | "autoload": { |
||
| 4454 | "psr-4": { |
||
| 4455 | "phpDocumentor\\Reflection\\": [ |
||
| 4456 | "src/" |
||
| 4457 | ] |
||
| 4458 | } |
||
| 4459 | }, |
||
| 4460 | "notification-url": "https://packagist.org/downloads/", |
||
| 4461 | "license": [ |
||
| 4462 | "MIT" |
||
| 4463 | ], |
||
| 4464 | "authors": [ |
||
| 4465 | { |
||
| 4466 | "name": "Mike van Riel", |
||
| 4467 | "email": "[email protected]" |
||
| 4468 | } |
||
| 4469 | ], |
||
| 4470 | "time": "2017-07-14 14:27:02" |
||
| 4471 | }, |
||
| 4472 | { |
||
| 4473 | "name": "phpspec/prophecy", |
||
| 4474 | "version": "v1.7.2", |
||
| 4475 | "source": { |
||
| 4476 | "type": "git", |
||
| 4477 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 4478 | "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" |
||
| 4479 | }, |
||
| 4480 | "dist": { |
||
| 4481 | "type": "zip", |
||
| 4482 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", |
||
| 4483 | "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", |
||
| 4484 | "shasum": "" |
||
| 4485 | }, |
||
| 4486 | "require": { |
||
| 4487 | "doctrine/instantiator": "^1.0.2", |
||
| 4488 | "php": "^5.3|^7.0", |
||
| 4489 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
| 4490 | "sebastian/comparator": "^1.1|^2.0", |
||
| 4491 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
| 4492 | }, |
||
| 4493 | "require-dev": { |
||
| 4494 | "phpspec/phpspec": "^2.5|^3.2", |
||
| 4495 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
| 4496 | }, |
||
| 4497 | "type": "library", |
||
| 4498 | "extra": { |
||
| 4499 | "branch-alias": { |
||
| 4500 | "dev-master": "1.7.x-dev" |
||
| 4501 | } |
||
| 4502 | }, |
||
| 4503 | "autoload": { |
||
| 4504 | "psr-0": { |
||
| 4505 | "Prophecy\\": "src/" |
||
| 4506 | } |
||
| 4507 | }, |
||
| 4508 | "notification-url": "https://packagist.org/downloads/", |
||
| 4509 | "license": [ |
||
| 4510 | "MIT" |
||
| 4511 | ], |
||
| 4512 | "authors": [ |
||
| 4513 | { |
||
| 4514 | "name": "Konstantin Kudryashov", |
||
| 4515 | "email": "[email protected]", |
||
| 4516 | "homepage": "http://everzet.com" |
||
| 4517 | }, |
||
| 4518 | { |
||
| 4519 | "name": "Marcello Duarte", |
||
| 4520 | "email": "[email protected]" |
||
| 4521 | } |
||
| 4522 | ], |
||
| 4523 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 4524 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 4525 | "keywords": [ |
||
| 4526 | "Double", |
||
| 4527 | "Dummy", |
||
| 4528 | "fake", |
||
| 4529 | "mock", |
||
| 4530 | "spy", |
||
| 4531 | "stub" |
||
| 4532 | ], |
||
| 4533 | "time": "2017-09-04 11:05:03" |
||
| 4534 | }, |
||
| 4535 | { |
||
| 4536 | "name": "phpunit/php-code-coverage", |
||
| 4537 | "version": "5.2.2", |
||
| 4538 | "source": { |
||
| 4539 | "type": "git", |
||
| 4540 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 4541 | "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b" |
||
| 4542 | }, |
||
| 4543 | "dist": { |
||
| 4544 | "type": "zip", |
||
| 4545 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b", |
||
| 4546 | "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b", |
||
| 4547 | "shasum": "" |
||
| 4548 | }, |
||
| 4549 | "require": { |
||
| 4550 | "ext-dom": "*", |
||
| 4551 | "ext-xmlwriter": "*", |
||
| 4552 | "php": "^7.0", |
||
| 4553 | "phpunit/php-file-iterator": "^1.4.2", |
||
| 4554 | "phpunit/php-text-template": "^1.2.1", |
||
| 4555 | "phpunit/php-token-stream": "^1.4.11 || ^2.0", |
||
| 4556 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
| 4557 | "sebastian/environment": "^3.0", |
||
| 4558 | "sebastian/version": "^2.0.1", |
||
| 4559 | "theseer/tokenizer": "^1.1" |
||
| 4560 | }, |
||
| 4561 | "require-dev": { |
||
| 4562 | "ext-xdebug": "^2.5", |
||
| 4563 | "phpunit/phpunit": "^6.0" |
||
| 4564 | }, |
||
| 4565 | "suggest": { |
||
| 4566 | "ext-xdebug": "^2.5.5" |
||
| 4567 | }, |
||
| 4568 | "type": "library", |
||
| 4569 | "extra": { |
||
| 4570 | "branch-alias": { |
||
| 4571 | "dev-master": "5.2.x-dev" |
||
| 4572 | } |
||
| 4573 | }, |
||
| 4574 | "autoload": { |
||
| 4575 | "classmap": [ |
||
| 4576 | "src/" |
||
| 4577 | ] |
||
| 4578 | }, |
||
| 4579 | "notification-url": "https://packagist.org/downloads/", |
||
| 4580 | "license": [ |
||
| 4581 | "BSD-3-Clause" |
||
| 4582 | ], |
||
| 4583 | "authors": [ |
||
| 4584 | { |
||
| 4585 | "name": "Sebastian Bergmann", |
||
| 4586 | "email": "[email protected]", |
||
| 4587 | "role": "lead" |
||
| 4588 | } |
||
| 4589 | ], |
||
| 4590 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 4591 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 4592 | "keywords": [ |
||
| 4593 | "coverage", |
||
| 4594 | "testing", |
||
| 4595 | "xunit" |
||
| 4596 | ], |
||
| 4597 | "time": "2017-08-03 12:40:43" |
||
| 4598 | }, |
||
| 4599 | { |
||
| 4600 | "name": "phpunit/php-file-iterator", |
||
| 4601 | "version": "1.4.2", |
||
| 4602 | "source": { |
||
| 4603 | "type": "git", |
||
| 4604 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 4605 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" |
||
| 4606 | }, |
||
| 4607 | "dist": { |
||
| 4608 | "type": "zip", |
||
| 4609 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 4610 | "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", |
||
| 4611 | "shasum": "" |
||
| 4612 | }, |
||
| 4613 | "require": { |
||
| 4614 | "php": ">=5.3.3" |
||
| 4615 | }, |
||
| 4616 | "type": "library", |
||
| 4617 | "extra": { |
||
| 4618 | "branch-alias": { |
||
| 4619 | "dev-master": "1.4.x-dev" |
||
| 4620 | } |
||
| 4621 | }, |
||
| 4622 | "autoload": { |
||
| 4623 | "classmap": [ |
||
| 4624 | "src/" |
||
| 4625 | ] |
||
| 4626 | }, |
||
| 4627 | "notification-url": "https://packagist.org/downloads/", |
||
| 4628 | "license": [ |
||
| 4629 | "BSD-3-Clause" |
||
| 4630 | ], |
||
| 4631 | "authors": [ |
||
| 4632 | { |
||
| 4633 | "name": "Sebastian Bergmann", |
||
| 4634 | "email": "[email protected]", |
||
| 4635 | "role": "lead" |
||
| 4636 | } |
||
| 4637 | ], |
||
| 4638 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 4639 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 4640 | "keywords": [ |
||
| 4641 | "filesystem", |
||
| 4642 | "iterator" |
||
| 4643 | ], |
||
| 4644 | "time": "2016-10-03 07:40:28" |
||
| 4645 | }, |
||
| 4646 | { |
||
| 4647 | "name": "phpunit/php-text-template", |
||
| 4648 | "version": "1.2.1", |
||
| 4649 | "source": { |
||
| 4650 | "type": "git", |
||
| 4651 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 4652 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 4653 | }, |
||
| 4654 | "dist": { |
||
| 4655 | "type": "zip", |
||
| 4656 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 4657 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 4658 | "shasum": "" |
||
| 4659 | }, |
||
| 4660 | "require": { |
||
| 4661 | "php": ">=5.3.3" |
||
| 4662 | }, |
||
| 4663 | "type": "library", |
||
| 4664 | "autoload": { |
||
| 4665 | "classmap": [ |
||
| 4666 | "src/" |
||
| 4667 | ] |
||
| 4668 | }, |
||
| 4669 | "notification-url": "https://packagist.org/downloads/", |
||
| 4670 | "license": [ |
||
| 4671 | "BSD-3-Clause" |
||
| 4672 | ], |
||
| 4673 | "authors": [ |
||
| 4674 | { |
||
| 4675 | "name": "Sebastian Bergmann", |
||
| 4676 | "email": "[email protected]", |
||
| 4677 | "role": "lead" |
||
| 4678 | } |
||
| 4679 | ], |
||
| 4680 | "description": "Simple template engine.", |
||
| 4681 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 4682 | "keywords": [ |
||
| 4683 | "template" |
||
| 4684 | ], |
||
| 4685 | "time": "2015-06-21 13:50:34" |
||
| 4686 | }, |
||
| 4687 | { |
||
| 4688 | "name": "phpunit/php-timer", |
||
| 4689 | "version": "1.0.9", |
||
| 4690 | "source": { |
||
| 4691 | "type": "git", |
||
| 4692 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 4693 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
| 4694 | }, |
||
| 4695 | "dist": { |
||
| 4696 | "type": "zip", |
||
| 4697 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 4698 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 4699 | "shasum": "" |
||
| 4700 | }, |
||
| 4701 | "require": { |
||
| 4702 | "php": "^5.3.3 || ^7.0" |
||
| 4703 | }, |
||
| 4704 | "require-dev": { |
||
| 4705 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
| 4706 | }, |
||
| 4707 | "type": "library", |
||
| 4708 | "extra": { |
||
| 4709 | "branch-alias": { |
||
| 4710 | "dev-master": "1.0-dev" |
||
| 4711 | } |
||
| 4712 | }, |
||
| 4713 | "autoload": { |
||
| 4714 | "classmap": [ |
||
| 4715 | "src/" |
||
| 4716 | ] |
||
| 4717 | }, |
||
| 4718 | "notification-url": "https://packagist.org/downloads/", |
||
| 4719 | "license": [ |
||
| 4720 | "BSD-3-Clause" |
||
| 4721 | ], |
||
| 4722 | "authors": [ |
||
| 4723 | { |
||
| 4724 | "name": "Sebastian Bergmann", |
||
| 4725 | "email": "[email protected]", |
||
| 4726 | "role": "lead" |
||
| 4727 | } |
||
| 4728 | ], |
||
| 4729 | "description": "Utility class for timing", |
||
| 4730 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 4731 | "keywords": [ |
||
| 4732 | "timer" |
||
| 4733 | ], |
||
| 4734 | "time": "2017-02-26 11:10:40" |
||
| 4735 | }, |
||
| 4736 | { |
||
| 4737 | "name": "phpunit/php-token-stream", |
||
| 4738 | "version": "2.0.1", |
||
| 4739 | "source": { |
||
| 4740 | "type": "git", |
||
| 4741 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 4742 | "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0" |
||
| 4743 | }, |
||
| 4744 | "dist": { |
||
| 4745 | "type": "zip", |
||
| 4746 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0", |
||
| 4747 | "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0", |
||
| 4748 | "shasum": "" |
||
| 4749 | }, |
||
| 4750 | "require": { |
||
| 4751 | "ext-tokenizer": "*", |
||
| 4752 | "php": "^7.0" |
||
| 4753 | }, |
||
| 4754 | "require-dev": { |
||
| 4755 | "phpunit/phpunit": "^6.2.4" |
||
| 4756 | }, |
||
| 4757 | "type": "library", |
||
| 4758 | "extra": { |
||
| 4759 | "branch-alias": { |
||
| 4760 | "dev-master": "2.0-dev" |
||
| 4761 | } |
||
| 4762 | }, |
||
| 4763 | "autoload": { |
||
| 4764 | "classmap": [ |
||
| 4765 | "src/" |
||
| 4766 | ] |
||
| 4767 | }, |
||
| 4768 | "notification-url": "https://packagist.org/downloads/", |
||
| 4769 | "license": [ |
||
| 4770 | "BSD-3-Clause" |
||
| 4771 | ], |
||
| 4772 | "authors": [ |
||
| 4773 | { |
||
| 4774 | "name": "Sebastian Bergmann", |
||
| 4775 | "email": "[email protected]" |
||
| 4776 | } |
||
| 4777 | ], |
||
| 4778 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 4779 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 4780 | "keywords": [ |
||
| 4781 | "tokenizer" |
||
| 4782 | ], |
||
| 4783 | "time": "2017-08-20 05:47:52" |
||
| 4784 | }, |
||
| 4785 | { |
||
| 4786 | "name": "phpunit/phpunit", |
||
| 4787 | "version": "6.4.3", |
||
| 4788 | "source": { |
||
| 4789 | "type": "git", |
||
| 4790 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 4791 | "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13" |
||
| 4792 | }, |
||
| 4793 | "dist": { |
||
| 4794 | "type": "zip", |
||
| 4795 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/06b28548fd2b4a20c3cd6e247dc86331a7d4db13", |
||
| 4796 | "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13", |
||
| 4797 | "shasum": "" |
||
| 4798 | }, |
||
| 4799 | "require": { |
||
| 4800 | "ext-dom": "*", |
||
| 4801 | "ext-json": "*", |
||
| 4802 | "ext-libxml": "*", |
||
| 4803 | "ext-mbstring": "*", |
||
| 4804 | "ext-xml": "*", |
||
| 4805 | "myclabs/deep-copy": "^1.6.1", |
||
| 4806 | "phar-io/manifest": "^1.0.1", |
||
| 4807 | "phar-io/version": "^1.0", |
||
| 4808 | "php": "^7.0", |
||
| 4809 | "phpspec/prophecy": "^1.7", |
||
| 4810 | "phpunit/php-code-coverage": "^5.2.2", |
||
| 4811 | "phpunit/php-file-iterator": "^1.4.2", |
||
| 4812 | "phpunit/php-text-template": "^1.2.1", |
||
| 4813 | "phpunit/php-timer": "^1.0.9", |
||
| 4814 | "phpunit/phpunit-mock-objects": "^4.0.3", |
||
| 4815 | "sebastian/comparator": "^2.0.2", |
||
| 4816 | "sebastian/diff": "^2.0", |
||
| 4817 | "sebastian/environment": "^3.1", |
||
| 4818 | "sebastian/exporter": "^3.1", |
||
| 4819 | "sebastian/global-state": "^2.0", |
||
| 4820 | "sebastian/object-enumerator": "^3.0.3", |
||
| 4821 | "sebastian/resource-operations": "^1.0", |
||
| 4822 | "sebastian/version": "^2.0.1" |
||
| 4823 | }, |
||
| 4824 | "conflict": { |
||
| 4825 | "phpdocumentor/reflection-docblock": "3.0.2", |
||
| 4826 | "phpunit/dbunit": "<3.0" |
||
| 4827 | }, |
||
| 4828 | "require-dev": { |
||
| 4829 | "ext-pdo": "*" |
||
| 4830 | }, |
||
| 4831 | "suggest": { |
||
| 4832 | "ext-xdebug": "*", |
||
| 4833 | "phpunit/php-invoker": "^1.1" |
||
| 4834 | }, |
||
| 4835 | "bin": [ |
||
| 4836 | "phpunit" |
||
| 4837 | ], |
||
| 4838 | "type": "library", |
||
| 4839 | "extra": { |
||
| 4840 | "branch-alias": { |
||
| 4841 | "dev-master": "6.4.x-dev" |
||
| 4842 | } |
||
| 4843 | }, |
||
| 4844 | "autoload": { |
||
| 4845 | "classmap": [ |
||
| 4846 | "src/" |
||
| 4847 | ] |
||
| 4848 | }, |
||
| 4849 | "notification-url": "https://packagist.org/downloads/", |
||
| 4850 | "license": [ |
||
| 4851 | "BSD-3-Clause" |
||
| 4852 | ], |
||
| 4853 | "authors": [ |
||
| 4854 | { |
||
| 4855 | "name": "Sebastian Bergmann", |
||
| 4856 | "email": "[email protected]", |
||
| 4857 | "role": "lead" |
||
| 4858 | } |
||
| 4859 | ], |
||
| 4860 | "description": "The PHP Unit Testing framework.", |
||
| 4861 | "homepage": "https://phpunit.de/", |
||
| 4862 | "keywords": [ |
||
| 4863 | "phpunit", |
||
| 4864 | "testing", |
||
| 4865 | "xunit" |
||
| 4866 | ], |
||
| 4867 | "time": "2017-10-16 13:18:59" |
||
| 4868 | }, |
||
| 4869 | { |
||
| 4870 | "name": "phpunit/phpunit-mock-objects", |
||
| 4871 | "version": "4.0.4", |
||
| 4872 | "source": { |
||
| 4873 | "type": "git", |
||
| 4874 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 4875 | "reference": "2f789b59ab89669015ad984afa350c4ec577ade0" |
||
| 4876 | }, |
||
| 4877 | "dist": { |
||
| 4878 | "type": "zip", |
||
| 4879 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0", |
||
| 4880 | "reference": "2f789b59ab89669015ad984afa350c4ec577ade0", |
||
| 4881 | "shasum": "" |
||
| 4882 | }, |
||
| 4883 | "require": { |
||
| 4884 | "doctrine/instantiator": "^1.0.5", |
||
| 4885 | "php": "^7.0", |
||
| 4886 | "phpunit/php-text-template": "^1.2.1", |
||
| 4887 | "sebastian/exporter": "^3.0" |
||
| 4888 | }, |
||
| 4889 | "conflict": { |
||
| 4890 | "phpunit/phpunit": "<6.0" |
||
| 4891 | }, |
||
| 4892 | "require-dev": { |
||
| 4893 | "phpunit/phpunit": "^6.0" |
||
| 4894 | }, |
||
| 4895 | "suggest": { |
||
| 4896 | "ext-soap": "*" |
||
| 4897 | }, |
||
| 4898 | "type": "library", |
||
| 4899 | "extra": { |
||
| 4900 | "branch-alias": { |
||
| 4901 | "dev-master": "4.0.x-dev" |
||
| 4902 | } |
||
| 4903 | }, |
||
| 4904 | "autoload": { |
||
| 4905 | "classmap": [ |
||
| 4906 | "src/" |
||
| 4907 | ] |
||
| 4908 | }, |
||
| 4909 | "notification-url": "https://packagist.org/downloads/", |
||
| 4910 | "license": [ |
||
| 4911 | "BSD-3-Clause" |
||
| 4912 | ], |
||
| 4913 | "authors": [ |
||
| 4914 | { |
||
| 4915 | "name": "Sebastian Bergmann", |
||
| 4916 | "email": "[email protected]", |
||
| 4917 | "role": "lead" |
||
| 4918 | } |
||
| 4919 | ], |
||
| 4920 | "description": "Mock Object library for PHPUnit", |
||
| 4921 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 4922 | "keywords": [ |
||
| 4923 | "mock", |
||
| 4924 | "xunit" |
||
| 4925 | ], |
||
| 4926 | "time": "2017-08-03 14:08:16" |
||
| 4927 | }, |
||
| 4928 | { |
||
| 4929 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 4930 | "version": "1.0.1", |
||
| 4931 | "source": { |
||
| 4932 | "type": "git", |
||
| 4933 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 4934 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
| 4935 | }, |
||
| 4936 | "dist": { |
||
| 4937 | "type": "zip", |
||
| 4938 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 4939 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 4940 | "shasum": "" |
||
| 4941 | }, |
||
| 4942 | "require": { |
||
| 4943 | "php": "^5.6 || ^7.0" |
||
| 4944 | }, |
||
| 4945 | "require-dev": { |
||
| 4946 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
| 4947 | }, |
||
| 4948 | "type": "library", |
||
| 4949 | "extra": { |
||
| 4950 | "branch-alias": { |
||
| 4951 | "dev-master": "1.0.x-dev" |
||
| 4952 | } |
||
| 4953 | }, |
||
| 4954 | "autoload": { |
||
| 4955 | "classmap": [ |
||
| 4956 | "src/" |
||
| 4957 | ] |
||
| 4958 | }, |
||
| 4959 | "notification-url": "https://packagist.org/downloads/", |
||
| 4960 | "license": [ |
||
| 4961 | "BSD-3-Clause" |
||
| 4962 | ], |
||
| 4963 | "authors": [ |
||
| 4964 | { |
||
| 4965 | "name": "Sebastian Bergmann", |
||
| 4966 | "email": "[email protected]" |
||
| 4967 | } |
||
| 4968 | ], |
||
| 4969 | "description": "Looks up which function or method a line of code belongs to", |
||
| 4970 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 4971 | "time": "2017-03-04 06:30:41" |
||
| 4972 | }, |
||
| 4973 | { |
||
| 4974 | "name": "sebastian/comparator", |
||
| 4975 | "version": "2.0.2", |
||
| 4976 | "source": { |
||
| 4977 | "type": "git", |
||
| 4978 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 4979 | "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a" |
||
| 4980 | }, |
||
| 4981 | "dist": { |
||
| 4982 | "type": "zip", |
||
| 4983 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a", |
||
| 4984 | "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a", |
||
| 4985 | "shasum": "" |
||
| 4986 | }, |
||
| 4987 | "require": { |
||
| 4988 | "php": "^7.0", |
||
| 4989 | "sebastian/diff": "^2.0", |
||
| 4990 | "sebastian/exporter": "^3.0" |
||
| 4991 | }, |
||
| 4992 | "require-dev": { |
||
| 4993 | "phpunit/phpunit": "^6.0" |
||
| 4994 | }, |
||
| 4995 | "type": "library", |
||
| 4996 | "extra": { |
||
| 4997 | "branch-alias": { |
||
| 4998 | "dev-master": "2.0.x-dev" |
||
| 4999 | } |
||
| 5000 | }, |
||
| 5001 | "autoload": { |
||
| 5002 | "classmap": [ |
||
| 5003 | "src/" |
||
| 5004 | ] |
||
| 5005 | }, |
||
| 5006 | "notification-url": "https://packagist.org/downloads/", |
||
| 5007 | "license": [ |
||
| 5008 | "BSD-3-Clause" |
||
| 5009 | ], |
||
| 5010 | "authors": [ |
||
| 5011 | { |
||
| 5012 | "name": "Jeff Welch", |
||
| 5013 | "email": "[email protected]" |
||
| 5014 | }, |
||
| 5015 | { |
||
| 5016 | "name": "Volker Dusch", |
||
| 5017 | "email": "[email protected]" |
||
| 5018 | }, |
||
| 5019 | { |
||
| 5020 | "name": "Bernhard Schussek", |
||
| 5021 | "email": "[email protected]" |
||
| 5022 | }, |
||
| 5023 | { |
||
| 5024 | "name": "Sebastian Bergmann", |
||
| 5025 | "email": "[email protected]" |
||
| 5026 | } |
||
| 5027 | ], |
||
| 5028 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 5029 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 5030 | "keywords": [ |
||
| 5031 | "comparator", |
||
| 5032 | "compare", |
||
| 5033 | "equality" |
||
| 5034 | ], |
||
| 5035 | "time": "2017-08-03 07:14:59" |
||
| 5036 | }, |
||
| 5037 | { |
||
| 5038 | "name": "sebastian/diff", |
||
| 5039 | "version": "2.0.1", |
||
| 5040 | "source": { |
||
| 5041 | "type": "git", |
||
| 5042 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 5043 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" |
||
| 5044 | }, |
||
| 5045 | "dist": { |
||
| 5046 | "type": "zip", |
||
| 5047 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
| 5048 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
| 5049 | "shasum": "" |
||
| 5050 | }, |
||
| 5051 | "require": { |
||
| 5052 | "php": "^7.0" |
||
| 5053 | }, |
||
| 5054 | "require-dev": { |
||
| 5055 | "phpunit/phpunit": "^6.2" |
||
| 5056 | }, |
||
| 5057 | "type": "library", |
||
| 5058 | "extra": { |
||
| 5059 | "branch-alias": { |
||
| 5060 | "dev-master": "2.0-dev" |
||
| 5061 | } |
||
| 5062 | }, |
||
| 5063 | "autoload": { |
||
| 5064 | "classmap": [ |
||
| 5065 | "src/" |
||
| 5066 | ] |
||
| 5067 | }, |
||
| 5068 | "notification-url": "https://packagist.org/downloads/", |
||
| 5069 | "license": [ |
||
| 5070 | "BSD-3-Clause" |
||
| 5071 | ], |
||
| 5072 | "authors": [ |
||
| 5073 | { |
||
| 5074 | "name": "Kore Nordmann", |
||
| 5075 | "email": "[email protected]" |
||
| 5076 | }, |
||
| 5077 | { |
||
| 5078 | "name": "Sebastian Bergmann", |
||
| 5079 | "email": "[email protected]" |
||
| 5080 | } |
||
| 5081 | ], |
||
| 5082 | "description": "Diff implementation", |
||
| 5083 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 5084 | "keywords": [ |
||
| 5085 | "diff" |
||
| 5086 | ], |
||
| 5087 | "time": "2017-08-03 08:09:46" |
||
| 5088 | }, |
||
| 5089 | { |
||
| 5090 | "name": "sebastian/environment", |
||
| 5091 | "version": "3.1.0", |
||
| 5092 | "source": { |
||
| 5093 | "type": "git", |
||
| 5094 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 5095 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
| 5096 | }, |
||
| 5097 | "dist": { |
||
| 5098 | "type": "zip", |
||
| 5099 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
| 5100 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
| 5101 | "shasum": "" |
||
| 5102 | }, |
||
| 5103 | "require": { |
||
| 5104 | "php": "^7.0" |
||
| 5105 | }, |
||
| 5106 | "require-dev": { |
||
| 5107 | "phpunit/phpunit": "^6.1" |
||
| 5108 | }, |
||
| 5109 | "type": "library", |
||
| 5110 | "extra": { |
||
| 5111 | "branch-alias": { |
||
| 5112 | "dev-master": "3.1.x-dev" |
||
| 5113 | } |
||
| 5114 | }, |
||
| 5115 | "autoload": { |
||
| 5116 | "classmap": [ |
||
| 5117 | "src/" |
||
| 5118 | ] |
||
| 5119 | }, |
||
| 5120 | "notification-url": "https://packagist.org/downloads/", |
||
| 5121 | "license": [ |
||
| 5122 | "BSD-3-Clause" |
||
| 5123 | ], |
||
| 5124 | "authors": [ |
||
| 5125 | { |
||
| 5126 | "name": "Sebastian Bergmann", |
||
| 5127 | "email": "[email protected]" |
||
| 5128 | } |
||
| 5129 | ], |
||
| 5130 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 5131 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 5132 | "keywords": [ |
||
| 5133 | "Xdebug", |
||
| 5134 | "environment", |
||
| 5135 | "hhvm" |
||
| 5136 | ], |
||
| 5137 | "time": "2017-07-01 08:51:00" |
||
| 5138 | }, |
||
| 5139 | { |
||
| 5140 | "name": "sebastian/exporter", |
||
| 5141 | "version": "3.1.0", |
||
| 5142 | "source": { |
||
| 5143 | "type": "git", |
||
| 5144 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 5145 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
| 5146 | }, |
||
| 5147 | "dist": { |
||
| 5148 | "type": "zip", |
||
| 5149 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
| 5150 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
| 5151 | "shasum": "" |
||
| 5152 | }, |
||
| 5153 | "require": { |
||
| 5154 | "php": "^7.0", |
||
| 5155 | "sebastian/recursion-context": "^3.0" |
||
| 5156 | }, |
||
| 5157 | "require-dev": { |
||
| 5158 | "ext-mbstring": "*", |
||
| 5159 | "phpunit/phpunit": "^6.0" |
||
| 5160 | }, |
||
| 5161 | "type": "library", |
||
| 5162 | "extra": { |
||
| 5163 | "branch-alias": { |
||
| 5164 | "dev-master": "3.1.x-dev" |
||
| 5165 | } |
||
| 5166 | }, |
||
| 5167 | "autoload": { |
||
| 5168 | "classmap": [ |
||
| 5169 | "src/" |
||
| 5170 | ] |
||
| 5171 | }, |
||
| 5172 | "notification-url": "https://packagist.org/downloads/", |
||
| 5173 | "license": [ |
||
| 5174 | "BSD-3-Clause" |
||
| 5175 | ], |
||
| 5176 | "authors": [ |
||
| 5177 | { |
||
| 5178 | "name": "Jeff Welch", |
||
| 5179 | "email": "[email protected]" |
||
| 5180 | }, |
||
| 5181 | { |
||
| 5182 | "name": "Volker Dusch", |
||
| 5183 | "email": "[email protected]" |
||
| 5184 | }, |
||
| 5185 | { |
||
| 5186 | "name": "Bernhard Schussek", |
||
| 5187 | "email": "[email protected]" |
||
| 5188 | }, |
||
| 5189 | { |
||
| 5190 | "name": "Sebastian Bergmann", |
||
| 5191 | "email": "[email protected]" |
||
| 5192 | }, |
||
| 5193 | { |
||
| 5194 | "name": "Adam Harvey", |
||
| 5195 | "email": "[email protected]" |
||
| 5196 | } |
||
| 5197 | ], |
||
| 5198 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 5199 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 5200 | "keywords": [ |
||
| 5201 | "export", |
||
| 5202 | "exporter" |
||
| 5203 | ], |
||
| 5204 | "time": "2017-04-03 13:19:02" |
||
| 5205 | }, |
||
| 5206 | { |
||
| 5207 | "name": "sebastian/global-state", |
||
| 5208 | "version": "2.0.0", |
||
| 5209 | "source": { |
||
| 5210 | "type": "git", |
||
| 5211 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 5212 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
| 5213 | }, |
||
| 5214 | "dist": { |
||
| 5215 | "type": "zip", |
||
| 5216 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
| 5217 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
| 5218 | "shasum": "" |
||
| 5219 | }, |
||
| 5220 | "require": { |
||
| 5221 | "php": "^7.0" |
||
| 5222 | }, |
||
| 5223 | "require-dev": { |
||
| 5224 | "phpunit/phpunit": "^6.0" |
||
| 5225 | }, |
||
| 5226 | "suggest": { |
||
| 5227 | "ext-uopz": "*" |
||
| 5228 | }, |
||
| 5229 | "type": "library", |
||
| 5230 | "extra": { |
||
| 5231 | "branch-alias": { |
||
| 5232 | "dev-master": "2.0-dev" |
||
| 5233 | } |
||
| 5234 | }, |
||
| 5235 | "autoload": { |
||
| 5236 | "classmap": [ |
||
| 5237 | "src/" |
||
| 5238 | ] |
||
| 5239 | }, |
||
| 5240 | "notification-url": "https://packagist.org/downloads/", |
||
| 5241 | "license": [ |
||
| 5242 | "BSD-3-Clause" |
||
| 5243 | ], |
||
| 5244 | "authors": [ |
||
| 5245 | { |
||
| 5246 | "name": "Sebastian Bergmann", |
||
| 5247 | "email": "[email protected]" |
||
| 5248 | } |
||
| 5249 | ], |
||
| 5250 | "description": "Snapshotting of global state", |
||
| 5251 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 5252 | "keywords": [ |
||
| 5253 | "global state" |
||
| 5254 | ], |
||
| 5255 | "time": "2017-04-27 15:39:26" |
||
| 5256 | }, |
||
| 5257 | { |
||
| 5258 | "name": "sebastian/object-enumerator", |
||
| 5259 | "version": "3.0.3", |
||
| 5260 | "source": { |
||
| 5261 | "type": "git", |
||
| 5262 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 5263 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
| 5264 | }, |
||
| 5265 | "dist": { |
||
| 5266 | "type": "zip", |
||
| 5267 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
| 5268 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
| 5269 | "shasum": "" |
||
| 5270 | }, |
||
| 5271 | "require": { |
||
| 5272 | "php": "^7.0", |
||
| 5273 | "sebastian/object-reflector": "^1.1.1", |
||
| 5274 | "sebastian/recursion-context": "^3.0" |
||
| 5275 | }, |
||
| 5276 | "require-dev": { |
||
| 5277 | "phpunit/phpunit": "^6.0" |
||
| 5278 | }, |
||
| 5279 | "type": "library", |
||
| 5280 | "extra": { |
||
| 5281 | "branch-alias": { |
||
| 5282 | "dev-master": "3.0.x-dev" |
||
| 5283 | } |
||
| 5284 | }, |
||
| 5285 | "autoload": { |
||
| 5286 | "classmap": [ |
||
| 5287 | "src/" |
||
| 5288 | ] |
||
| 5289 | }, |
||
| 5290 | "notification-url": "https://packagist.org/downloads/", |
||
| 5291 | "license": [ |
||
| 5292 | "BSD-3-Clause" |
||
| 5293 | ], |
||
| 5294 | "authors": [ |
||
| 5295 | { |
||
| 5296 | "name": "Sebastian Bergmann", |
||
| 5297 | "email": "[email protected]" |
||
| 5298 | } |
||
| 5299 | ], |
||
| 5300 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 5301 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 5302 | "time": "2017-08-03 12:35:26" |
||
| 5303 | }, |
||
| 5304 | { |
||
| 5305 | "name": "sebastian/object-reflector", |
||
| 5306 | "version": "1.1.1", |
||
| 5307 | "source": { |
||
| 5308 | "type": "git", |
||
| 5309 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
| 5310 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
| 5311 | }, |
||
| 5312 | "dist": { |
||
| 5313 | "type": "zip", |
||
| 5314 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
| 5315 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
| 5316 | "shasum": "" |
||
| 5317 | }, |
||
| 5318 | "require": { |
||
| 5319 | "php": "^7.0" |
||
| 5320 | }, |
||
| 5321 | "require-dev": { |
||
| 5322 | "phpunit/phpunit": "^6.0" |
||
| 5323 | }, |
||
| 5324 | "type": "library", |
||
| 5325 | "extra": { |
||
| 5326 | "branch-alias": { |
||
| 5327 | "dev-master": "1.1-dev" |
||
| 5328 | } |
||
| 5329 | }, |
||
| 5330 | "autoload": { |
||
| 5331 | "classmap": [ |
||
| 5332 | "src/" |
||
| 5333 | ] |
||
| 5334 | }, |
||
| 5335 | "notification-url": "https://packagist.org/downloads/", |
||
| 5336 | "license": [ |
||
| 5337 | "BSD-3-Clause" |
||
| 5338 | ], |
||
| 5339 | "authors": [ |
||
| 5340 | { |
||
| 5341 | "name": "Sebastian Bergmann", |
||
| 5342 | "email": "[email protected]" |
||
| 5343 | } |
||
| 5344 | ], |
||
| 5345 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
| 5346 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
| 5347 | "time": "2017-03-29 09:07:27" |
||
| 5348 | }, |
||
| 5349 | { |
||
| 5350 | "name": "sebastian/recursion-context", |
||
| 5351 | "version": "3.0.0", |
||
| 5352 | "source": { |
||
| 5353 | "type": "git", |
||
| 5354 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 5355 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
| 5356 | }, |
||
| 5357 | "dist": { |
||
| 5358 | "type": "zip", |
||
| 5359 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
| 5360 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
| 5361 | "shasum": "" |
||
| 5362 | }, |
||
| 5363 | "require": { |
||
| 5364 | "php": "^7.0" |
||
| 5365 | }, |
||
| 5366 | "require-dev": { |
||
| 5367 | "phpunit/phpunit": "^6.0" |
||
| 5368 | }, |
||
| 5369 | "type": "library", |
||
| 5370 | "extra": { |
||
| 5371 | "branch-alias": { |
||
| 5372 | "dev-master": "3.0.x-dev" |
||
| 5373 | } |
||
| 5374 | }, |
||
| 5375 | "autoload": { |
||
| 5376 | "classmap": [ |
||
| 5377 | "src/" |
||
| 5378 | ] |
||
| 5379 | }, |
||
| 5380 | "notification-url": "https://packagist.org/downloads/", |
||
| 5381 | "license": [ |
||
| 5382 | "BSD-3-Clause" |
||
| 5383 | ], |
||
| 5384 | "authors": [ |
||
| 5385 | { |
||
| 5386 | "name": "Jeff Welch", |
||
| 5387 | "email": "[email protected]" |
||
| 5388 | }, |
||
| 5389 | { |
||
| 5390 | "name": "Sebastian Bergmann", |
||
| 5391 | "email": "[email protected]" |
||
| 5392 | }, |
||
| 5393 | { |
||
| 5394 | "name": "Adam Harvey", |
||
| 5395 | "email": "[email protected]" |
||
| 5396 | } |
||
| 5397 | ], |
||
| 5398 | "description": "Provides functionality to recursively process PHP variables", |
||
| 5399 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 5400 | "time": "2017-03-03 06:23:57" |
||
| 5401 | }, |
||
| 5402 | { |
||
| 5403 | "name": "sebastian/resource-operations", |
||
| 5404 | "version": "1.0.0", |
||
| 5405 | "source": { |
||
| 5406 | "type": "git", |
||
| 5407 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 5408 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 5409 | }, |
||
| 5410 | "dist": { |
||
| 5411 | "type": "zip", |
||
| 5412 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 5413 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 5414 | "shasum": "" |
||
| 5415 | }, |
||
| 5416 | "require": { |
||
| 5417 | "php": ">=5.6.0" |
||
| 5418 | }, |
||
| 5419 | "type": "library", |
||
| 5420 | "extra": { |
||
| 5421 | "branch-alias": { |
||
| 5422 | "dev-master": "1.0.x-dev" |
||
| 5423 | } |
||
| 5424 | }, |
||
| 5425 | "autoload": { |
||
| 5426 | "classmap": [ |
||
| 5427 | "src/" |
||
| 5428 | ] |
||
| 5429 | }, |
||
| 5430 | "notification-url": "https://packagist.org/downloads/", |
||
| 5431 | "license": [ |
||
| 5432 | "BSD-3-Clause" |
||
| 5433 | ], |
||
| 5434 | "authors": [ |
||
| 5435 | { |
||
| 5436 | "name": "Sebastian Bergmann", |
||
| 5437 | "email": "[email protected]" |
||
| 5438 | } |
||
| 5439 | ], |
||
| 5440 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 5441 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 5442 | "time": "2015-07-28 20:34:47" |
||
| 5443 | }, |
||
| 5444 | { |
||
| 5445 | "name": "sebastian/version", |
||
| 5446 | "version": "2.0.1", |
||
| 5447 | "source": { |
||
| 5448 | "type": "git", |
||
| 5449 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 5450 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
| 5451 | }, |
||
| 5452 | "dist": { |
||
| 5453 | "type": "zip", |
||
| 5454 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 5455 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 5456 | "shasum": "" |
||
| 5457 | }, |
||
| 5458 | "require": { |
||
| 5459 | "php": ">=5.6" |
||
| 5460 | }, |
||
| 5461 | "type": "library", |
||
| 5462 | "extra": { |
||
| 5463 | "branch-alias": { |
||
| 5464 | "dev-master": "2.0.x-dev" |
||
| 5465 | } |
||
| 5466 | }, |
||
| 5467 | "autoload": { |
||
| 5468 | "classmap": [ |
||
| 5469 | "src/" |
||
| 5470 | ] |
||
| 5471 | }, |
||
| 5472 | "notification-url": "https://packagist.org/downloads/", |
||
| 5473 | "license": [ |
||
| 5474 | "BSD-3-Clause" |
||
| 5475 | ], |
||
| 5476 | "authors": [ |
||
| 5477 | { |
||
| 5478 | "name": "Sebastian Bergmann", |
||
| 5479 | "email": "[email protected]", |
||
| 5480 | "role": "lead" |
||
| 5481 | } |
||
| 5482 | ], |
||
| 5483 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 5484 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 5485 | "time": "2016-10-03 07:35:21" |
||
| 5486 | }, |
||
| 5487 | { |
||
| 5488 | "name": "sensio/generator-bundle", |
||
| 5489 | "version": "v3.1.6", |
||
| 5490 | "source": { |
||
| 5491 | "type": "git", |
||
| 5492 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
| 5493 | "reference": "128bc5dabc91ca40b7445f094968dd70ccd58305" |
||
| 5494 | }, |
||
| 5495 | "dist": { |
||
| 5496 | "type": "zip", |
||
| 5497 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/128bc5dabc91ca40b7445f094968dd70ccd58305", |
||
| 5498 | "reference": "128bc5dabc91ca40b7445f094968dd70ccd58305", |
||
| 5499 | "shasum": "" |
||
| 5500 | }, |
||
| 5501 | "require": { |
||
| 5502 | "symfony/console": "~2.7|~3.0", |
||
| 5503 | "symfony/framework-bundle": "~2.7|~3.0", |
||
| 5504 | "symfony/process": "~2.7|~3.0", |
||
| 5505 | "symfony/yaml": "~2.7|~3.0", |
||
| 5506 | "twig/twig": "^1.28.2|^2.0" |
||
| 5507 | }, |
||
| 5508 | "require-dev": { |
||
| 5509 | "doctrine/orm": "~2.4", |
||
| 5510 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
| 5511 | "symfony/filesystem": "~2.7|~3.0", |
||
| 5512 | "symfony/phpunit-bridge": "^3.3" |
||
| 5513 | }, |
||
| 5514 | "type": "symfony-bundle", |
||
| 5515 | "extra": { |
||
| 5516 | "branch-alias": { |
||
| 5517 | "dev-master": "3.1.x-dev" |
||
| 5518 | } |
||
| 5519 | }, |
||
| 5520 | "autoload": { |
||
| 5521 | "psr-4": { |
||
| 5522 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
| 5523 | }, |
||
| 5524 | "exclude-from-classmap": [ |
||
| 5525 | "/Tests/" |
||
| 5526 | ] |
||
| 5527 | }, |
||
| 5528 | "notification-url": "https://packagist.org/downloads/", |
||
| 5529 | "license": [ |
||
| 5530 | "MIT" |
||
| 5531 | ], |
||
| 5532 | "authors": [ |
||
| 5533 | { |
||
| 5534 | "name": "Fabien Potencier", |
||
| 5535 | "email": "[email protected]" |
||
| 5536 | } |
||
| 5537 | ], |
||
| 5538 | "description": "This bundle generates code for you", |
||
| 5539 | "time": "2017-07-18 07:57:44" |
||
| 5540 | }, |
||
| 5541 | { |
||
| 5542 | "name": "symfony/phpunit-bridge", |
||
| 5543 | "version": "v3.3.10", |
||
| 5544 | "source": { |
||
| 5545 | "type": "git", |
||
| 5546 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
| 5547 | "reference": "6e40d1c8bc4037edf3852c0b29fdd2923c4e2133" |
||
| 5548 | }, |
||
| 5549 | "dist": { |
||
| 5550 | "type": "zip", |
||
| 5551 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/6e40d1c8bc4037edf3852c0b29fdd2923c4e2133", |
||
| 5552 | "reference": "6e40d1c8bc4037edf3852c0b29fdd2923c4e2133", |
||
| 5553 | "shasum": "" |
||
| 5554 | }, |
||
| 5555 | "require": { |
||
| 5556 | "php": ">=5.3.3" |
||
| 5557 | }, |
||
| 5558 | "conflict": { |
||
| 5559 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 5560 | }, |
||
| 5561 | "suggest": { |
||
| 5562 | "ext-zip": "Zip support is required when using bin/simple-phpunit", |
||
| 5563 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
| 5564 | }, |
||
| 5565 | "bin": [ |
||
| 5566 | "bin/simple-phpunit" |
||
| 5567 | ], |
||
| 5568 | "type": "symfony-bridge", |
||
| 5569 | "extra": { |
||
| 5570 | "branch-alias": { |
||
| 5571 | "dev-master": "3.3-dev" |
||
| 5572 | } |
||
| 5573 | }, |
||
| 5574 | "autoload": { |
||
| 5575 | "files": [ |
||
| 5576 | "bootstrap.php" |
||
| 5577 | ], |
||
| 5578 | "psr-4": { |
||
| 5579 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
| 5580 | }, |
||
| 5581 | "exclude-from-classmap": [ |
||
| 5582 | "/Tests/" |
||
| 5583 | ] |
||
| 5584 | }, |
||
| 5585 | "notification-url": "https://packagist.org/downloads/", |
||
| 5586 | "license": [ |
||
| 5587 | "MIT" |
||
| 5588 | ], |
||
| 5589 | "authors": [ |
||
| 5590 | { |
||
| 5591 | "name": "Nicolas Grekas", |
||
| 5592 | "email": "[email protected]" |
||
| 5593 | }, |
||
| 5594 | { |
||
| 5595 | "name": "Symfony Community", |
||
| 5596 | "homepage": "https://symfony.com/contributors" |
||
| 5597 | } |
||
| 5598 | ], |
||
| 5599 | "description": "Symfony PHPUnit Bridge", |
||
| 5600 | "homepage": "https://symfony.com", |
||
| 5601 | "time": "2017-10-02 06:54:00" |
||
| 5602 | }, |
||
| 5603 | { |
||
| 5604 | "name": "theseer/tokenizer", |
||
| 5605 | "version": "1.1.0", |
||
| 5606 | "source": { |
||
| 5607 | "type": "git", |
||
| 5608 | "url": "https://github.com/theseer/tokenizer.git", |
||
| 5609 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
| 5610 | }, |
||
| 5611 | "dist": { |
||
| 5612 | "type": "zip", |
||
| 5613 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
| 5614 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
| 5615 | "shasum": "" |
||
| 5616 | }, |
||
| 5617 | "require": { |
||
| 5618 | "ext-dom": "*", |
||
| 5619 | "ext-tokenizer": "*", |
||
| 5620 | "ext-xmlwriter": "*", |
||
| 5621 | "php": "^7.0" |
||
| 5622 | }, |
||
| 5623 | "type": "library", |
||
| 5624 | "autoload": { |
||
| 5625 | "classmap": [ |
||
| 5626 | "src/" |
||
| 5627 | ] |
||
| 5628 | }, |
||
| 5629 | "notification-url": "https://packagist.org/downloads/", |
||
| 5630 | "license": [ |
||
| 5631 | "BSD-3-Clause" |
||
| 5632 | ], |
||
| 5633 | "authors": [ |
||
| 5634 | { |
||
| 5635 | "name": "Arne Blankerts", |
||
| 5636 | "email": "[email protected]", |
||
| 5637 | "role": "Developer" |
||
| 5638 | } |
||
| 5639 | ], |
||
| 5640 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
| 5641 | "time": "2017-04-07 12:08:54" |
||
| 5642 | }, |
||
| 5643 | { |
||
| 5644 | "name": "webmozart/assert", |
||
| 5645 | "version": "1.2.0", |
||
| 5646 | "source": { |
||
| 5647 | "type": "git", |
||
| 5648 | "url": "https://github.com/webmozart/assert.git", |
||
| 5649 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
| 5650 | }, |
||
| 5651 | "dist": { |
||
| 5652 | "type": "zip", |
||
| 5653 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 5654 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 5655 | "shasum": "" |
||
| 5656 | }, |
||
| 5657 | "require": { |
||
| 5658 | "php": "^5.3.3 || ^7.0" |
||
| 5659 | }, |
||
| 5660 | "require-dev": { |
||
| 5661 | "phpunit/phpunit": "^4.6", |
||
| 5662 | "sebastian/version": "^1.0.1" |
||
| 5663 | }, |
||
| 5664 | "type": "library", |
||
| 5665 | "extra": { |
||
| 5666 | "branch-alias": { |
||
| 5667 | "dev-master": "1.3-dev" |
||
| 5668 | } |
||
| 5669 | }, |
||
| 5670 | "autoload": { |
||
| 5671 | "psr-4": { |
||
| 5672 | "Webmozart\\Assert\\": "src/" |
||
| 5673 | } |
||
| 5674 | }, |
||
| 5675 | "notification-url": "https://packagist.org/downloads/", |
||
| 5676 | "license": [ |
||
| 5677 | "MIT" |
||
| 5678 | ], |
||
| 5679 | "authors": [ |
||
| 5680 | { |
||
| 5681 | "name": "Bernhard Schussek", |
||
| 5682 | "email": "[email protected]" |
||
| 5683 | } |
||
| 5684 | ], |
||
| 5685 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 5686 | "keywords": [ |
||
| 5687 | "assert", |
||
| 5688 | "check", |
||
| 5689 | "validate" |
||
| 5690 | ], |
||
| 5691 | "time": "2016-11-23 20:04:58" |
||
| 5692 | } |
||
| 5693 | ], |
||
| 5694 | "aliases": [], |
||
| 5695 | "minimum-stability": "stable", |
||
| 5696 | "stability-flags": { |
||
| 5697 | "php-pm/php-pm": 20, |
||
| 5698 | "php-pm/httpkernel-adapter": 20, |
||
| 5699 | "react/http": 20 |
||
| 5700 | }, |
||
| 5701 | "prefer-stable": false, |
||
| 5702 | "prefer-lowest": false, |
||
| 5703 | "platform": { |
||
| 5704 | "php": ">=7.1" |
||
| 5705 | }, |
||
| 5706 | "platform-dev": [] |
||
| 5707 | } |
||
| 5708 |