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