| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Summary view] [Print] [Text view]
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#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "9786cf062a645f95a42e4c5569ab9bdb", 8 "packages": [], 9 "packages-dev": [ 10 { 11 "name": "behat/behat", 12 "version": "v3.10.0", 13 "source": { 14 "type": "git", 15 "url": "https://github.com/Behat/Behat.git", 16 "reference": "a55661154079cf881ef643b303bfaf67bae3a09f" 17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/Behat/Behat/zipball/a55661154079cf881ef643b303bfaf67bae3a09f", 21 "reference": "a55661154079cf881ef643b303bfaf67bae3a09f", 22 "shasum": "" 23 }, 24 "require": { 25 "behat/gherkin": "^4.9.0", 26 "behat/transliterator": "^1.2", 27 "ext-mbstring": "*", 28 "php": "^7.2 || ^8.0", 29 "psr/container": "^1.0", 30 "symfony/config": "^4.4 || ^5.0 || ^6.0", 31 "symfony/console": "^4.4 || ^5.0 || ^6.0", 32 "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", 33 "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0", 34 "symfony/translation": "^4.4 || ^5.0 || ^6.0", 35 "symfony/yaml": "^4.4 || ^5.0 || ^6.0" 36 }, 37 "require-dev": { 38 "container-interop/container-interop": "^1.2", 39 "herrera-io/box": "~1.6.1", 40 "phpunit/phpunit": "^8.5 || ^9.0", 41 "symfony/process": "^4.4 || ^5.0 || ^6.0", 42 "vimeo/psalm": "^4.8" 43 }, 44 "suggest": { 45 "ext-dom": "Needed to output test results in JUnit format." 46 }, 47 "bin": [ 48 "bin/behat" 49 ], 50 "type": "library", 51 "extra": { 52 "branch-alias": { 53 "dev-master": "3.x-dev" 54 } 55 }, 56 "autoload": { 57 "psr-4": { 58 "Behat\\Behat\\": "src/Behat/Behat/", 59 "Behat\\Testwork\\": "src/Behat/Testwork/", 60 "Behat\\Step\\": "src/Behat/Step/", 61 "Behat\\Hook\\": "src/Behat/Hook/" 62 } 63 }, 64 "notification-url": "https://packagist.org/downloads/", 65 "license": [ 66 "MIT" 67 ], 68 "authors": [ 69 { 70 "name": "Konstantin Kudryashov", 71 "email": "ever.zet@gmail.com", 72 "homepage": "http://everzet.com" 73 } 74 ], 75 "description": "Scenario-oriented BDD framework for PHP", 76 "homepage": "http://behat.org/", 77 "keywords": [ 78 "Agile", 79 "BDD", 80 "ScenarioBDD", 81 "Scrum", 82 "StoryBDD", 83 "User story", 84 "business", 85 "development", 86 "documentation", 87 "examples", 88 "symfony", 89 "testing" 90 ], 91 "support": { 92 "issues": "https://github.com/Behat/Behat/issues", 93 "source": "https://github.com/Behat/Behat/tree/v3.10.0" 94 }, 95 "time": "2021-11-02T20:09:40+00:00" 96 }, 97 { 98 "name": "behat/gherkin", 99 "version": "v4.9.0", 100 "source": { 101 "type": "git", 102 "url": "https://github.com/Behat/Gherkin.git", 103 "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" 104 }, 105 "dist": { 106 "type": "zip", 107 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", 108 "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", 109 "shasum": "" 110 }, 111 "require": { 112 "php": "~7.2|~8.0" 113 }, 114 "require-dev": { 115 "cucumber/cucumber": "dev-gherkin-22.0.0", 116 "phpunit/phpunit": "~8|~9", 117 "symfony/yaml": "~3|~4|~5" 118 }, 119 "suggest": { 120 "symfony/yaml": "If you want to parse features, represented in YAML files" 121 }, 122 "type": "library", 123 "extra": { 124 "branch-alias": { 125 "dev-master": "4.x-dev" 126 } 127 }, 128 "autoload": { 129 "psr-0": { 130 "Behat\\Gherkin": "src/" 131 } 132 }, 133 "notification-url": "https://packagist.org/downloads/", 134 "license": [ 135 "MIT" 136 ], 137 "authors": [ 138 { 139 "name": "Konstantin Kudryashov", 140 "email": "ever.zet@gmail.com", 141 "homepage": "http://everzet.com" 142 } 143 ], 144 "description": "Gherkin DSL parser for PHP", 145 "homepage": "http://behat.org/", 146 "keywords": [ 147 "BDD", 148 "Behat", 149 "Cucumber", 150 "DSL", 151 "gherkin", 152 "parser" 153 ], 154 "support": { 155 "issues": "https://github.com/Behat/Gherkin/issues", 156 "source": "https://github.com/Behat/Gherkin/tree/v4.9.0" 157 }, 158 "time": "2021-10-12T13:05:09+00:00" 159 }, 160 { 161 "name": "behat/mink", 162 "version": "v1.9.0", 163 "source": { 164 "type": "git", 165 "url": "https://github.com/minkphp/Mink.git", 166 "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996" 167 }, 168 "dist": { 169 "type": "zip", 170 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e35f4695de8800fc776af34ebf665ad58ebdd996", 171 "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996", 172 "shasum": "" 173 }, 174 "require": { 175 "php": ">=5.4", 176 "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" 177 }, 178 "require-dev": { 179 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5 || ^9.5", 180 "symfony/debug": "^2.7|^3.0|^4.0|^5.0", 181 "symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5", 182 "yoast/phpunit-polyfills": "^1.0" 183 }, 184 "suggest": { 185 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", 186 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", 187 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", 188 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", 189 "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" 190 }, 191 "type": "library", 192 "extra": { 193 "branch-alias": { 194 "dev-master": "1.x-dev" 195 } 196 }, 197 "autoload": { 198 "psr-4": { 199 "Behat\\Mink\\": "src/" 200 } 201 }, 202 "notification-url": "https://packagist.org/downloads/", 203 "license": [ 204 "MIT" 205 ], 206 "authors": [ 207 { 208 "name": "Konstantin Kudryashov", 209 "email": "ever.zet@gmail.com", 210 "homepage": "http://everzet.com" 211 } 212 ], 213 "description": "Browser controller/emulator abstraction for PHP", 214 "homepage": "https://mink.behat.org/", 215 "keywords": [ 216 "browser", 217 "testing", 218 "web" 219 ], 220 "support": { 221 "issues": "https://github.com/minkphp/Mink/issues", 222 "source": "https://github.com/minkphp/Mink/tree/v1.9.0" 223 }, 224 "time": "2021-10-11T11:58:47+00:00" 225 }, 226 { 227 "name": "behat/mink-browserkit-driver", 228 "version": "v1.4.1", 229 "source": { 230 "type": "git", 231 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", 232 "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9" 233 }, 234 "dist": { 235 "type": "zip", 236 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/057926c9da452bac5bfcffb92eb4f3e1ce74dae9", 237 "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9", 238 "shasum": "" 239 }, 240 "require": { 241 "behat/mink": "^1.7.1@dev", 242 "php": ">=5.4", 243 "symfony/browser-kit": "~2.3|~3.0|~4.0", 244 "symfony/dom-crawler": "~2.3|~3.0|~4.0" 245 }, 246 "require-dev": { 247 "mink/driver-testsuite": "dev-master", 248 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5 || ^9.5", 249 "symfony/debug": "^2.7|^3.0|^4.0", 250 "symfony/http-kernel": "~2.3|~3.0|~4.0", 251 "yoast/phpunit-polyfills": "^1.0" 252 }, 253 "type": "mink-driver", 254 "extra": { 255 "branch-alias": { 256 "dev-master": "1.x-dev" 257 } 258 }, 259 "autoload": { 260 "psr-4": { 261 "Behat\\Mink\\Driver\\": "src/" 262 } 263 }, 264 "notification-url": "https://packagist.org/downloads/", 265 "license": [ 266 "MIT" 267 ], 268 "authors": [ 269 { 270 "name": "Konstantin Kudryashov", 271 "email": "ever.zet@gmail.com", 272 "homepage": "http://everzet.com" 273 } 274 ], 275 "description": "Symfony2 BrowserKit driver for Mink framework", 276 "homepage": "https://mink.behat.org/", 277 "keywords": [ 278 "Mink", 279 "Symfony2", 280 "browser", 281 "testing" 282 ], 283 "support": { 284 "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues", 285 "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v1.4.1" 286 }, 287 "time": "2021-12-10T14:17:06+00:00" 288 }, 289 { 290 "name": "behat/mink-extension", 291 "version": "2.3.1", 292 "source": { 293 "type": "git", 294 "url": "https://github.com/Behat/MinkExtension.git", 295 "reference": "80f7849ba53867181b7e412df9210e12fba50177" 296 }, 297 "dist": { 298 "type": "zip", 299 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177", 300 "reference": "80f7849ba53867181b7e412df9210e12fba50177", 301 "shasum": "" 302 }, 303 "require": { 304 "behat/behat": "^3.0.5", 305 "behat/mink": "^1.5", 306 "php": ">=5.3.2", 307 "symfony/config": "^2.7|^3.0|^4.0" 308 }, 309 "require-dev": { 310 "behat/mink-goutte-driver": "^1.1", 311 "phpspec/phpspec": "^2.0" 312 }, 313 "type": "behat-extension", 314 "extra": { 315 "branch-alias": { 316 "dev-master": "2.1.x-dev" 317 } 318 }, 319 "autoload": { 320 "psr-0": { 321 "Behat\\MinkExtension": "src/" 322 } 323 }, 324 "notification-url": "https://packagist.org/downloads/", 325 "license": [ 326 "MIT" 327 ], 328 "authors": [ 329 { 330 "name": "Christophe Coevoet", 331 "email": "stof@notk.org" 332 }, 333 { 334 "name": "Konstantin Kudryashov", 335 "email": "ever.zet@gmail.com" 336 } 337 ], 338 "description": "Mink extension for Behat", 339 "homepage": "http://extensions.behat.org/mink", 340 "keywords": [ 341 "browser", 342 "gui", 343 "test", 344 "web" 345 ], 346 "support": { 347 "issues": "https://github.com/Behat/MinkExtension/issues", 348 "source": "https://github.com/Behat/MinkExtension/tree/master" 349 }, 350 "time": "2018-02-06T15:36:30+00:00" 351 }, 352 { 353 "name": "behat/mink-goutte-driver", 354 "version": "v1.3.0", 355 "source": { 356 "type": "git", 357 "url": "https://github.com/minkphp/MinkGoutteDriver.git", 358 "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea" 359 }, 360 "dist": { 361 "type": "zip", 362 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8139f520f417c81bf9d2f9a171fff400f6adc9ea", 363 "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea", 364 "shasum": "" 365 }, 366 "require": { 367 "behat/mink-browserkit-driver": "~1.2@dev", 368 "fabpot/goutte": "~1.0.4|~2.0|~3.1", 369 "php": ">=5.4" 370 }, 371 "require-dev": { 372 "mink/driver-testsuite": "dev-master" 373 }, 374 "type": "mink-driver", 375 "extra": { 376 "branch-alias": { 377 "dev-master": "1.x-dev" 378 } 379 }, 380 "autoload": { 381 "psr-4": { 382 "Behat\\Mink\\Driver\\": "src/" 383 } 384 }, 385 "notification-url": "https://packagist.org/downloads/", 386 "license": [ 387 "MIT" 388 ], 389 "authors": [ 390 { 391 "name": "Konstantin Kudryashov", 392 "email": "ever.zet@gmail.com", 393 "homepage": "http://everzet.com" 394 } 395 ], 396 "description": "Goutte driver for Mink framework", 397 "homepage": "https://mink.behat.org/", 398 "keywords": [ 399 "browser", 400 "goutte", 401 "headless", 402 "testing" 403 ], 404 "support": { 405 "issues": "https://github.com/minkphp/MinkGoutteDriver/issues", 406 "source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.3.0" 407 }, 408 "time": "2021-10-12T11:35:46+00:00" 409 }, 410 { 411 "name": "behat/transliterator", 412 "version": "v1.3.0", 413 "source": { 414 "type": "git", 415 "url": "https://github.com/Behat/Transliterator.git", 416 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc" 417 }, 418 "dist": { 419 "type": "zip", 420 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", 421 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", 422 "shasum": "" 423 }, 424 "require": { 425 "php": ">=5.3.3" 426 }, 427 "require-dev": { 428 "chuyskywalker/rolling-curl": "^3.1", 429 "php-yaoi/php-yaoi": "^1.0", 430 "phpunit/phpunit": "^4.8.36|^6.3" 431 }, 432 "type": "library", 433 "extra": { 434 "branch-alias": { 435 "dev-master": "1.2-dev" 436 } 437 }, 438 "autoload": { 439 "psr-4": { 440 "Behat\\Transliterator\\": "src/Behat/Transliterator" 441 } 442 }, 443 "notification-url": "https://packagist.org/downloads/", 444 "license": [ 445 "Artistic-1.0" 446 ], 447 "description": "String transliterator", 448 "keywords": [ 449 "i18n", 450 "slug", 451 "transliterator" 452 ], 453 "support": { 454 "issues": "https://github.com/Behat/Transliterator/issues", 455 "source": "https://github.com/Behat/Transliterator/tree/v1.3.0" 456 }, 457 "time": "2020-01-14T16:39:13+00:00" 458 }, 459 { 460 "name": "doctrine/instantiator", 461 "version": "1.4.0", 462 "source": { 463 "type": "git", 464 "url": "https://github.com/doctrine/instantiator.git", 465 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" 466 }, 467 "dist": { 468 "type": "zip", 469 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", 470 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", 471 "shasum": "" 472 }, 473 "require": { 474 "php": "^7.1 || ^8.0" 475 }, 476 "require-dev": { 477 "doctrine/coding-standard": "^8.0", 478 "ext-pdo": "*", 479 "ext-phar": "*", 480 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", 481 "phpstan/phpstan": "^0.12", 482 "phpstan/phpstan-phpunit": "^0.12", 483 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 484 }, 485 "type": "library", 486 "autoload": { 487 "psr-4": { 488 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 489 } 490 }, 491 "notification-url": "https://packagist.org/downloads/", 492 "license": [ 493 "MIT" 494 ], 495 "authors": [ 496 { 497 "name": "Marco Pivetta", 498 "email": "ocramius@gmail.com", 499 "homepage": "https://ocramius.github.io/" 500 } 501 ], 502 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 503 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 504 "keywords": [ 505 "constructor", 506 "instantiate" 507 ], 508 "support": { 509 "issues": "https://github.com/doctrine/instantiator/issues", 510 "source": "https://github.com/doctrine/instantiator/tree/1.4.0" 511 }, 512 "funding": [ 513 { 514 "url": "https://www.doctrine-project.org/sponsorship.html", 515 "type": "custom" 516 }, 517 { 518 "url": "https://www.patreon.com/phpdoctrine", 519 "type": "patreon" 520 }, 521 { 522 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 523 "type": "tidelift" 524 } 525 ], 526 "time": "2020-11-10T18:47:58+00:00" 527 }, 528 { 529 "name": "fabpot/goutte", 530 "version": "v3.3.1", 531 "source": { 532 "type": "git", 533 "url": "https://github.com/FriendsOfPHP/Goutte.git", 534 "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5" 535 }, 536 "dist": { 537 "type": "zip", 538 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5", 539 "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5", 540 "shasum": "" 541 }, 542 "require": { 543 "guzzlehttp/guzzle": "^6.0", 544 "php": ">=7.1.3", 545 "symfony/browser-kit": "^4.4|^5.0", 546 "symfony/css-selector": "^4.4|^5.0", 547 "symfony/dom-crawler": "^4.4|^5.0" 548 }, 549 "require-dev": { 550 "symfony/phpunit-bridge": "^5.0" 551 }, 552 "type": "application", 553 "extra": { 554 "branch-alias": { 555 "dev-master": "3.3-dev" 556 } 557 }, 558 "autoload": { 559 "psr-4": { 560 "Goutte\\": "Goutte" 561 }, 562 "exclude-from-classmap": [ 563 "Goutte/Tests" 564 ] 565 }, 566 "notification-url": "https://packagist.org/downloads/", 567 "license": [ 568 "MIT" 569 ], 570 "authors": [ 571 { 572 "name": "Fabien Potencier", 573 "email": "fabien@symfony.com" 574 } 575 ], 576 "description": "A simple PHP Web Scraper", 577 "homepage": "https://github.com/FriendsOfPHP/Goutte", 578 "keywords": [ 579 "scraper" 580 ], 581 "support": { 582 "issues": "https://github.com/FriendsOfPHP/Goutte/issues", 583 "source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1" 584 }, 585 "time": "2020-11-01T09:30:18+00:00" 586 }, 587 { 588 "name": "guzzlehttp/guzzle", 589 "version": "6.5.5", 590 "source": { 591 "type": "git", 592 "url": "https://github.com/guzzle/guzzle.git", 593 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" 594 }, 595 "dist": { 596 "type": "zip", 597 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", 598 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", 599 "shasum": "" 600 }, 601 "require": { 602 "ext-json": "*", 603 "guzzlehttp/promises": "^1.0", 604 "guzzlehttp/psr7": "^1.6.1", 605 "php": ">=5.5", 606 "symfony/polyfill-intl-idn": "^1.17.0" 607 }, 608 "require-dev": { 609 "ext-curl": "*", 610 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", 611 "psr/log": "^1.1" 612 }, 613 "suggest": { 614 "psr/log": "Required for using the Log middleware" 615 }, 616 "type": "library", 617 "extra": { 618 "branch-alias": { 619 "dev-master": "6.5-dev" 620 } 621 }, 622 "autoload": { 623 "psr-4": { 624 "GuzzleHttp\\": "src/" 625 }, 626 "files": [ 627 "src/functions_include.php" 628 ] 629 }, 630 "notification-url": "https://packagist.org/downloads/", 631 "license": [ 632 "MIT" 633 ], 634 "authors": [ 635 { 636 "name": "Michael Dowling", 637 "email": "mtdowling@gmail.com", 638 "homepage": "https://github.com/mtdowling" 639 } 640 ], 641 "description": "Guzzle is a PHP HTTP client library", 642 "homepage": "http://guzzlephp.org/", 643 "keywords": [ 644 "client", 645 "curl", 646 "framework", 647 "http", 648 "http client", 649 "rest", 650 "web service" 651 ], 652 "support": { 653 "issues": "https://github.com/guzzle/guzzle/issues", 654 "source": "https://github.com/guzzle/guzzle/tree/6.5" 655 }, 656 "time": "2020-06-16T21:01:06+00:00" 657 }, 658 { 659 "name": "guzzlehttp/promises", 660 "version": "1.5.1", 661 "source": { 662 "type": "git", 663 "url": "https://github.com/guzzle/promises.git", 664 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" 665 }, 666 "dist": { 667 "type": "zip", 668 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", 669 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", 670 "shasum": "" 671 }, 672 "require": { 673 "php": ">=5.5" 674 }, 675 "require-dev": { 676 "symfony/phpunit-bridge": "^4.4 || ^5.1" 677 }, 678 "type": "library", 679 "extra": { 680 "branch-alias": { 681 "dev-master": "1.5-dev" 682 } 683 }, 684 "autoload": { 685 "psr-4": { 686 "GuzzleHttp\\Promise\\": "src/" 687 }, 688 "files": [ 689 "src/functions_include.php" 690 ] 691 }, 692 "notification-url": "https://packagist.org/downloads/", 693 "license": [ 694 "MIT" 695 ], 696 "authors": [ 697 { 698 "name": "Graham Campbell", 699 "email": "hello@gjcampbell.co.uk", 700 "homepage": "https://github.com/GrahamCampbell" 701 }, 702 { 703 "name": "Michael Dowling", 704 "email": "mtdowling@gmail.com", 705 "homepage": "https://github.com/mtdowling" 706 }, 707 { 708 "name": "Tobias Nyholm", 709 "email": "tobias.nyholm@gmail.com", 710 "homepage": "https://github.com/Nyholm" 711 }, 712 { 713 "name": "Tobias Schultze", 714 "email": "webmaster@tubo-world.de", 715 "homepage": "https://github.com/Tobion" 716 } 717 ], 718 "description": "Guzzle promises library", 719 "keywords": [ 720 "promise" 721 ], 722 "support": { 723 "issues": "https://github.com/guzzle/promises/issues", 724 "source": "https://github.com/guzzle/promises/tree/1.5.1" 725 }, 726 "funding": [ 727 { 728 "url": "https://github.com/GrahamCampbell", 729 "type": "github" 730 }, 731 { 732 "url": "https://github.com/Nyholm", 733 "type": "github" 734 }, 735 { 736 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", 737 "type": "tidelift" 738 } 739 ], 740 "time": "2021-10-22T20:56:57+00:00" 741 }, 742 { 743 "name": "guzzlehttp/psr7", 744 "version": "1.8.3", 745 "source": { 746 "type": "git", 747 "url": "https://github.com/guzzle/psr7.git", 748 "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" 749 }, 750 "dist": { 751 "type": "zip", 752 "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", 753 "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", 754 "shasum": "" 755 }, 756 "require": { 757 "php": ">=5.4.0", 758 "psr/http-message": "~1.0", 759 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" 760 }, 761 "provide": { 762 "psr/http-message-implementation": "1.0" 763 }, 764 "require-dev": { 765 "ext-zlib": "*", 766 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" 767 }, 768 "suggest": { 769 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 770 }, 771 "type": "library", 772 "extra": { 773 "branch-alias": { 774 "dev-master": "1.7-dev" 775 } 776 }, 777 "autoload": { 778 "psr-4": { 779 "GuzzleHttp\\Psr7\\": "src/" 780 }, 781 "files": [ 782 "src/functions_include.php" 783 ] 784 }, 785 "notification-url": "https://packagist.org/downloads/", 786 "license": [ 787 "MIT" 788 ], 789 "authors": [ 790 { 791 "name": "Graham Campbell", 792 "email": "hello@gjcampbell.co.uk", 793 "homepage": "https://github.com/GrahamCampbell" 794 }, 795 { 796 "name": "Michael Dowling", 797 "email": "mtdowling@gmail.com", 798 "homepage": "https://github.com/mtdowling" 799 }, 800 { 801 "name": "George Mponos", 802 "email": "gmponos@gmail.com", 803 "homepage": "https://github.com/gmponos" 804 }, 805 { 806 "name": "Tobias Nyholm", 807 "email": "tobias.nyholm@gmail.com", 808 "homepage": "https://github.com/Nyholm" 809 }, 810 { 811 "name": "Márk Sági-Kazár", 812 "email": "mark.sagikazar@gmail.com", 813 "homepage": "https://github.com/sagikazarmark" 814 }, 815 { 816 "name": "Tobias Schultze", 817 "email": "webmaster@tubo-world.de", 818 "homepage": "https://github.com/Tobion" 819 } 820 ], 821 "description": "PSR-7 message implementation that also provides common utility methods", 822 "keywords": [ 823 "http", 824 "message", 825 "psr-7", 826 "request", 827 "response", 828 "stream", 829 "uri", 830 "url" 831 ], 832 "support": { 833 "issues": "https://github.com/guzzle/psr7/issues", 834 "source": "https://github.com/guzzle/psr7/tree/1.8.3" 835 }, 836 "funding": [ 837 { 838 "url": "https://github.com/GrahamCampbell", 839 "type": "github" 840 }, 841 { 842 "url": "https://github.com/Nyholm", 843 "type": "github" 844 }, 845 { 846 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", 847 "type": "tidelift" 848 } 849 ], 850 "time": "2021-10-05T13:56:00+00:00" 851 }, 852 { 853 "name": "mikey179/vfsstream", 854 "version": "v1.6.10", 855 "source": { 856 "type": "git", 857 "url": "https://github.com/bovigo/vfsStream.git", 858 "reference": "250c0825537d501e327df879fb3d4cd751933b85" 859 }, 860 "dist": { 861 "type": "zip", 862 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85", 863 "reference": "250c0825537d501e327df879fb3d4cd751933b85", 864 "shasum": "" 865 }, 866 "require": { 867 "php": ">=5.3.0" 868 }, 869 "require-dev": { 870 "phpunit/phpunit": "^4.5|^5.0" 871 }, 872 "type": "library", 873 "extra": { 874 "branch-alias": { 875 "dev-master": "1.6.x-dev" 876 } 877 }, 878 "autoload": { 879 "psr-0": { 880 "org\\bovigo\\vfs\\": "src/main/php" 881 } 882 }, 883 "notification-url": "https://packagist.org/downloads/", 884 "license": [ 885 "BSD-3-Clause" 886 ], 887 "authors": [ 888 { 889 "name": "Frank Kleine", 890 "homepage": "http://frankkleine.de/", 891 "role": "Developer" 892 } 893 ], 894 "description": "Virtual file system to mock the real file system in unit tests.", 895 "homepage": "http://vfs.bovigo.org/", 896 "support": { 897 "issues": "https://github.com/bovigo/vfsStream/issues", 898 "source": "https://github.com/bovigo/vfsStream/tree/master", 899 "wiki": "https://github.com/bovigo/vfsStream/wiki" 900 }, 901 "time": "2021-09-25T08:05:01+00:00" 902 }, 903 { 904 "name": "myclabs/deep-copy", 905 "version": "1.10.2", 906 "source": { 907 "type": "git", 908 "url": "https://github.com/myclabs/DeepCopy.git", 909 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" 910 }, 911 "dist": { 912 "type": "zip", 913 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", 914 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", 915 "shasum": "" 916 }, 917 "require": { 918 "php": "^7.1 || ^8.0" 919 }, 920 "require-dev": { 921 "doctrine/collections": "^1.0", 922 "doctrine/common": "^2.6", 923 "phpunit/phpunit": "^7.1" 924 }, 925 "type": "library", 926 "autoload": { 927 "psr-4": { 928 "DeepCopy\\": "src/DeepCopy/" 929 }, 930 "files": [ 931 "src/DeepCopy/deep_copy.php" 932 ] 933 }, 934 "notification-url": "https://packagist.org/downloads/", 935 "license": [ 936 "MIT" 937 ], 938 "description": "Create deep copies (clones) of your objects", 939 "keywords": [ 940 "clone", 941 "copy", 942 "duplicate", 943 "object", 944 "object graph" 945 ], 946 "support": { 947 "issues": "https://github.com/myclabs/DeepCopy/issues", 948 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" 949 }, 950 "funding": [ 951 { 952 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 953 "type": "tidelift" 954 } 955 ], 956 "time": "2020-11-13T09:40:50+00:00" 957 }, 958 { 959 "name": "oleg-andreyev/mink-phpwebdriver", 960 "version": "v1.0.1", 961 "source": { 962 "type": "git", 963 "url": "https://github.com/oleg-andreyev/MinkPhpWebDriver.git", 964 "reference": "66207ad04b45ad4348dd68ab2a918da2875ae46f" 965 }, 966 "dist": { 967 "type": "zip", 968 "url": "https://api.github.com/repos/oleg-andreyev/MinkPhpWebDriver/zipball/66207ad04b45ad4348dd68ab2a918da2875ae46f", 969 "reference": "66207ad04b45ad4348dd68ab2a918da2875ae46f", 970 "shasum": "" 971 }, 972 "require": { 973 "behat/mink": "^1.8", 974 "php": ">=7.2", 975 "php-webdriver/webdriver": "^1.8" 976 }, 977 "require-dev": { 978 "behat/mink-extension": "^2.3", 979 "ext-json": "*", 980 "mink/driver-testsuite": "dev-integration-branch", 981 "roave/security-advisories": "dev-master", 982 "symfony/phpunit-bridge": "^5.2" 983 }, 984 "type": "mink-driver", 985 "extra": { 986 "branch-alias": { 987 "dev-master": "1.0.x-dev" 988 } 989 }, 990 "autoload": { 991 "psr-4": { 992 "OAndreyev\\Mink\\Driver\\": "src/" 993 } 994 }, 995 "notification-url": "https://packagist.org/downloads/", 996 "license": [ 997 "MIT" 998 ], 999 "authors": [ 1000 { 1001 "name": "Oleg Andreyev", 1002 "email": "oleg@andreyev.lv", 1003 "role": "Main Developer" 1004 } 1005 ], 1006 "description": "MinkPhpWebDriver driver for Mink framework", 1007 "keywords": [ 1008 "W3C", 1009 "ajax", 1010 "browser", 1011 "javascript", 1012 "jsonwire", 1013 "testing", 1014 "webdriver" 1015 ], 1016 "support": { 1017 "issues": "https://github.com/oleg-andreyev/MinkPhpWebDriver/issues", 1018 "source": "https://github.com/oleg-andreyev/MinkPhpWebDriver/tree/v1.0.1" 1019 }, 1020 "time": "2021-01-30T23:07:29+00:00" 1021 }, 1022 { 1023 "name": "phar-io/manifest", 1024 "version": "2.0.3", 1025 "source": { 1026 "type": "git", 1027 "url": "https://github.com/phar-io/manifest.git", 1028 "reference": "97803eca37d319dfa7826cc2437fc020857acb53" 1029 }, 1030 "dist": { 1031 "type": "zip", 1032 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", 1033 "reference": "97803eca37d319dfa7826cc2437fc020857acb53", 1034 "shasum": "" 1035 }, 1036 "require": { 1037 "ext-dom": "*", 1038 "ext-phar": "*", 1039 "ext-xmlwriter": "*", 1040 "phar-io/version": "^3.0.1", 1041 "php": "^7.2 || ^8.0" 1042 }, 1043 "type": "library", 1044 "extra": { 1045 "branch-alias": { 1046 "dev-master": "2.0.x-dev" 1047 } 1048 }, 1049 "autoload": { 1050 "classmap": [ 1051 "src/" 1052 ] 1053 }, 1054 "notification-url": "https://packagist.org/downloads/", 1055 "license": [ 1056 "BSD-3-Clause" 1057 ], 1058 "authors": [ 1059 { 1060 "name": "Arne Blankerts", 1061 "email": "arne@blankerts.de", 1062 "role": "Developer" 1063 }, 1064 { 1065 "name": "Sebastian Heuer", 1066 "email": "sebastian@phpeople.de", 1067 "role": "Developer" 1068 }, 1069 { 1070 "name": "Sebastian Bergmann", 1071 "email": "sebastian@phpunit.de", 1072 "role": "Developer" 1073 } 1074 ], 1075 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 1076 "support": { 1077 "issues": "https://github.com/phar-io/manifest/issues", 1078 "source": "https://github.com/phar-io/manifest/tree/2.0.3" 1079 }, 1080 "time": "2021-07-20T11:28:43+00:00" 1081 }, 1082 { 1083 "name": "phar-io/version", 1084 "version": "3.1.0", 1085 "source": { 1086 "type": "git", 1087 "url": "https://github.com/phar-io/version.git", 1088 "reference": "bae7c545bef187884426f042434e561ab1ddb182" 1089 }, 1090 "dist": { 1091 "type": "zip", 1092 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182", 1093 "reference": "bae7c545bef187884426f042434e561ab1ddb182", 1094 "shasum": "" 1095 }, 1096 "require": { 1097 "php": "^7.2 || ^8.0" 1098 }, 1099 "type": "library", 1100 "autoload": { 1101 "classmap": [ 1102 "src/" 1103 ] 1104 }, 1105 "notification-url": "https://packagist.org/downloads/", 1106 "license": [ 1107 "BSD-3-Clause" 1108 ], 1109 "authors": [ 1110 { 1111 "name": "Arne Blankerts", 1112 "email": "arne@blankerts.de", 1113 "role": "Developer" 1114 }, 1115 { 1116 "name": "Sebastian Heuer", 1117 "email": "sebastian@phpeople.de", 1118 "role": "Developer" 1119 }, 1120 { 1121 "name": "Sebastian Bergmann", 1122 "email": "sebastian@phpunit.de", 1123 "role": "Developer" 1124 } 1125 ], 1126 "description": "Library for handling version information and constraints", 1127 "support": { 1128 "issues": "https://github.com/phar-io/version/issues", 1129 "source": "https://github.com/phar-io/version/tree/3.1.0" 1130 }, 1131 "time": "2021-02-23T14:00:09+00:00" 1132 }, 1133 { 1134 "name": "php-webdriver/webdriver", 1135 "version": "1.12.0", 1136 "source": { 1137 "type": "git", 1138 "url": "https://github.com/php-webdriver/php-webdriver.git", 1139 "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb" 1140 }, 1141 "dist": { 1142 "type": "zip", 1143 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/99d4856ed7dffcdf6a52eccd6551e83d8d557ceb", 1144 "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb", 1145 "shasum": "" 1146 }, 1147 "require": { 1148 "ext-curl": "*", 1149 "ext-json": "*", 1150 "ext-zip": "*", 1151 "php": "^5.6 || ~7.0 || ^8.0", 1152 "symfony/polyfill-mbstring": "^1.12", 1153 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0" 1154 }, 1155 "replace": { 1156 "facebook/webdriver": "*" 1157 }, 1158 "require-dev": { 1159 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0", 1160 "php-coveralls/php-coveralls": "^2.4", 1161 "php-mock/php-mock-phpunit": "^1.1 || ^2.0", 1162 "php-parallel-lint/php-parallel-lint": "^1.2", 1163 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9", 1164 "squizlabs/php_codesniffer": "^3.5", 1165 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0" 1166 }, 1167 "suggest": { 1168 "ext-SimpleXML": "For Firefox profile creation" 1169 }, 1170 "type": "library", 1171 "autoload": { 1172 "psr-4": { 1173 "Facebook\\WebDriver\\": "lib/" 1174 }, 1175 "files": [ 1176 "lib/Exception/TimeoutException.php" 1177 ] 1178 }, 1179 "notification-url": "https://packagist.org/downloads/", 1180 "license": [ 1181 "MIT" 1182 ], 1183 "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.", 1184 "homepage": "https://github.com/php-webdriver/php-webdriver", 1185 "keywords": [ 1186 "Chromedriver", 1187 "geckodriver", 1188 "php", 1189 "selenium", 1190 "webdriver" 1191 ], 1192 "support": { 1193 "issues": "https://github.com/php-webdriver/php-webdriver/issues", 1194 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.0" 1195 }, 1196 "time": "2021-10-14T09:30:02+00:00" 1197 }, 1198 { 1199 "name": "phpdocumentor/reflection-common", 1200 "version": "2.2.0", 1201 "source": { 1202 "type": "git", 1203 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 1204 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" 1205 }, 1206 "dist": { 1207 "type": "zip", 1208 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", 1209 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", 1210 "shasum": "" 1211 }, 1212 "require": { 1213 "php": "^7.2 || ^8.0" 1214 }, 1215 "type": "library", 1216 "extra": { 1217 "branch-alias": { 1218 "dev-2.x": "2.x-dev" 1219 } 1220 }, 1221 "autoload": { 1222 "psr-4": { 1223 "phpDocumentor\\Reflection\\": "src/" 1224 } 1225 }, 1226 "notification-url": "https://packagist.org/downloads/", 1227 "license": [ 1228 "MIT" 1229 ], 1230 "authors": [ 1231 { 1232 "name": "Jaap van Otterdijk", 1233 "email": "opensource@ijaap.nl" 1234 } 1235 ], 1236 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 1237 "homepage": "http://www.phpdoc.org", 1238 "keywords": [ 1239 "FQSEN", 1240 "phpDocumentor", 1241 "phpdoc", 1242 "reflection", 1243 "static analysis" 1244 ], 1245 "support": { 1246 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", 1247 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" 1248 }, 1249 "time": "2020-06-27T09:03:43+00:00" 1250 }, 1251 { 1252 "name": "phpdocumentor/reflection-docblock", 1253 "version": "5.3.0", 1254 "source": { 1255 "type": "git", 1256 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 1257 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" 1258 }, 1259 "dist": { 1260 "type": "zip", 1261 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", 1262 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", 1263 "shasum": "" 1264 }, 1265 "require": { 1266 "ext-filter": "*", 1267 "php": "^7.2 || ^8.0", 1268 "phpdocumentor/reflection-common": "^2.2", 1269 "phpdocumentor/type-resolver": "^1.3", 1270 "webmozart/assert": "^1.9.1" 1271 }, 1272 "require-dev": { 1273 "mockery/mockery": "~1.3.2", 1274 "psalm/phar": "^4.8" 1275 }, 1276 "type": "library", 1277 "extra": { 1278 "branch-alias": { 1279 "dev-master": "5.x-dev" 1280 } 1281 }, 1282 "autoload": { 1283 "psr-4": { 1284 "phpDocumentor\\Reflection\\": "src" 1285 } 1286 }, 1287 "notification-url": "https://packagist.org/downloads/", 1288 "license": [ 1289 "MIT" 1290 ], 1291 "authors": [ 1292 { 1293 "name": "Mike van Riel", 1294 "email": "me@mikevanriel.com" 1295 }, 1296 { 1297 "name": "Jaap van Otterdijk", 1298 "email": "account@ijaap.nl" 1299 } 1300 ], 1301 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 1302 "support": { 1303 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 1304 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" 1305 }, 1306 "time": "2021-10-19T17:43:47+00:00" 1307 }, 1308 { 1309 "name": "phpdocumentor/type-resolver", 1310 "version": "1.6.0", 1311 "source": { 1312 "type": "git", 1313 "url": "https://github.com/phpDocumentor/TypeResolver.git", 1314 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706" 1315 }, 1316 "dist": { 1317 "type": "zip", 1318 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706", 1319 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706", 1320 "shasum": "" 1321 }, 1322 "require": { 1323 "php": "^7.2 || ^8.0", 1324 "phpdocumentor/reflection-common": "^2.0" 1325 }, 1326 "require-dev": { 1327 "ext-tokenizer": "*", 1328 "psalm/phar": "^4.8" 1329 }, 1330 "type": "library", 1331 "extra": { 1332 "branch-alias": { 1333 "dev-1.x": "1.x-dev" 1334 } 1335 }, 1336 "autoload": { 1337 "psr-4": { 1338 "phpDocumentor\\Reflection\\": "src" 1339 } 1340 }, 1341 "notification-url": "https://packagist.org/downloads/", 1342 "license": [ 1343 "MIT" 1344 ], 1345 "authors": [ 1346 { 1347 "name": "Mike van Riel", 1348 "email": "me@mikevanriel.com" 1349 } 1350 ], 1351 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 1352 "support": { 1353 "issues": "https://github.com/phpDocumentor/TypeResolver/issues", 1354 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0" 1355 }, 1356 "time": "2022-01-04T19:58:01+00:00" 1357 }, 1358 { 1359 "name": "phpspec/prophecy", 1360 "version": "v1.15.0", 1361 "source": { 1362 "type": "git", 1363 "url": "https://github.com/phpspec/prophecy.git", 1364 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" 1365 }, 1366 "dist": { 1367 "type": "zip", 1368 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", 1369 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", 1370 "shasum": "" 1371 }, 1372 "require": { 1373 "doctrine/instantiator": "^1.2", 1374 "php": "^7.2 || ~8.0, <8.2", 1375 "phpdocumentor/reflection-docblock": "^5.2", 1376 "sebastian/comparator": "^3.0 || ^4.0", 1377 "sebastian/recursion-context": "^3.0 || ^4.0" 1378 }, 1379 "require-dev": { 1380 "phpspec/phpspec": "^6.0 || ^7.0", 1381 "phpunit/phpunit": "^8.0 || ^9.0" 1382 }, 1383 "type": "library", 1384 "extra": { 1385 "branch-alias": { 1386 "dev-master": "1.x-dev" 1387 } 1388 }, 1389 "autoload": { 1390 "psr-4": { 1391 "Prophecy\\": "src/Prophecy" 1392 } 1393 }, 1394 "notification-url": "https://packagist.org/downloads/", 1395 "license": [ 1396 "MIT" 1397 ], 1398 "authors": [ 1399 { 1400 "name": "Konstantin Kudryashov", 1401 "email": "ever.zet@gmail.com", 1402 "homepage": "http://everzet.com" 1403 }, 1404 { 1405 "name": "Marcello Duarte", 1406 "email": "marcello.duarte@gmail.com" 1407 } 1408 ], 1409 "description": "Highly opinionated mocking framework for PHP 5.3+", 1410 "homepage": "https://github.com/phpspec/prophecy", 1411 "keywords": [ 1412 "Double", 1413 "Dummy", 1414 "fake", 1415 "mock", 1416 "spy", 1417 "stub" 1418 ], 1419 "support": { 1420 "issues": "https://github.com/phpspec/prophecy/issues", 1421 "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" 1422 }, 1423 "time": "2021-12-08T12:19:24+00:00" 1424 }, 1425 { 1426 "name": "phpunit/php-code-coverage", 1427 "version": "7.0.15", 1428 "source": { 1429 "type": "git", 1430 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 1431 "reference": "819f92bba8b001d4363065928088de22f25a3a48" 1432 }, 1433 "dist": { 1434 "type": "zip", 1435 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48", 1436 "reference": "819f92bba8b001d4363065928088de22f25a3a48", 1437 "shasum": "" 1438 }, 1439 "require": { 1440 "ext-dom": "*", 1441 "ext-xmlwriter": "*", 1442 "php": ">=7.2", 1443 "phpunit/php-file-iterator": "^2.0.2", 1444 "phpunit/php-text-template": "^1.2.1", 1445 "phpunit/php-token-stream": "^3.1.3 || ^4.0", 1446 "sebastian/code-unit-reverse-lookup": "^1.0.1", 1447 "sebastian/environment": "^4.2.2", 1448 "sebastian/version": "^2.0.1", 1449 "theseer/tokenizer": "^1.1.3" 1450 }, 1451 "require-dev": { 1452 "phpunit/phpunit": "^8.2.2" 1453 }, 1454 "suggest": { 1455 "ext-xdebug": "^2.7.2" 1456 }, 1457 "type": "library", 1458 "extra": { 1459 "branch-alias": { 1460 "dev-master": "7.0-dev" 1461 } 1462 }, 1463 "autoload": { 1464 "classmap": [ 1465 "src/" 1466 ] 1467 }, 1468 "notification-url": "https://packagist.org/downloads/", 1469 "license": [ 1470 "BSD-3-Clause" 1471 ], 1472 "authors": [ 1473 { 1474 "name": "Sebastian Bergmann", 1475 "email": "sebastian@phpunit.de", 1476 "role": "lead" 1477 } 1478 ], 1479 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 1480 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 1481 "keywords": [ 1482 "coverage", 1483 "testing", 1484 "xunit" 1485 ], 1486 "support": { 1487 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 1488 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15" 1489 }, 1490 "funding": [ 1491 { 1492 "url": "https://github.com/sebastianbergmann", 1493 "type": "github" 1494 } 1495 ], 1496 "time": "2021-07-26T12:20:09+00:00" 1497 }, 1498 { 1499 "name": "phpunit/php-file-iterator", 1500 "version": "2.0.5", 1501 "source": { 1502 "type": "git", 1503 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 1504 "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5" 1505 }, 1506 "dist": { 1507 "type": "zip", 1508 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", 1509 "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", 1510 "shasum": "" 1511 }, 1512 "require": { 1513 "php": ">=7.1" 1514 }, 1515 "require-dev": { 1516 "phpunit/phpunit": "^8.5" 1517 }, 1518 "type": "library", 1519 "extra": { 1520 "branch-alias": { 1521 "dev-master": "2.0.x-dev" 1522 } 1523 }, 1524 "autoload": { 1525 "classmap": [ 1526 "src/" 1527 ] 1528 }, 1529 "notification-url": "https://packagist.org/downloads/", 1530 "license": [ 1531 "BSD-3-Clause" 1532 ], 1533 "authors": [ 1534 { 1535 "name": "Sebastian Bergmann", 1536 "email": "sebastian@phpunit.de", 1537 "role": "lead" 1538 } 1539 ], 1540 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 1541 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 1542 "keywords": [ 1543 "filesystem", 1544 "iterator" 1545 ], 1546 "support": { 1547 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 1548 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5" 1549 }, 1550 "funding": [ 1551 { 1552 "url": "https://github.com/sebastianbergmann", 1553 "type": "github" 1554 } 1555 ], 1556 "time": "2021-12-02T12:42:26+00:00" 1557 }, 1558 { 1559 "name": "phpunit/php-text-template", 1560 "version": "1.2.1", 1561 "source": { 1562 "type": "git", 1563 "url": "https://github.com/sebastianbergmann/php-text-template.git", 1564 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 1565 }, 1566 "dist": { 1567 "type": "zip", 1568 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1569 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1570 "shasum": "" 1571 }, 1572 "require": { 1573 "php": ">=5.3.3" 1574 }, 1575 "type": "library", 1576 "autoload": { 1577 "classmap": [ 1578 "src/" 1579 ] 1580 }, 1581 "notification-url": "https://packagist.org/downloads/", 1582 "license": [ 1583 "BSD-3-Clause" 1584 ], 1585 "authors": [ 1586 { 1587 "name": "Sebastian Bergmann", 1588 "email": "sebastian@phpunit.de", 1589 "role": "lead" 1590 } 1591 ], 1592 "description": "Simple template engine.", 1593 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 1594 "keywords": [ 1595 "template" 1596 ], 1597 "support": { 1598 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 1599 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" 1600 }, 1601 "time": "2015-06-21T13:50:34+00:00" 1602 }, 1603 { 1604 "name": "phpunit/php-timer", 1605 "version": "2.1.3", 1606 "source": { 1607 "type": "git", 1608 "url": "https://github.com/sebastianbergmann/php-timer.git", 1609 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662" 1610 }, 1611 "dist": { 1612 "type": "zip", 1613 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662", 1614 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662", 1615 "shasum": "" 1616 }, 1617 "require": { 1618 "php": ">=7.1" 1619 }, 1620 "require-dev": { 1621 "phpunit/phpunit": "^8.5" 1622 }, 1623 "type": "library", 1624 "extra": { 1625 "branch-alias": { 1626 "dev-master": "2.1-dev" 1627 } 1628 }, 1629 "autoload": { 1630 "classmap": [ 1631 "src/" 1632 ] 1633 }, 1634 "notification-url": "https://packagist.org/downloads/", 1635 "license": [ 1636 "BSD-3-Clause" 1637 ], 1638 "authors": [ 1639 { 1640 "name": "Sebastian Bergmann", 1641 "email": "sebastian@phpunit.de", 1642 "role": "lead" 1643 } 1644 ], 1645 "description": "Utility class for timing", 1646 "homepage": "https://github.com/sebastianbergmann/php-timer/", 1647 "keywords": [ 1648 "timer" 1649 ], 1650 "support": { 1651 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 1652 "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" 1653 }, 1654 "funding": [ 1655 { 1656 "url": "https://github.com/sebastianbergmann", 1657 "type": "github" 1658 } 1659 ], 1660 "time": "2020-11-30T08:20:02+00:00" 1661 }, 1662 { 1663 "name": "phpunit/php-token-stream", 1664 "version": "3.1.3", 1665 "source": { 1666 "type": "git", 1667 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 1668 "reference": "9c1da83261628cb24b6a6df371b6e312b3954768" 1669 }, 1670 "dist": { 1671 "type": "zip", 1672 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768", 1673 "reference": "9c1da83261628cb24b6a6df371b6e312b3954768", 1674 "shasum": "" 1675 }, 1676 "require": { 1677 "ext-tokenizer": "*", 1678 "php": ">=7.1" 1679 }, 1680 "require-dev": { 1681 "phpunit/phpunit": "^7.0" 1682 }, 1683 "type": "library", 1684 "extra": { 1685 "branch-alias": { 1686 "dev-master": "3.1-dev" 1687 } 1688 }, 1689 "autoload": { 1690 "classmap": [ 1691 "src/" 1692 ] 1693 }, 1694 "notification-url": "https://packagist.org/downloads/", 1695 "license": [ 1696 "BSD-3-Clause" 1697 ], 1698 "authors": [ 1699 { 1700 "name": "Sebastian Bergmann", 1701 "email": "sebastian@phpunit.de" 1702 } 1703 ], 1704 "description": "Wrapper around PHP's tokenizer extension.", 1705 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 1706 "keywords": [ 1707 "tokenizer" 1708 ], 1709 "support": { 1710 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", 1711 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3" 1712 }, 1713 "funding": [ 1714 { 1715 "url": "https://github.com/sebastianbergmann", 1716 "type": "github" 1717 } 1718 ], 1719 "abandoned": true, 1720 "time": "2021-07-26T12:15:06+00:00" 1721 }, 1722 { 1723 "name": "phpunit/phpunit", 1724 "version": "8.5.23", 1725 "source": { 1726 "type": "git", 1727 "url": "https://github.com/sebastianbergmann/phpunit.git", 1728 "reference": "efb20ff3623b9d09bf190a68fdfe574538a8d496" 1729 }, 1730 "dist": { 1731 "type": "zip", 1732 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/efb20ff3623b9d09bf190a68fdfe574538a8d496", 1733 "reference": "efb20ff3623b9d09bf190a68fdfe574538a8d496", 1734 "shasum": "" 1735 }, 1736 "require": { 1737 "doctrine/instantiator": "^1.3.1", 1738 "ext-dom": "*", 1739 "ext-json": "*", 1740 "ext-libxml": "*", 1741 "ext-mbstring": "*", 1742 "ext-xml": "*", 1743 "ext-xmlwriter": "*", 1744 "myclabs/deep-copy": "^1.10.0", 1745 "phar-io/manifest": "^2.0.3", 1746 "phar-io/version": "^3.0.2", 1747 "php": ">=7.2", 1748 "phpspec/prophecy": "^1.10.3", 1749 "phpunit/php-code-coverage": "^7.0.12", 1750 "phpunit/php-file-iterator": "^2.0.4", 1751 "phpunit/php-text-template": "^1.2.1", 1752 "phpunit/php-timer": "^2.1.2", 1753 "sebastian/comparator": "^3.0.2", 1754 "sebastian/diff": "^3.0.2", 1755 "sebastian/environment": "^4.2.3", 1756 "sebastian/exporter": "^3.1.2", 1757 "sebastian/global-state": "^3.0.0", 1758 "sebastian/object-enumerator": "^3.0.3", 1759 "sebastian/resource-operations": "^2.0.1", 1760 "sebastian/type": "^1.1.3", 1761 "sebastian/version": "^2.0.1" 1762 }, 1763 "require-dev": { 1764 "ext-pdo": "*" 1765 }, 1766 "suggest": { 1767 "ext-soap": "*", 1768 "ext-xdebug": "*", 1769 "phpunit/php-invoker": "^2.0.0" 1770 }, 1771 "bin": [ 1772 "phpunit" 1773 ], 1774 "type": "library", 1775 "extra": { 1776 "branch-alias": { 1777 "dev-master": "8.5-dev" 1778 } 1779 }, 1780 "autoload": { 1781 "classmap": [ 1782 "src/" 1783 ] 1784 }, 1785 "notification-url": "https://packagist.org/downloads/", 1786 "license": [ 1787 "BSD-3-Clause" 1788 ], 1789 "authors": [ 1790 { 1791 "name": "Sebastian Bergmann", 1792 "email": "sebastian@phpunit.de", 1793 "role": "lead" 1794 } 1795 ], 1796 "description": "The PHP Unit Testing framework.", 1797 "homepage": "https://phpunit.de/", 1798 "keywords": [ 1799 "phpunit", 1800 "testing", 1801 "xunit" 1802 ], 1803 "support": { 1804 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 1805 "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.23" 1806 }, 1807 "funding": [ 1808 { 1809 "url": "https://phpunit.de/sponsors.html", 1810 "type": "custom" 1811 }, 1812 { 1813 "url": "https://github.com/sebastianbergmann", 1814 "type": "github" 1815 } 1816 ], 1817 "time": "2022-01-21T05:50:34+00:00" 1818 }, 1819 { 1820 "name": "psr/container", 1821 "version": "1.1.1", 1822 "source": { 1823 "type": "git", 1824 "url": "https://github.com/php-fig/container.git", 1825 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" 1826 }, 1827 "dist": { 1828 "type": "zip", 1829 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", 1830 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", 1831 "shasum": "" 1832 }, 1833 "require": { 1834 "php": ">=7.2.0" 1835 }, 1836 "type": "library", 1837 "autoload": { 1838 "psr-4": { 1839 "Psr\\Container\\": "src/" 1840 } 1841 }, 1842 "notification-url": "https://packagist.org/downloads/", 1843 "license": [ 1844 "MIT" 1845 ], 1846 "authors": [ 1847 { 1848 "name": "PHP-FIG", 1849 "homepage": "https://www.php-fig.org/" 1850 } 1851 ], 1852 "description": "Common Container Interface (PHP FIG PSR-11)", 1853 "homepage": "https://github.com/php-fig/container", 1854 "keywords": [ 1855 "PSR-11", 1856 "container", 1857 "container-interface", 1858 "container-interop", 1859 "psr" 1860 ], 1861 "support": { 1862 "issues": "https://github.com/php-fig/container/issues", 1863 "source": "https://github.com/php-fig/container/tree/1.1.1" 1864 }, 1865 "time": "2021-03-05T17:36:06+00:00" 1866 }, 1867 { 1868 "name": "psr/event-dispatcher", 1869 "version": "1.0.0", 1870 "source": { 1871 "type": "git", 1872 "url": "https://github.com/php-fig/event-dispatcher.git", 1873 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 1874 }, 1875 "dist": { 1876 "type": "zip", 1877 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 1878 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 1879 "shasum": "" 1880 }, 1881 "require": { 1882 "php": ">=7.2.0" 1883 }, 1884 "type": "library", 1885 "extra": { 1886 "branch-alias": { 1887 "dev-master": "1.0.x-dev" 1888 } 1889 }, 1890 "autoload": { 1891 "psr-4": { 1892 "Psr\\EventDispatcher\\": "src/" 1893 } 1894 }, 1895 "notification-url": "https://packagist.org/downloads/", 1896 "license": [ 1897 "MIT" 1898 ], 1899 "authors": [ 1900 { 1901 "name": "PHP-FIG", 1902 "homepage": "http://www.php-fig.org/" 1903 } 1904 ], 1905 "description": "Standard interfaces for event handling.", 1906 "keywords": [ 1907 "events", 1908 "psr", 1909 "psr-14" 1910 ], 1911 "support": { 1912 "issues": "https://github.com/php-fig/event-dispatcher/issues", 1913 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 1914 }, 1915 "time": "2019-01-08T18:20:26+00:00" 1916 }, 1917 { 1918 "name": "psr/http-message", 1919 "version": "1.0.1", 1920 "source": { 1921 "type": "git", 1922 "url": "https://github.com/php-fig/http-message.git", 1923 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 1924 }, 1925 "dist": { 1926 "type": "zip", 1927 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 1928 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 1929 "shasum": "" 1930 }, 1931 "require": { 1932 "php": ">=5.3.0" 1933 }, 1934 "type": "library", 1935 "extra": { 1936 "branch-alias": { 1937 "dev-master": "1.0.x-dev" 1938 } 1939 }, 1940 "autoload": { 1941 "psr-4": { 1942 "Psr\\Http\\Message\\": "src/" 1943 } 1944 }, 1945 "notification-url": "https://packagist.org/downloads/", 1946 "license": [ 1947 "MIT" 1948 ], 1949 "authors": [ 1950 { 1951 "name": "PHP-FIG", 1952 "homepage": "http://www.php-fig.org/" 1953 } 1954 ], 1955 "description": "Common interface for HTTP messages", 1956 "homepage": "https://github.com/php-fig/http-message", 1957 "keywords": [ 1958 "http", 1959 "http-message", 1960 "psr", 1961 "psr-7", 1962 "request", 1963 "response" 1964 ], 1965 "support": { 1966 "source": "https://github.com/php-fig/http-message/tree/master" 1967 }, 1968 "time": "2016-08-06T14:39:51+00:00" 1969 }, 1970 { 1971 "name": "ralouphie/getallheaders", 1972 "version": "3.0.3", 1973 "source": { 1974 "type": "git", 1975 "url": "https://github.com/ralouphie/getallheaders.git", 1976 "reference": "120b605dfeb996808c31b6477290a714d356e822" 1977 }, 1978 "dist": { 1979 "type": "zip", 1980 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 1981 "reference": "120b605dfeb996808c31b6477290a714d356e822", 1982 "shasum": "" 1983 }, 1984 "require": { 1985 "php": ">=5.6" 1986 }, 1987 "require-dev": { 1988 "php-coveralls/php-coveralls": "^2.1", 1989 "phpunit/phpunit": "^5 || ^6.5" 1990 }, 1991 "type": "library", 1992 "autoload": { 1993 "files": [ 1994 "src/getallheaders.php" 1995 ] 1996 }, 1997 "notification-url": "https://packagist.org/downloads/", 1998 "license": [ 1999 "MIT" 2000 ], 2001 "authors": [ 2002 { 2003 "name": "Ralph Khattar", 2004 "email": "ralph.khattar@gmail.com" 2005 } 2006 ], 2007 "description": "A polyfill for getallheaders.", 2008 "support": { 2009 "issues": "https://github.com/ralouphie/getallheaders/issues", 2010 "source": "https://github.com/ralouphie/getallheaders/tree/develop" 2011 }, 2012 "time": "2019-03-08T08:55:37+00:00" 2013 }, 2014 { 2015 "name": "sebastian/code-unit-reverse-lookup", 2016 "version": "1.0.2", 2017 "source": { 2018 "type": "git", 2019 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 2020 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" 2021 }, 2022 "dist": { 2023 "type": "zip", 2024 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", 2025 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", 2026 "shasum": "" 2027 }, 2028 "require": { 2029 "php": ">=5.6" 2030 }, 2031 "require-dev": { 2032 "phpunit/phpunit": "^8.5" 2033 }, 2034 "type": "library", 2035 "extra": { 2036 "branch-alias": { 2037 "dev-master": "1.0.x-dev" 2038 } 2039 }, 2040 "autoload": { 2041 "classmap": [ 2042 "src/" 2043 ] 2044 }, 2045 "notification-url": "https://packagist.org/downloads/", 2046 "license": [ 2047 "BSD-3-Clause" 2048 ], 2049 "authors": [ 2050 { 2051 "name": "Sebastian Bergmann", 2052 "email": "sebastian@phpunit.de" 2053 } 2054 ], 2055 "description": "Looks up which function or method a line of code belongs to", 2056 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 2057 "support": { 2058 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 2059 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" 2060 }, 2061 "funding": [ 2062 { 2063 "url": "https://github.com/sebastianbergmann", 2064 "type": "github" 2065 } 2066 ], 2067 "time": "2020-11-30T08:15:22+00:00" 2068 }, 2069 { 2070 "name": "sebastian/comparator", 2071 "version": "3.0.3", 2072 "source": { 2073 "type": "git", 2074 "url": "https://github.com/sebastianbergmann/comparator.git", 2075 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758" 2076 }, 2077 "dist": { 2078 "type": "zip", 2079 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758", 2080 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758", 2081 "shasum": "" 2082 }, 2083 "require": { 2084 "php": ">=7.1", 2085 "sebastian/diff": "^3.0", 2086 "sebastian/exporter": "^3.1" 2087 }, 2088 "require-dev": { 2089 "phpunit/phpunit": "^8.5" 2090 }, 2091 "type": "library", 2092 "extra": { 2093 "branch-alias": { 2094 "dev-master": "3.0-dev" 2095 } 2096 }, 2097 "autoload": { 2098 "classmap": [ 2099 "src/" 2100 ] 2101 }, 2102 "notification-url": "https://packagist.org/downloads/", 2103 "license": [ 2104 "BSD-3-Clause" 2105 ], 2106 "authors": [ 2107 { 2108 "name": "Sebastian Bergmann", 2109 "email": "sebastian@phpunit.de" 2110 }, 2111 { 2112 "name": "Jeff Welch", 2113 "email": "whatthejeff@gmail.com" 2114 }, 2115 { 2116 "name": "Volker Dusch", 2117 "email": "github@wallbash.com" 2118 }, 2119 { 2120 "name": "Bernhard Schussek", 2121 "email": "bschussek@2bepublished.at" 2122 } 2123 ], 2124 "description": "Provides the functionality to compare PHP values for equality", 2125 "homepage": "https://github.com/sebastianbergmann/comparator", 2126 "keywords": [ 2127 "comparator", 2128 "compare", 2129 "equality" 2130 ], 2131 "support": { 2132 "issues": "https://github.com/sebastianbergmann/comparator/issues", 2133 "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3" 2134 }, 2135 "funding": [ 2136 { 2137 "url": "https://github.com/sebastianbergmann", 2138 "type": "github" 2139 } 2140 ], 2141 "time": "2020-11-30T08:04:30+00:00" 2142 }, 2143 { 2144 "name": "sebastian/diff", 2145 "version": "3.0.3", 2146 "source": { 2147 "type": "git", 2148 "url": "https://github.com/sebastianbergmann/diff.git", 2149 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211" 2150 }, 2151 "dist": { 2152 "type": "zip", 2153 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211", 2154 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211", 2155 "shasum": "" 2156 }, 2157 "require": { 2158 "php": ">=7.1" 2159 }, 2160 "require-dev": { 2161 "phpunit/phpunit": "^7.5 || ^8.0", 2162 "symfony/process": "^2 || ^3.3 || ^4" 2163 }, 2164 "type": "library", 2165 "extra": { 2166 "branch-alias": { 2167 "dev-master": "3.0-dev" 2168 } 2169 }, 2170 "autoload": { 2171 "classmap": [ 2172 "src/" 2173 ] 2174 }, 2175 "notification-url": "https://packagist.org/downloads/", 2176 "license": [ 2177 "BSD-3-Clause" 2178 ], 2179 "authors": [ 2180 { 2181 "name": "Sebastian Bergmann", 2182 "email": "sebastian@phpunit.de" 2183 }, 2184 { 2185 "name": "Kore Nordmann", 2186 "email": "mail@kore-nordmann.de" 2187 } 2188 ], 2189 "description": "Diff implementation", 2190 "homepage": "https://github.com/sebastianbergmann/diff", 2191 "keywords": [ 2192 "diff", 2193 "udiff", 2194 "unidiff", 2195 "unified diff" 2196 ], 2197 "support": { 2198 "issues": "https://github.com/sebastianbergmann/diff/issues", 2199 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3" 2200 }, 2201 "funding": [ 2202 { 2203 "url": "https://github.com/sebastianbergmann", 2204 "type": "github" 2205 } 2206 ], 2207 "time": "2020-11-30T07:59:04+00:00" 2208 }, 2209 { 2210 "name": "sebastian/environment", 2211 "version": "4.2.4", 2212 "source": { 2213 "type": "git", 2214 "url": "https://github.com/sebastianbergmann/environment.git", 2215 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0" 2216 }, 2217 "dist": { 2218 "type": "zip", 2219 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 2220 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 2221 "shasum": "" 2222 }, 2223 "require": { 2224 "php": ">=7.1" 2225 }, 2226 "require-dev": { 2227 "phpunit/phpunit": "^7.5" 2228 }, 2229 "suggest": { 2230 "ext-posix": "*" 2231 }, 2232 "type": "library", 2233 "extra": { 2234 "branch-alias": { 2235 "dev-master": "4.2-dev" 2236 } 2237 }, 2238 "autoload": { 2239 "classmap": [ 2240 "src/" 2241 ] 2242 }, 2243 "notification-url": "https://packagist.org/downloads/", 2244 "license": [ 2245 "BSD-3-Clause" 2246 ], 2247 "authors": [ 2248 { 2249 "name": "Sebastian Bergmann", 2250 "email": "sebastian@phpunit.de" 2251 } 2252 ], 2253 "description": "Provides functionality to handle HHVM/PHP environments", 2254 "homepage": "http://www.github.com/sebastianbergmann/environment", 2255 "keywords": [ 2256 "Xdebug", 2257 "environment", 2258 "hhvm" 2259 ], 2260 "support": { 2261 "issues": "https://github.com/sebastianbergmann/environment/issues", 2262 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4" 2263 }, 2264 "funding": [ 2265 { 2266 "url": "https://github.com/sebastianbergmann", 2267 "type": "github" 2268 } 2269 ], 2270 "time": "2020-11-30T07:53:42+00:00" 2271 }, 2272 { 2273 "name": "sebastian/exporter", 2274 "version": "3.1.4", 2275 "source": { 2276 "type": "git", 2277 "url": "https://github.com/sebastianbergmann/exporter.git", 2278 "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db" 2279 }, 2280 "dist": { 2281 "type": "zip", 2282 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db", 2283 "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db", 2284 "shasum": "" 2285 }, 2286 "require": { 2287 "php": ">=7.0", 2288 "sebastian/recursion-context": "^3.0" 2289 }, 2290 "require-dev": { 2291 "ext-mbstring": "*", 2292 "phpunit/phpunit": "^8.5" 2293 }, 2294 "type": "library", 2295 "extra": { 2296 "branch-alias": { 2297 "dev-master": "3.1.x-dev" 2298 } 2299 }, 2300 "autoload": { 2301 "classmap": [ 2302 "src/" 2303 ] 2304 }, 2305 "notification-url": "https://packagist.org/downloads/", 2306 "license": [ 2307 "BSD-3-Clause" 2308 ], 2309 "authors": [ 2310 { 2311 "name": "Sebastian Bergmann", 2312 "email": "sebastian@phpunit.de" 2313 }, 2314 { 2315 "name": "Jeff Welch", 2316 "email": "whatthejeff@gmail.com" 2317 }, 2318 { 2319 "name": "Volker Dusch", 2320 "email": "github@wallbash.com" 2321 }, 2322 { 2323 "name": "Adam Harvey", 2324 "email": "aharvey@php.net" 2325 }, 2326 { 2327 "name": "Bernhard Schussek", 2328 "email": "bschussek@gmail.com" 2329 } 2330 ], 2331 "description": "Provides the functionality to export PHP variables for visualization", 2332 "homepage": "http://www.github.com/sebastianbergmann/exporter", 2333 "keywords": [ 2334 "export", 2335 "exporter" 2336 ], 2337 "support": { 2338 "issues": "https://github.com/sebastianbergmann/exporter/issues", 2339 "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4" 2340 }, 2341 "funding": [ 2342 { 2343 "url": "https://github.com/sebastianbergmann", 2344 "type": "github" 2345 } 2346 ], 2347 "time": "2021-11-11T13:51:24+00:00" 2348 }, 2349 { 2350 "name": "sebastian/global-state", 2351 "version": "3.0.1", 2352 "source": { 2353 "type": "git", 2354 "url": "https://github.com/sebastianbergmann/global-state.git", 2355 "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b" 2356 }, 2357 "dist": { 2358 "type": "zip", 2359 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b", 2360 "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b", 2361 "shasum": "" 2362 }, 2363 "require": { 2364 "php": ">=7.2", 2365 "sebastian/object-reflector": "^1.1.1", 2366 "sebastian/recursion-context": "^3.0" 2367 }, 2368 "require-dev": { 2369 "ext-dom": "*", 2370 "phpunit/phpunit": "^8.0" 2371 }, 2372 "suggest": { 2373 "ext-uopz": "*" 2374 }, 2375 "type": "library", 2376 "extra": { 2377 "branch-alias": { 2378 "dev-master": "3.0-dev" 2379 } 2380 }, 2381 "autoload": { 2382 "classmap": [ 2383 "src/" 2384 ] 2385 }, 2386 "notification-url": "https://packagist.org/downloads/", 2387 "license": [ 2388 "BSD-3-Clause" 2389 ], 2390 "authors": [ 2391 { 2392 "name": "Sebastian Bergmann", 2393 "email": "sebastian@phpunit.de" 2394 } 2395 ], 2396 "description": "Snapshotting of global state", 2397 "homepage": "http://www.github.com/sebastianbergmann/global-state", 2398 "keywords": [ 2399 "global state" 2400 ], 2401 "support": { 2402 "issues": "https://github.com/sebastianbergmann/global-state/issues", 2403 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.1" 2404 }, 2405 "funding": [ 2406 { 2407 "url": "https://github.com/sebastianbergmann", 2408 "type": "github" 2409 } 2410 ], 2411 "time": "2020-11-30T07:43:24+00:00" 2412 }, 2413 { 2414 "name": "sebastian/object-enumerator", 2415 "version": "3.0.4", 2416 "source": { 2417 "type": "git", 2418 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 2419 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" 2420 }, 2421 "dist": { 2422 "type": "zip", 2423 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 2424 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 2425 "shasum": "" 2426 }, 2427 "require": { 2428 "php": ">=7.0", 2429 "sebastian/object-reflector": "^1.1.1", 2430 "sebastian/recursion-context": "^3.0" 2431 }, 2432 "require-dev": { 2433 "phpunit/phpunit": "^6.0" 2434 }, 2435 "type": "library", 2436 "extra": { 2437 "branch-alias": { 2438 "dev-master": "3.0.x-dev" 2439 } 2440 }, 2441 "autoload": { 2442 "classmap": [ 2443 "src/" 2444 ] 2445 }, 2446 "notification-url": "https://packagist.org/downloads/", 2447 "license": [ 2448 "BSD-3-Clause" 2449 ], 2450 "authors": [ 2451 { 2452 "name": "Sebastian Bergmann", 2453 "email": "sebastian@phpunit.de" 2454 } 2455 ], 2456 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 2457 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 2458 "support": { 2459 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 2460 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4" 2461 }, 2462 "funding": [ 2463 { 2464 "url": "https://github.com/sebastianbergmann", 2465 "type": "github" 2466 } 2467 ], 2468 "time": "2020-11-30T07:40:27+00:00" 2469 }, 2470 { 2471 "name": "sebastian/object-reflector", 2472 "version": "1.1.2", 2473 "source": { 2474 "type": "git", 2475 "url": "https://github.com/sebastianbergmann/object-reflector.git", 2476 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" 2477 }, 2478 "dist": { 2479 "type": "zip", 2480 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 2481 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 2482 "shasum": "" 2483 }, 2484 "require": { 2485 "php": ">=7.0" 2486 }, 2487 "require-dev": { 2488 "phpunit/phpunit": "^6.0" 2489 }, 2490 "type": "library", 2491 "extra": { 2492 "branch-alias": { 2493 "dev-master": "1.1-dev" 2494 } 2495 }, 2496 "autoload": { 2497 "classmap": [ 2498 "src/" 2499 ] 2500 }, 2501 "notification-url": "https://packagist.org/downloads/", 2502 "license": [ 2503 "BSD-3-Clause" 2504 ], 2505 "authors": [ 2506 { 2507 "name": "Sebastian Bergmann", 2508 "email": "sebastian@phpunit.de" 2509 } 2510 ], 2511 "description": "Allows reflection of object attributes, including inherited and non-public ones", 2512 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 2513 "support": { 2514 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 2515 "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2" 2516 }, 2517 "funding": [ 2518 { 2519 "url": "https://github.com/sebastianbergmann", 2520 "type": "github" 2521 } 2522 ], 2523 "time": "2020-11-30T07:37:18+00:00" 2524 }, 2525 { 2526 "name": "sebastian/recursion-context", 2527 "version": "3.0.1", 2528 "source": { 2529 "type": "git", 2530 "url": "https://github.com/sebastianbergmann/recursion-context.git", 2531 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" 2532 }, 2533 "dist": { 2534 "type": "zip", 2535 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", 2536 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", 2537 "shasum": "" 2538 }, 2539 "require": { 2540 "php": ">=7.0" 2541 }, 2542 "require-dev": { 2543 "phpunit/phpunit": "^6.0" 2544 }, 2545 "type": "library", 2546 "extra": { 2547 "branch-alias": { 2548 "dev-master": "3.0.x-dev" 2549 } 2550 }, 2551 "autoload": { 2552 "classmap": [ 2553 "src/" 2554 ] 2555 }, 2556 "notification-url": "https://packagist.org/downloads/", 2557 "license": [ 2558 "BSD-3-Clause" 2559 ], 2560 "authors": [ 2561 { 2562 "name": "Sebastian Bergmann", 2563 "email": "sebastian@phpunit.de" 2564 }, 2565 { 2566 "name": "Jeff Welch", 2567 "email": "whatthejeff@gmail.com" 2568 }, 2569 { 2570 "name": "Adam Harvey", 2571 "email": "aharvey@php.net" 2572 } 2573 ], 2574 "description": "Provides functionality to recursively process PHP variables", 2575 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 2576 "support": { 2577 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 2578 "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" 2579 }, 2580 "funding": [ 2581 { 2582 "url": "https://github.com/sebastianbergmann", 2583 "type": "github" 2584 } 2585 ], 2586 "time": "2020-11-30T07:34:24+00:00" 2587 }, 2588 { 2589 "name": "sebastian/resource-operations", 2590 "version": "2.0.2", 2591 "source": { 2592 "type": "git", 2593 "url": "https://github.com/sebastianbergmann/resource-operations.git", 2594 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" 2595 }, 2596 "dist": { 2597 "type": "zip", 2598 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", 2599 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", 2600 "shasum": "" 2601 }, 2602 "require": { 2603 "php": ">=7.1" 2604 }, 2605 "type": "library", 2606 "extra": { 2607 "branch-alias": { 2608 "dev-master": "2.0-dev" 2609 } 2610 }, 2611 "autoload": { 2612 "classmap": [ 2613 "src/" 2614 ] 2615 }, 2616 "notification-url": "https://packagist.org/downloads/", 2617 "license": [ 2618 "BSD-3-Clause" 2619 ], 2620 "authors": [ 2621 { 2622 "name": "Sebastian Bergmann", 2623 "email": "sebastian@phpunit.de" 2624 } 2625 ], 2626 "description": "Provides a list of PHP built-in functions that operate on resources", 2627 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 2628 "support": { 2629 "issues": "https://github.com/sebastianbergmann/resource-operations/issues", 2630 "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2" 2631 }, 2632 "funding": [ 2633 { 2634 "url": "https://github.com/sebastianbergmann", 2635 "type": "github" 2636 } 2637 ], 2638 "time": "2020-11-30T07:30:19+00:00" 2639 }, 2640 { 2641 "name": "sebastian/type", 2642 "version": "1.1.4", 2643 "source": { 2644 "type": "git", 2645 "url": "https://github.com/sebastianbergmann/type.git", 2646 "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4" 2647 }, 2648 "dist": { 2649 "type": "zip", 2650 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4", 2651 "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4", 2652 "shasum": "" 2653 }, 2654 "require": { 2655 "php": ">=7.2" 2656 }, 2657 "require-dev": { 2658 "phpunit/phpunit": "^8.2" 2659 }, 2660 "type": "library", 2661 "extra": { 2662 "branch-alias": { 2663 "dev-master": "1.1-dev" 2664 } 2665 }, 2666 "autoload": { 2667 "classmap": [ 2668 "src/" 2669 ] 2670 }, 2671 "notification-url": "https://packagist.org/downloads/", 2672 "license": [ 2673 "BSD-3-Clause" 2674 ], 2675 "authors": [ 2676 { 2677 "name": "Sebastian Bergmann", 2678 "email": "sebastian@phpunit.de", 2679 "role": "lead" 2680 } 2681 ], 2682 "description": "Collection of value objects that represent the types of the PHP type system", 2683 "homepage": "https://github.com/sebastianbergmann/type", 2684 "support": { 2685 "issues": "https://github.com/sebastianbergmann/type/issues", 2686 "source": "https://github.com/sebastianbergmann/type/tree/1.1.4" 2687 }, 2688 "funding": [ 2689 { 2690 "url": "https://github.com/sebastianbergmann", 2691 "type": "github" 2692 } 2693 ], 2694 "time": "2020-11-30T07:25:11+00:00" 2695 }, 2696 { 2697 "name": "sebastian/version", 2698 "version": "2.0.1", 2699 "source": { 2700 "type": "git", 2701 "url": "https://github.com/sebastianbergmann/version.git", 2702 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 2703 }, 2704 "dist": { 2705 "type": "zip", 2706 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 2707 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 2708 "shasum": "" 2709 }, 2710 "require": { 2711 "php": ">=5.6" 2712 }, 2713 "type": "library", 2714 "extra": { 2715 "branch-alias": { 2716 "dev-master": "2.0.x-dev" 2717 } 2718 }, 2719 "autoload": { 2720 "classmap": [ 2721 "src/" 2722 ] 2723 }, 2724 "notification-url": "https://packagist.org/downloads/", 2725 "license": [ 2726 "BSD-3-Clause" 2727 ], 2728 "authors": [ 2729 { 2730 "name": "Sebastian Bergmann", 2731 "email": "sebastian@phpunit.de", 2732 "role": "lead" 2733 } 2734 ], 2735 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 2736 "homepage": "https://github.com/sebastianbergmann/version", 2737 "support": { 2738 "issues": "https://github.com/sebastianbergmann/version/issues", 2739 "source": "https://github.com/sebastianbergmann/version/tree/master" 2740 }, 2741 "time": "2016-10-03T07:35:21+00:00" 2742 }, 2743 { 2744 "name": "symfony/browser-kit", 2745 "version": "v4.4.37", 2746 "source": { 2747 "type": "git", 2748 "url": "https://github.com/symfony/browser-kit.git", 2749 "reference": "6e81008cac62369871cb6b8de64576ed138e3998" 2750 }, 2751 "dist": { 2752 "type": "zip", 2753 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/6e81008cac62369871cb6b8de64576ed138e3998", 2754 "reference": "6e81008cac62369871cb6b8de64576ed138e3998", 2755 "shasum": "" 2756 }, 2757 "require": { 2758 "php": ">=7.1.3", 2759 "symfony/dom-crawler": "^3.4|^4.0|^5.0", 2760 "symfony/polyfill-php80": "^1.16" 2761 }, 2762 "require-dev": { 2763 "symfony/css-selector": "^3.4|^4.0|^5.0", 2764 "symfony/http-client": "^4.3|^5.0", 2765 "symfony/mime": "^4.3|^5.0", 2766 "symfony/process": "^3.4|^4.0|^5.0" 2767 }, 2768 "suggest": { 2769 "symfony/process": "" 2770 }, 2771 "type": "library", 2772 "autoload": { 2773 "psr-4": { 2774 "Symfony\\Component\\BrowserKit\\": "" 2775 }, 2776 "exclude-from-classmap": [ 2777 "/Tests/" 2778 ] 2779 }, 2780 "notification-url": "https://packagist.org/downloads/", 2781 "license": [ 2782 "MIT" 2783 ], 2784 "authors": [ 2785 { 2786 "name": "Fabien Potencier", 2787 "email": "fabien@symfony.com" 2788 }, 2789 { 2790 "name": "Symfony Community", 2791 "homepage": "https://symfony.com/contributors" 2792 } 2793 ], 2794 "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", 2795 "homepage": "https://symfony.com", 2796 "support": { 2797 "source": "https://github.com/symfony/browser-kit/tree/v4.4.37" 2798 }, 2799 "funding": [ 2800 { 2801 "url": "https://symfony.com/sponsor", 2802 "type": "custom" 2803 }, 2804 { 2805 "url": "https://github.com/fabpot", 2806 "type": "github" 2807 }, 2808 { 2809 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2810 "type": "tidelift" 2811 } 2812 ], 2813 "time": "2022-01-02T09:41:36+00:00" 2814 }, 2815 { 2816 "name": "symfony/config", 2817 "version": "v4.4.37", 2818 "source": { 2819 "type": "git", 2820 "url": "https://github.com/symfony/config.git", 2821 "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e" 2822 }, 2823 "dist": { 2824 "type": "zip", 2825 "url": "https://api.github.com/repos/symfony/config/zipball/e8c2d2c951ddedecb6d28954d336cb7d2e852d0e", 2826 "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e", 2827 "shasum": "" 2828 }, 2829 "require": { 2830 "php": ">=7.1.3", 2831 "symfony/filesystem": "^3.4|^4.0|^5.0", 2832 "symfony/polyfill-ctype": "~1.8", 2833 "symfony/polyfill-php80": "^1.16", 2834 "symfony/polyfill-php81": "^1.22" 2835 }, 2836 "conflict": { 2837 "symfony/finder": "<3.4" 2838 }, 2839 "require-dev": { 2840 "symfony/event-dispatcher": "^3.4|^4.0|^5.0", 2841 "symfony/finder": "^3.4|^4.0|^5.0", 2842 "symfony/messenger": "^4.1|^5.0", 2843 "symfony/service-contracts": "^1.1|^2", 2844 "symfony/yaml": "^3.4|^4.0|^5.0" 2845 }, 2846 "suggest": { 2847 "symfony/yaml": "To use the yaml reference dumper" 2848 }, 2849 "type": "library", 2850 "autoload": { 2851 "psr-4": { 2852 "Symfony\\Component\\Config\\": "" 2853 }, 2854 "exclude-from-classmap": [ 2855 "/Tests/" 2856 ] 2857 }, 2858 "notification-url": "https://packagist.org/downloads/", 2859 "license": [ 2860 "MIT" 2861 ], 2862 "authors": [ 2863 { 2864 "name": "Fabien Potencier", 2865 "email": "fabien@symfony.com" 2866 }, 2867 { 2868 "name": "Symfony Community", 2869 "homepage": "https://symfony.com/contributors" 2870 } 2871 ], 2872 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 2873 "homepage": "https://symfony.com", 2874 "support": { 2875 "source": "https://github.com/symfony/config/tree/v4.4.37" 2876 }, 2877 "funding": [ 2878 { 2879 "url": "https://symfony.com/sponsor", 2880 "type": "custom" 2881 }, 2882 { 2883 "url": "https://github.com/fabpot", 2884 "type": "github" 2885 }, 2886 { 2887 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2888 "type": "tidelift" 2889 } 2890 ], 2891 "time": "2022-01-03T09:46:22+00:00" 2892 }, 2893 { 2894 "name": "symfony/console", 2895 "version": "v5.4.3", 2896 "source": { 2897 "type": "git", 2898 "url": "https://github.com/symfony/console.git", 2899 "reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8" 2900 }, 2901 "dist": { 2902 "type": "zip", 2903 "url": "https://api.github.com/repos/symfony/console/zipball/a2a86ec353d825c75856c6fd14fac416a7bdb6b8", 2904 "reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8", 2905 "shasum": "" 2906 }, 2907 "require": { 2908 "php": ">=7.2.5", 2909 "symfony/deprecation-contracts": "^2.1|^3", 2910 "symfony/polyfill-mbstring": "~1.0", 2911 "symfony/polyfill-php73": "^1.9", 2912 "symfony/polyfill-php80": "^1.16", 2913 "symfony/service-contracts": "^1.1|^2|^3", 2914 "symfony/string": "^5.1|^6.0" 2915 }, 2916 "conflict": { 2917 "psr/log": ">=3", 2918 "symfony/dependency-injection": "<4.4", 2919 "symfony/dotenv": "<5.1", 2920 "symfony/event-dispatcher": "<4.4", 2921 "symfony/lock": "<4.4", 2922 "symfony/process": "<4.4" 2923 }, 2924 "provide": { 2925 "psr/log-implementation": "1.0|2.0" 2926 }, 2927 "require-dev": { 2928 "psr/log": "^1|^2", 2929 "symfony/config": "^4.4|^5.0|^6.0", 2930 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 2931 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 2932 "symfony/lock": "^4.4|^5.0|^6.0", 2933 "symfony/process": "^4.4|^5.0|^6.0", 2934 "symfony/var-dumper": "^4.4|^5.0|^6.0" 2935 }, 2936 "suggest": { 2937 "psr/log": "For using the console logger", 2938 "symfony/event-dispatcher": "", 2939 "symfony/lock": "", 2940 "symfony/process": "" 2941 }, 2942 "type": "library", 2943 "autoload": { 2944 "psr-4": { 2945 "Symfony\\Component\\Console\\": "" 2946 }, 2947 "exclude-from-classmap": [ 2948 "/Tests/" 2949 ] 2950 }, 2951 "notification-url": "https://packagist.org/downloads/", 2952 "license": [ 2953 "MIT" 2954 ], 2955 "authors": [ 2956 { 2957 "name": "Fabien Potencier", 2958 "email": "fabien@symfony.com" 2959 }, 2960 { 2961 "name": "Symfony Community", 2962 "homepage": "https://symfony.com/contributors" 2963 } 2964 ], 2965 "description": "Eases the creation of beautiful and testable command line interfaces", 2966 "homepage": "https://symfony.com", 2967 "keywords": [ 2968 "cli", 2969 "command line", 2970 "console", 2971 "terminal" 2972 ], 2973 "support": { 2974 "source": "https://github.com/symfony/console/tree/v5.4.3" 2975 }, 2976 "funding": [ 2977 { 2978 "url": "https://symfony.com/sponsor", 2979 "type": "custom" 2980 }, 2981 { 2982 "url": "https://github.com/fabpot", 2983 "type": "github" 2984 }, 2985 { 2986 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2987 "type": "tidelift" 2988 } 2989 ], 2990 "time": "2022-01-26T16:28:35+00:00" 2991 }, 2992 { 2993 "name": "symfony/css-selector", 2994 "version": "v5.4.3", 2995 "source": { 2996 "type": "git", 2997 "url": "https://github.com/symfony/css-selector.git", 2998 "reference": "b0a190285cd95cb019237851205b8140ef6e368e" 2999 }, 3000 "dist": { 3001 "type": "zip", 3002 "url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e", 3003 "reference": "b0a190285cd95cb019237851205b8140ef6e368e", 3004 "shasum": "" 3005 }, 3006 "require": { 3007 "php": ">=7.2.5", 3008 "symfony/polyfill-php80": "^1.16" 3009 }, 3010 "type": "library", 3011 "autoload": { 3012 "psr-4": { 3013 "Symfony\\Component\\CssSelector\\": "" 3014 }, 3015 "exclude-from-classmap": [ 3016 "/Tests/" 3017 ] 3018 }, 3019 "notification-url": "https://packagist.org/downloads/", 3020 "license": [ 3021 "MIT" 3022 ], 3023 "authors": [ 3024 { 3025 "name": "Fabien Potencier", 3026 "email": "fabien@symfony.com" 3027 }, 3028 { 3029 "name": "Jean-François Simon", 3030 "email": "jeanfrancois.simon@sensiolabs.com" 3031 }, 3032 { 3033 "name": "Symfony Community", 3034 "homepage": "https://symfony.com/contributors" 3035 } 3036 ], 3037 "description": "Converts CSS selectors to XPath expressions", 3038 "homepage": "https://symfony.com", 3039 "support": { 3040 "source": "https://github.com/symfony/css-selector/tree/v5.4.3" 3041 }, 3042 "funding": [ 3043 { 3044 "url": "https://symfony.com/sponsor", 3045 "type": "custom" 3046 }, 3047 { 3048 "url": "https://github.com/fabpot", 3049 "type": "github" 3050 }, 3051 { 3052 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3053 "type": "tidelift" 3054 } 3055 ], 3056 "time": "2022-01-02T09:53:40+00:00" 3057 }, 3058 { 3059 "name": "symfony/dependency-injection", 3060 "version": "v4.4.37", 3061 "source": { 3062 "type": "git", 3063 "url": "https://github.com/symfony/dependency-injection.git", 3064 "reference": "c00a23904b42f140087d36e1d22c88801bb39689" 3065 }, 3066 "dist": { 3067 "type": "zip", 3068 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c00a23904b42f140087d36e1d22c88801bb39689", 3069 "reference": "c00a23904b42f140087d36e1d22c88801bb39689", 3070 "shasum": "" 3071 }, 3072 "require": { 3073 "php": ">=7.1.3", 3074 "psr/container": "^1.0", 3075 "symfony/polyfill-php80": "^1.16", 3076 "symfony/service-contracts": "^1.1.6|^2" 3077 }, 3078 "conflict": { 3079 "symfony/config": "<4.3|>=5.0", 3080 "symfony/finder": "<3.4", 3081 "symfony/proxy-manager-bridge": "<3.4", 3082 "symfony/yaml": "<3.4" 3083 }, 3084 "provide": { 3085 "psr/container-implementation": "1.0", 3086 "symfony/service-implementation": "1.0|2.0" 3087 }, 3088 "require-dev": { 3089 "symfony/config": "^4.3", 3090 "symfony/expression-language": "^3.4|^4.0|^5.0", 3091 "symfony/yaml": "^4.4|^5.0" 3092 }, 3093 "suggest": { 3094 "symfony/config": "", 3095 "symfony/expression-language": "For using expressions in service container configuration", 3096 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", 3097 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", 3098 "symfony/yaml": "" 3099 }, 3100 "type": "library", 3101 "autoload": { 3102 "psr-4": { 3103 "Symfony\\Component\\DependencyInjection\\": "" 3104 }, 3105 "exclude-from-classmap": [ 3106 "/Tests/" 3107 ] 3108 }, 3109 "notification-url": "https://packagist.org/downloads/", 3110 "license": [ 3111 "MIT" 3112 ], 3113 "authors": [ 3114 { 3115 "name": "Fabien Potencier", 3116 "email": "fabien@symfony.com" 3117 }, 3118 { 3119 "name": "Symfony Community", 3120 "homepage": "https://symfony.com/contributors" 3121 } 3122 ], 3123 "description": "Allows you to standardize and centralize the way objects are constructed in your application", 3124 "homepage": "https://symfony.com", 3125 "support": { 3126 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.37" 3127 }, 3128 "funding": [ 3129 { 3130 "url": "https://symfony.com/sponsor", 3131 "type": "custom" 3132 }, 3133 { 3134 "url": "https://github.com/fabpot", 3135 "type": "github" 3136 }, 3137 { 3138 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3139 "type": "tidelift" 3140 } 3141 ], 3142 "time": "2022-01-24T17:17:45+00:00" 3143 }, 3144 { 3145 "name": "symfony/deprecation-contracts", 3146 "version": "v2.5.0", 3147 "source": { 3148 "type": "git", 3149 "url": "https://github.com/symfony/deprecation-contracts.git", 3150 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" 3151 }, 3152 "dist": { 3153 "type": "zip", 3154 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", 3155 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", 3156 "shasum": "" 3157 }, 3158 "require": { 3159 "php": ">=7.1" 3160 }, 3161 "type": "library", 3162 "extra": { 3163 "branch-alias": { 3164 "dev-main": "2.5-dev" 3165 }, 3166 "thanks": { 3167 "name": "symfony/contracts", 3168 "url": "https://github.com/symfony/contracts" 3169 } 3170 }, 3171 "autoload": { 3172 "files": [ 3173 "function.php" 3174 ] 3175 }, 3176 "notification-url": "https://packagist.org/downloads/", 3177 "license": [ 3178 "MIT" 3179 ], 3180 "authors": [ 3181 { 3182 "name": "Nicolas Grekas", 3183 "email": "p@tchwork.com" 3184 }, 3185 { 3186 "name": "Symfony Community", 3187 "homepage": "https://symfony.com/contributors" 3188 } 3189 ], 3190 "description": "A generic function and convention to trigger deprecation notices", 3191 "homepage": "https://symfony.com", 3192 "support": { 3193 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0" 3194 }, 3195 "funding": [ 3196 { 3197 "url": "https://symfony.com/sponsor", 3198 "type": "custom" 3199 }, 3200 { 3201 "url": "https://github.com/fabpot", 3202 "type": "github" 3203 }, 3204 { 3205 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3206 "type": "tidelift" 3207 } 3208 ], 3209 "time": "2021-07-12T14:48:14+00:00" 3210 }, 3211 { 3212 "name": "symfony/dom-crawler", 3213 "version": "v4.4.37", 3214 "source": { 3215 "type": "git", 3216 "url": "https://github.com/symfony/dom-crawler.git", 3217 "reference": "60d36408a3a48500bcc6e30d9f831e51d04d7fa4" 3218 }, 3219 "dist": { 3220 "type": "zip", 3221 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/60d36408a3a48500bcc6e30d9f831e51d04d7fa4", 3222 "reference": "60d36408a3a48500bcc6e30d9f831e51d04d7fa4", 3223 "shasum": "" 3224 }, 3225 "require": { 3226 "php": ">=7.1.3", 3227 "symfony/polyfill-ctype": "~1.8", 3228 "symfony/polyfill-mbstring": "~1.0", 3229 "symfony/polyfill-php80": "^1.16" 3230 }, 3231 "conflict": { 3232 "masterminds/html5": "<2.6" 3233 }, 3234 "require-dev": { 3235 "masterminds/html5": "^2.6", 3236 "symfony/css-selector": "^3.4|^4.0|^5.0" 3237 }, 3238 "suggest": { 3239 "symfony/css-selector": "" 3240 }, 3241 "type": "library", 3242 "autoload": { 3243 "psr-4": { 3244 "Symfony\\Component\\DomCrawler\\": "" 3245 }, 3246 "exclude-from-classmap": [ 3247 "/Tests/" 3248 ] 3249 }, 3250 "notification-url": "https://packagist.org/downloads/", 3251 "license": [ 3252 "MIT" 3253 ], 3254 "authors": [ 3255 { 3256 "name": "Fabien Potencier", 3257 "email": "fabien@symfony.com" 3258 }, 3259 { 3260 "name": "Symfony Community", 3261 "homepage": "https://symfony.com/contributors" 3262 } 3263 ], 3264 "description": "Eases DOM navigation for HTML and XML documents", 3265 "homepage": "https://symfony.com", 3266 "support": { 3267 "source": "https://github.com/symfony/dom-crawler/tree/v4.4.37" 3268 }, 3269 "funding": [ 3270 { 3271 "url": "https://symfony.com/sponsor", 3272 "type": "custom" 3273 }, 3274 { 3275 "url": "https://github.com/fabpot", 3276 "type": "github" 3277 }, 3278 { 3279 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3280 "type": "tidelift" 3281 } 3282 ], 3283 "time": "2022-01-02T09:41:36+00:00" 3284 }, 3285 { 3286 "name": "symfony/event-dispatcher", 3287 "version": "v5.4.3", 3288 "source": { 3289 "type": "git", 3290 "url": "https://github.com/symfony/event-dispatcher.git", 3291 "reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d" 3292 }, 3293 "dist": { 3294 "type": "zip", 3295 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dec8a9f58d20df252b9cd89f1c6c1530f747685d", 3296 "reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d", 3297 "shasum": "" 3298 }, 3299 "require": { 3300 "php": ">=7.2.5", 3301 "symfony/deprecation-contracts": "^2.1|^3", 3302 "symfony/event-dispatcher-contracts": "^2|^3", 3303 "symfony/polyfill-php80": "^1.16" 3304 }, 3305 "conflict": { 3306 "symfony/dependency-injection": "<4.4" 3307 }, 3308 "provide": { 3309 "psr/event-dispatcher-implementation": "1.0", 3310 "symfony/event-dispatcher-implementation": "2.0" 3311 }, 3312 "require-dev": { 3313 "psr/log": "^1|^2|^3", 3314 "symfony/config": "^4.4|^5.0|^6.0", 3315 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 3316 "symfony/error-handler": "^4.4|^5.0|^6.0", 3317 "symfony/expression-language": "^4.4|^5.0|^6.0", 3318 "symfony/http-foundation": "^4.4|^5.0|^6.0", 3319 "symfony/service-contracts": "^1.1|^2|^3", 3320 "symfony/stopwatch": "^4.4|^5.0|^6.0" 3321 }, 3322 "suggest": { 3323 "symfony/dependency-injection": "", 3324 "symfony/http-kernel": "" 3325 }, 3326 "type": "library", 3327 "autoload": { 3328 "psr-4": { 3329 "Symfony\\Component\\EventDispatcher\\": "" 3330 }, 3331 "exclude-from-classmap": [ 3332 "/Tests/" 3333 ] 3334 }, 3335 "notification-url": "https://packagist.org/downloads/", 3336 "license": [ 3337 "MIT" 3338 ], 3339 "authors": [ 3340 { 3341 "name": "Fabien Potencier", 3342 "email": "fabien@symfony.com" 3343 }, 3344 { 3345 "name": "Symfony Community", 3346 "homepage": "https://symfony.com/contributors" 3347 } 3348 ], 3349 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 3350 "homepage": "https://symfony.com", 3351 "support": { 3352 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.3" 3353 }, 3354 "funding": [ 3355 { 3356 "url": "https://symfony.com/sponsor", 3357 "type": "custom" 3358 }, 3359 { 3360 "url": "https://github.com/fabpot", 3361 "type": "github" 3362 }, 3363 { 3364 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3365 "type": "tidelift" 3366 } 3367 ], 3368 "time": "2022-01-02T09:53:40+00:00" 3369 }, 3370 { 3371 "name": "symfony/event-dispatcher-contracts", 3372 "version": "v2.5.0", 3373 "source": { 3374 "type": "git", 3375 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 3376 "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a" 3377 }, 3378 "dist": { 3379 "type": "zip", 3380 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", 3381 "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", 3382 "shasum": "" 3383 }, 3384 "require": { 3385 "php": ">=7.2.5", 3386 "psr/event-dispatcher": "^1" 3387 }, 3388 "suggest": { 3389 "symfony/event-dispatcher-implementation": "" 3390 }, 3391 "type": "library", 3392 "extra": { 3393 "branch-alias": { 3394 "dev-main": "2.5-dev" 3395 }, 3396 "thanks": { 3397 "name": "symfony/contracts", 3398 "url": "https://github.com/symfony/contracts" 3399 } 3400 }, 3401 "autoload": { 3402 "psr-4": { 3403 "Symfony\\Contracts\\EventDispatcher\\": "" 3404 } 3405 }, 3406 "notification-url": "https://packagist.org/downloads/", 3407 "license": [ 3408 "MIT" 3409 ], 3410 "authors": [ 3411 { 3412 "name": "Nicolas Grekas", 3413 "email": "p@tchwork.com" 3414 }, 3415 { 3416 "name": "Symfony Community", 3417 "homepage": "https://symfony.com/contributors" 3418 } 3419 ], 3420 "description": "Generic abstractions related to dispatching event", 3421 "homepage": "https://symfony.com", 3422 "keywords": [ 3423 "abstractions", 3424 "contracts", 3425 "decoupling", 3426 "interfaces", 3427 "interoperability", 3428 "standards" 3429 ], 3430 "support": { 3431 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0" 3432 }, 3433 "funding": [ 3434 { 3435 "url": "https://symfony.com/sponsor", 3436 "type": "custom" 3437 }, 3438 { 3439 "url": "https://github.com/fabpot", 3440 "type": "github" 3441 }, 3442 { 3443 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3444 "type": "tidelift" 3445 } 3446 ], 3447 "time": "2021-07-12T14:48:14+00:00" 3448 }, 3449 { 3450 "name": "symfony/filesystem", 3451 "version": "v5.4.3", 3452 "source": { 3453 "type": "git", 3454 "url": "https://github.com/symfony/filesystem.git", 3455 "reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b" 3456 }, 3457 "dist": { 3458 "type": "zip", 3459 "url": "https://api.github.com/repos/symfony/filesystem/zipball/0f0c4bf1840420f4aef3f32044a9dbb24682731b", 3460 "reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b", 3461 "shasum": "" 3462 }, 3463 "require": { 3464 "php": ">=7.2.5", 3465 "symfony/polyfill-ctype": "~1.8", 3466 "symfony/polyfill-mbstring": "~1.8", 3467 "symfony/polyfill-php80": "^1.16" 3468 }, 3469 "type": "library", 3470 "autoload": { 3471 "psr-4": { 3472 "Symfony\\Component\\Filesystem\\": "" 3473 }, 3474 "exclude-from-classmap": [ 3475 "/Tests/" 3476 ] 3477 }, 3478 "notification-url": "https://packagist.org/downloads/", 3479 "license": [ 3480 "MIT" 3481 ], 3482 "authors": [ 3483 { 3484 "name": "Fabien Potencier", 3485 "email": "fabien@symfony.com" 3486 }, 3487 { 3488 "name": "Symfony Community", 3489 "homepage": "https://symfony.com/contributors" 3490 } 3491 ], 3492 "description": "Provides basic utilities for the filesystem", 3493 "homepage": "https://symfony.com", 3494 "support": { 3495 "source": "https://github.com/symfony/filesystem/tree/v5.4.3" 3496 }, 3497 "funding": [ 3498 { 3499 "url": "https://symfony.com/sponsor", 3500 "type": "custom" 3501 }, 3502 { 3503 "url": "https://github.com/fabpot", 3504 "type": "github" 3505 }, 3506 { 3507 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3508 "type": "tidelift" 3509 } 3510 ], 3511 "time": "2022-01-02T09:53:40+00:00" 3512 }, 3513 { 3514 "name": "symfony/polyfill-ctype", 3515 "version": "v1.24.0", 3516 "source": { 3517 "type": "git", 3518 "url": "https://github.com/symfony/polyfill-ctype.git", 3519 "reference": "30885182c981ab175d4d034db0f6f469898070ab" 3520 }, 3521 "dist": { 3522 "type": "zip", 3523 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", 3524 "reference": "30885182c981ab175d4d034db0f6f469898070ab", 3525 "shasum": "" 3526 }, 3527 "require": { 3528 "php": ">=7.1" 3529 }, 3530 "provide": { 3531 "ext-ctype": "*" 3532 }, 3533 "suggest": { 3534 "ext-ctype": "For best performance" 3535 }, 3536 "type": "library", 3537 "extra": { 3538 "branch-alias": { 3539 "dev-main": "1.23-dev" 3540 }, 3541 "thanks": { 3542 "name": "symfony/polyfill", 3543 "url": "https://github.com/symfony/polyfill" 3544 } 3545 }, 3546 "autoload": { 3547 "psr-4": { 3548 "Symfony\\Polyfill\\Ctype\\": "" 3549 }, 3550 "files": [ 3551 "bootstrap.php" 3552 ] 3553 }, 3554 "notification-url": "https://packagist.org/downloads/", 3555 "license": [ 3556 "MIT" 3557 ], 3558 "authors": [ 3559 { 3560 "name": "Gert de Pagter", 3561 "email": "BackEndTea@gmail.com" 3562 }, 3563 { 3564 "name": "Symfony Community", 3565 "homepage": "https://symfony.com/contributors" 3566 } 3567 ], 3568 "description": "Symfony polyfill for ctype functions", 3569 "homepage": "https://symfony.com", 3570 "keywords": [ 3571 "compatibility", 3572 "ctype", 3573 "polyfill", 3574 "portable" 3575 ], 3576 "support": { 3577 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" 3578 }, 3579 "funding": [ 3580 { 3581 "url": "https://symfony.com/sponsor", 3582 "type": "custom" 3583 }, 3584 { 3585 "url": "https://github.com/fabpot", 3586 "type": "github" 3587 }, 3588 { 3589 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3590 "type": "tidelift" 3591 } 3592 ], 3593 "time": "2021-10-20T20:35:02+00:00" 3594 }, 3595 { 3596 "name": "symfony/polyfill-intl-grapheme", 3597 "version": "v1.24.0", 3598 "source": { 3599 "type": "git", 3600 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 3601 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" 3602 }, 3603 "dist": { 3604 "type": "zip", 3605 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", 3606 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", 3607 "shasum": "" 3608 }, 3609 "require": { 3610 "php": ">=7.1" 3611 }, 3612 "suggest": { 3613 "ext-intl": "For best performance" 3614 }, 3615 "type": "library", 3616 "extra": { 3617 "branch-alias": { 3618 "dev-main": "1.23-dev" 3619 }, 3620 "thanks": { 3621 "name": "symfony/polyfill", 3622 "url": "https://github.com/symfony/polyfill" 3623 } 3624 }, 3625 "autoload": { 3626 "psr-4": { 3627 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 3628 }, 3629 "files": [ 3630 "bootstrap.php" 3631 ] 3632 }, 3633 "notification-url": "https://packagist.org/downloads/", 3634 "license": [ 3635 "MIT" 3636 ], 3637 "authors": [ 3638 { 3639 "name": "Nicolas Grekas", 3640 "email": "p@tchwork.com" 3641 }, 3642 { 3643 "name": "Symfony Community", 3644 "homepage": "https://symfony.com/contributors" 3645 } 3646 ], 3647 "description": "Symfony polyfill for intl's grapheme_* functions", 3648 "homepage": "https://symfony.com", 3649 "keywords": [ 3650 "compatibility", 3651 "grapheme", 3652 "intl", 3653 "polyfill", 3654 "portable", 3655 "shim" 3656 ], 3657 "support": { 3658 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0" 3659 }, 3660 "funding": [ 3661 { 3662 "url": "https://symfony.com/sponsor", 3663 "type": "custom" 3664 }, 3665 { 3666 "url": "https://github.com/fabpot", 3667 "type": "github" 3668 }, 3669 { 3670 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3671 "type": "tidelift" 3672 } 3673 ], 3674 "time": "2021-11-23T21:10:46+00:00" 3675 }, 3676 { 3677 "name": "symfony/polyfill-intl-idn", 3678 "version": "v1.24.0", 3679 "source": { 3680 "type": "git", 3681 "url": "https://github.com/symfony/polyfill-intl-idn.git", 3682 "reference": "749045c69efb97c70d25d7463abba812e91f3a44" 3683 }, 3684 "dist": { 3685 "type": "zip", 3686 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", 3687 "reference": "749045c69efb97c70d25d7463abba812e91f3a44", 3688 "shasum": "" 3689 }, 3690 "require": { 3691 "php": ">=7.1", 3692 "symfony/polyfill-intl-normalizer": "^1.10", 3693 "symfony/polyfill-php72": "^1.10" 3694 }, 3695 "suggest": { 3696 "ext-intl": "For best performance" 3697 }, 3698 "type": "library", 3699 "extra": { 3700 "branch-alias": { 3701 "dev-main": "1.23-dev" 3702 }, 3703 "thanks": { 3704 "name": "symfony/polyfill", 3705 "url": "https://github.com/symfony/polyfill" 3706 } 3707 }, 3708 "autoload": { 3709 "psr-4": { 3710 "Symfony\\Polyfill\\Intl\\Idn\\": "" 3711 }, 3712 "files": [ 3713 "bootstrap.php" 3714 ] 3715 }, 3716 "notification-url": "https://packagist.org/downloads/", 3717 "license": [ 3718 "MIT" 3719 ], 3720 "authors": [ 3721 { 3722 "name": "Laurent Bassin", 3723 "email": "laurent@bassin.info" 3724 }, 3725 { 3726 "name": "Trevor Rowbotham", 3727 "email": "trevor.rowbotham@pm.me" 3728 }, 3729 { 3730 "name": "Symfony Community", 3731 "homepage": "https://symfony.com/contributors" 3732 } 3733 ], 3734 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 3735 "homepage": "https://symfony.com", 3736 "keywords": [ 3737 "compatibility", 3738 "idn", 3739 "intl", 3740 "polyfill", 3741 "portable", 3742 "shim" 3743 ], 3744 "support": { 3745 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0" 3746 }, 3747 "funding": [ 3748 { 3749 "url": "https://symfony.com/sponsor", 3750 "type": "custom" 3751 }, 3752 { 3753 "url": "https://github.com/fabpot", 3754 "type": "github" 3755 }, 3756 { 3757 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3758 "type": "tidelift" 3759 } 3760 ], 3761 "time": "2021-09-14T14:02:44+00:00" 3762 }, 3763 { 3764 "name": "symfony/polyfill-intl-normalizer", 3765 "version": "v1.24.0", 3766 "source": { 3767 "type": "git", 3768 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 3769 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" 3770 }, 3771 "dist": { 3772 "type": "zip", 3773 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", 3774 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", 3775 "shasum": "" 3776 }, 3777 "require": { 3778 "php": ">=7.1" 3779 }, 3780 "suggest": { 3781 "ext-intl": "For best performance" 3782 }, 3783 "type": "library", 3784 "extra": { 3785 "branch-alias": { 3786 "dev-main": "1.23-dev" 3787 }, 3788 "thanks": { 3789 "name": "symfony/polyfill", 3790 "url": "https://github.com/symfony/polyfill" 3791 } 3792 }, 3793 "autoload": { 3794 "psr-4": { 3795 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 3796 }, 3797 "files": [ 3798 "bootstrap.php" 3799 ], 3800 "classmap": [ 3801 "Resources/stubs" 3802 ] 3803 }, 3804 "notification-url": "https://packagist.org/downloads/", 3805 "license": [ 3806 "MIT" 3807 ], 3808 "authors": [ 3809 { 3810 "name": "Nicolas Grekas", 3811 "email": "p@tchwork.com" 3812 }, 3813 { 3814 "name": "Symfony Community", 3815 "homepage": "https://symfony.com/contributors" 3816 } 3817 ], 3818 "description": "Symfony polyfill for intl's Normalizer class and related functions", 3819 "homepage": "https://symfony.com", 3820 "keywords": [ 3821 "compatibility", 3822 "intl", 3823 "normalizer", 3824 "polyfill", 3825 "portable", 3826 "shim" 3827 ], 3828 "support": { 3829 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0" 3830 }, 3831 "funding": [ 3832 { 3833 "url": "https://symfony.com/sponsor", 3834 "type": "custom" 3835 }, 3836 { 3837 "url": "https://github.com/fabpot", 3838 "type": "github" 3839 }, 3840 { 3841 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3842 "type": "tidelift" 3843 } 3844 ], 3845 "time": "2021-02-19T12:13:01+00:00" 3846 }, 3847 { 3848 "name": "symfony/polyfill-mbstring", 3849 "version": "v1.24.0", 3850 "source": { 3851 "type": "git", 3852 "url": "https://github.com/symfony/polyfill-mbstring.git", 3853 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" 3854 }, 3855 "dist": { 3856 "type": "zip", 3857 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", 3858 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", 3859 "shasum": "" 3860 }, 3861 "require": { 3862 "php": ">=7.1" 3863 }, 3864 "provide": { 3865 "ext-mbstring": "*" 3866 }, 3867 "suggest": { 3868 "ext-mbstring": "For best performance" 3869 }, 3870 "type": "library", 3871 "extra": { 3872 "branch-alias": { 3873 "dev-main": "1.23-dev" 3874 }, 3875 "thanks": { 3876 "name": "symfony/polyfill", 3877 "url": "https://github.com/symfony/polyfill" 3878 } 3879 }, 3880 "autoload": { 3881 "psr-4": { 3882 "Symfony\\Polyfill\\Mbstring\\": "" 3883 }, 3884 "files": [ 3885 "bootstrap.php" 3886 ] 3887 }, 3888 "notification-url": "https://packagist.org/downloads/", 3889 "license": [ 3890 "MIT" 3891 ], 3892 "authors": [ 3893 { 3894 "name": "Nicolas Grekas", 3895 "email": "p@tchwork.com" 3896 }, 3897 { 3898 "name": "Symfony Community", 3899 "homepage": "https://symfony.com/contributors" 3900 } 3901 ], 3902 "description": "Symfony polyfill for the Mbstring extension", 3903 "homepage": "https://symfony.com", 3904 "keywords": [ 3905 "compatibility", 3906 "mbstring", 3907 "polyfill", 3908 "portable", 3909 "shim" 3910 ], 3911 "support": { 3912 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" 3913 }, 3914 "funding": [ 3915 { 3916 "url": "https://symfony.com/sponsor", 3917 "type": "custom" 3918 }, 3919 { 3920 "url": "https://github.com/fabpot", 3921 "type": "github" 3922 }, 3923 { 3924 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3925 "type": "tidelift" 3926 } 3927 ], 3928 "time": "2021-11-30T18:21:41+00:00" 3929 }, 3930 { 3931 "name": "symfony/polyfill-php72", 3932 "version": "v1.24.0", 3933 "source": { 3934 "type": "git", 3935 "url": "https://github.com/symfony/polyfill-php72.git", 3936 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" 3937 }, 3938 "dist": { 3939 "type": "zip", 3940 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", 3941 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", 3942 "shasum": "" 3943 }, 3944 "require": { 3945 "php": ">=7.1" 3946 }, 3947 "type": "library", 3948 "extra": { 3949 "branch-alias": { 3950 "dev-main": "1.23-dev" 3951 }, 3952 "thanks": { 3953 "name": "symfony/polyfill", 3954 "url": "https://github.com/symfony/polyfill" 3955 } 3956 }, 3957 "autoload": { 3958 "psr-4": { 3959 "Symfony\\Polyfill\\Php72\\": "" 3960 }, 3961 "files": [ 3962 "bootstrap.php" 3963 ] 3964 }, 3965 "notification-url": "https://packagist.org/downloads/", 3966 "license": [ 3967 "MIT" 3968 ], 3969 "authors": [ 3970 { 3971 "name": "Nicolas Grekas", 3972 "email": "p@tchwork.com" 3973 }, 3974 { 3975 "name": "Symfony Community", 3976 "homepage": "https://symfony.com/contributors" 3977 } 3978 ], 3979 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 3980 "homepage": "https://symfony.com", 3981 "keywords": [ 3982 "compatibility", 3983 "polyfill", 3984 "portable", 3985 "shim" 3986 ], 3987 "support": { 3988 "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0" 3989 }, 3990 "funding": [ 3991 { 3992 "url": "https://symfony.com/sponsor", 3993 "type": "custom" 3994 }, 3995 { 3996 "url": "https://github.com/fabpot", 3997 "type": "github" 3998 }, 3999 { 4000 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4001 "type": "tidelift" 4002 } 4003 ], 4004 "time": "2021-05-27T09:17:38+00:00" 4005 }, 4006 { 4007 "name": "symfony/polyfill-php73", 4008 "version": "v1.24.0", 4009 "source": { 4010 "type": "git", 4011 "url": "https://github.com/symfony/polyfill-php73.git", 4012 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" 4013 }, 4014 "dist": { 4015 "type": "zip", 4016 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", 4017 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", 4018 "shasum": "" 4019 }, 4020 "require": { 4021 "php": ">=7.1" 4022 }, 4023 "type": "library", 4024 "extra": { 4025 "branch-alias": { 4026 "dev-main": "1.23-dev" 4027 }, 4028 "thanks": { 4029 "name": "symfony/polyfill", 4030 "url": "https://github.com/symfony/polyfill" 4031 } 4032 }, 4033 "autoload": { 4034 "psr-4": { 4035 "Symfony\\Polyfill\\Php73\\": "" 4036 }, 4037 "files": [ 4038 "bootstrap.php" 4039 ], 4040 "classmap": [ 4041 "Resources/stubs" 4042 ] 4043 }, 4044 "notification-url": "https://packagist.org/downloads/", 4045 "license": [ 4046 "MIT" 4047 ], 4048 "authors": [ 4049 { 4050 "name": "Nicolas Grekas", 4051 "email": "p@tchwork.com" 4052 }, 4053 { 4054 "name": "Symfony Community", 4055 "homepage": "https://symfony.com/contributors" 4056 } 4057 ], 4058 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 4059 "homepage": "https://symfony.com", 4060 "keywords": [ 4061 "compatibility", 4062 "polyfill", 4063 "portable", 4064 "shim" 4065 ], 4066 "support": { 4067 "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0" 4068 }, 4069 "funding": [ 4070 { 4071 "url": "https://symfony.com/sponsor", 4072 "type": "custom" 4073 }, 4074 { 4075 "url": "https://github.com/fabpot", 4076 "type": "github" 4077 }, 4078 { 4079 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4080 "type": "tidelift" 4081 } 4082 ], 4083 "time": "2021-06-05T21:20:04+00:00" 4084 }, 4085 { 4086 "name": "symfony/polyfill-php80", 4087 "version": "v1.24.0", 4088 "source": { 4089 "type": "git", 4090 "url": "https://github.com/symfony/polyfill-php80.git", 4091 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" 4092 }, 4093 "dist": { 4094 "type": "zip", 4095 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", 4096 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", 4097 "shasum": "" 4098 }, 4099 "require": { 4100 "php": ">=7.1" 4101 }, 4102 "type": "library", 4103 "extra": { 4104 "branch-alias": { 4105 "dev-main": "1.23-dev" 4106 }, 4107 "thanks": { 4108 "name": "symfony/polyfill", 4109 "url": "https://github.com/symfony/polyfill" 4110 } 4111 }, 4112 "autoload": { 4113 "psr-4": { 4114 "Symfony\\Polyfill\\Php80\\": "" 4115 }, 4116 "files": [ 4117 "bootstrap.php" 4118 ], 4119 "classmap": [ 4120 "Resources/stubs" 4121 ] 4122 }, 4123 "notification-url": "https://packagist.org/downloads/", 4124 "license": [ 4125 "MIT" 4126 ], 4127 "authors": [ 4128 { 4129 "name": "Ion Bazan", 4130 "email": "ion.bazan@gmail.com" 4131 }, 4132 { 4133 "name": "Nicolas Grekas", 4134 "email": "p@tchwork.com" 4135 }, 4136 { 4137 "name": "Symfony Community", 4138 "homepage": "https://symfony.com/contributors" 4139 } 4140 ], 4141 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 4142 "homepage": "https://symfony.com", 4143 "keywords": [ 4144 "compatibility", 4145 "polyfill", 4146 "portable", 4147 "shim" 4148 ], 4149 "support": { 4150 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" 4151 }, 4152 "funding": [ 4153 { 4154 "url": "https://symfony.com/sponsor", 4155 "type": "custom" 4156 }, 4157 { 4158 "url": "https://github.com/fabpot", 4159 "type": "github" 4160 }, 4161 { 4162 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4163 "type": "tidelift" 4164 } 4165 ], 4166 "time": "2021-09-13T13:58:33+00:00" 4167 }, 4168 { 4169 "name": "symfony/polyfill-php81", 4170 "version": "v1.24.0", 4171 "source": { 4172 "type": "git", 4173 "url": "https://github.com/symfony/polyfill-php81.git", 4174 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" 4175 }, 4176 "dist": { 4177 "type": "zip", 4178 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", 4179 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", 4180 "shasum": "" 4181 }, 4182 "require": { 4183 "php": ">=7.1" 4184 }, 4185 "type": "library", 4186 "extra": { 4187 "branch-alias": { 4188 "dev-main": "1.23-dev" 4189 }, 4190 "thanks": { 4191 "name": "symfony/polyfill", 4192 "url": "https://github.com/symfony/polyfill" 4193 } 4194 }, 4195 "autoload": { 4196 "psr-4": { 4197 "Symfony\\Polyfill\\Php81\\": "" 4198 }, 4199 "files": [ 4200 "bootstrap.php" 4201 ], 4202 "classmap": [ 4203 "Resources/stubs" 4204 ] 4205 }, 4206 "notification-url": "https://packagist.org/downloads/", 4207 "license": [ 4208 "MIT" 4209 ], 4210 "authors": [ 4211 { 4212 "name": "Nicolas Grekas", 4213 "email": "p@tchwork.com" 4214 }, 4215 { 4216 "name": "Symfony Community", 4217 "homepage": "https://symfony.com/contributors" 4218 } 4219 ], 4220 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", 4221 "homepage": "https://symfony.com", 4222 "keywords": [ 4223 "compatibility", 4224 "polyfill", 4225 "portable", 4226 "shim" 4227 ], 4228 "support": { 4229 "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" 4230 }, 4231 "funding": [ 4232 { 4233 "url": "https://symfony.com/sponsor", 4234 "type": "custom" 4235 }, 4236 { 4237 "url": "https://github.com/fabpot", 4238 "type": "github" 4239 }, 4240 { 4241 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4242 "type": "tidelift" 4243 } 4244 ], 4245 "time": "2021-09-13T13:58:11+00:00" 4246 }, 4247 { 4248 "name": "symfony/process", 4249 "version": "v5.4.3", 4250 "source": { 4251 "type": "git", 4252 "url": "https://github.com/symfony/process.git", 4253 "reference": "553f50487389a977eb31cf6b37faae56da00f753" 4254 }, 4255 "dist": { 4256 "type": "zip", 4257 "url": "https://api.github.com/repos/symfony/process/zipball/553f50487389a977eb31cf6b37faae56da00f753", 4258 "reference": "553f50487389a977eb31cf6b37faae56da00f753", 4259 "shasum": "" 4260 }, 4261 "require": { 4262 "php": ">=7.2.5", 4263 "symfony/polyfill-php80": "^1.16" 4264 }, 4265 "type": "library", 4266 "autoload": { 4267 "psr-4": { 4268 "Symfony\\Component\\Process\\": "" 4269 }, 4270 "exclude-from-classmap": [ 4271 "/Tests/" 4272 ] 4273 }, 4274 "notification-url": "https://packagist.org/downloads/", 4275 "license": [ 4276 "MIT" 4277 ], 4278 "authors": [ 4279 { 4280 "name": "Fabien Potencier", 4281 "email": "fabien@symfony.com" 4282 }, 4283 { 4284 "name": "Symfony Community", 4285 "homepage": "https://symfony.com/contributors" 4286 } 4287 ], 4288 "description": "Executes commands in sub-processes", 4289 "homepage": "https://symfony.com", 4290 "support": { 4291 "source": "https://github.com/symfony/process/tree/v5.4.3" 4292 }, 4293 "funding": [ 4294 { 4295 "url": "https://symfony.com/sponsor", 4296 "type": "custom" 4297 }, 4298 { 4299 "url": "https://github.com/fabpot", 4300 "type": "github" 4301 }, 4302 { 4303 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4304 "type": "tidelift" 4305 } 4306 ], 4307 "time": "2022-01-26T16:28:35+00:00" 4308 }, 4309 { 4310 "name": "symfony/service-contracts", 4311 "version": "v2.5.0", 4312 "source": { 4313 "type": "git", 4314 "url": "https://github.com/symfony/service-contracts.git", 4315 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" 4316 }, 4317 "dist": { 4318 "type": "zip", 4319 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", 4320 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", 4321 "shasum": "" 4322 }, 4323 "require": { 4324 "php": ">=7.2.5", 4325 "psr/container": "^1.1", 4326 "symfony/deprecation-contracts": "^2.1" 4327 }, 4328 "conflict": { 4329 "ext-psr": "<1.1|>=2" 4330 }, 4331 "suggest": { 4332 "symfony/service-implementation": "" 4333 }, 4334 "type": "library", 4335 "extra": { 4336 "branch-alias": { 4337 "dev-main": "2.5-dev" 4338 }, 4339 "thanks": { 4340 "name": "symfony/contracts", 4341 "url": "https://github.com/symfony/contracts" 4342 } 4343 }, 4344 "autoload": { 4345 "psr-4": { 4346 "Symfony\\Contracts\\Service\\": "" 4347 } 4348 }, 4349 "notification-url": "https://packagist.org/downloads/", 4350 "license": [ 4351 "MIT" 4352 ], 4353 "authors": [ 4354 { 4355 "name": "Nicolas Grekas", 4356 "email": "p@tchwork.com" 4357 }, 4358 { 4359 "name": "Symfony Community", 4360 "homepage": "https://symfony.com/contributors" 4361 } 4362 ], 4363 "description": "Generic abstractions related to writing services", 4364 "homepage": "https://symfony.com", 4365 "keywords": [ 4366 "abstractions", 4367 "contracts", 4368 "decoupling", 4369 "interfaces", 4370 "interoperability", 4371 "standards" 4372 ], 4373 "support": { 4374 "source": "https://github.com/symfony/service-contracts/tree/v2.5.0" 4375 }, 4376 "funding": [ 4377 { 4378 "url": "https://symfony.com/sponsor", 4379 "type": "custom" 4380 }, 4381 { 4382 "url": "https://github.com/fabpot", 4383 "type": "github" 4384 }, 4385 { 4386 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4387 "type": "tidelift" 4388 } 4389 ], 4390 "time": "2021-11-04T16:48:04+00:00" 4391 }, 4392 { 4393 "name": "symfony/string", 4394 "version": "v5.4.3", 4395 "source": { 4396 "type": "git", 4397 "url": "https://github.com/symfony/string.git", 4398 "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10" 4399 }, 4400 "dist": { 4401 "type": "zip", 4402 "url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10", 4403 "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10", 4404 "shasum": "" 4405 }, 4406 "require": { 4407 "php": ">=7.2.5", 4408 "symfony/polyfill-ctype": "~1.8", 4409 "symfony/polyfill-intl-grapheme": "~1.0", 4410 "symfony/polyfill-intl-normalizer": "~1.0", 4411 "symfony/polyfill-mbstring": "~1.0", 4412 "symfony/polyfill-php80": "~1.15" 4413 }, 4414 "conflict": { 4415 "symfony/translation-contracts": ">=3.0" 4416 }, 4417 "require-dev": { 4418 "symfony/error-handler": "^4.4|^5.0|^6.0", 4419 "symfony/http-client": "^4.4|^5.0|^6.0", 4420 "symfony/translation-contracts": "^1.1|^2", 4421 "symfony/var-exporter": "^4.4|^5.0|^6.0" 4422 }, 4423 "type": "library", 4424 "autoload": { 4425 "psr-4": { 4426 "Symfony\\Component\\String\\": "" 4427 }, 4428 "files": [ 4429 "Resources/functions.php" 4430 ], 4431 "exclude-from-classmap": [ 4432 "/Tests/" 4433 ] 4434 }, 4435 "notification-url": "https://packagist.org/downloads/", 4436 "license": [ 4437 "MIT" 4438 ], 4439 "authors": [ 4440 { 4441 "name": "Nicolas Grekas", 4442 "email": "p@tchwork.com" 4443 }, 4444 { 4445 "name": "Symfony Community", 4446 "homepage": "https://symfony.com/contributors" 4447 } 4448 ], 4449 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 4450 "homepage": "https://symfony.com", 4451 "keywords": [ 4452 "grapheme", 4453 "i18n", 4454 "string", 4455 "unicode", 4456 "utf-8", 4457 "utf8" 4458 ], 4459 "support": { 4460 "source": "https://github.com/symfony/string/tree/v5.4.3" 4461 }, 4462 "funding": [ 4463 { 4464 "url": "https://symfony.com/sponsor", 4465 "type": "custom" 4466 }, 4467 { 4468 "url": "https://github.com/fabpot", 4469 "type": "github" 4470 }, 4471 { 4472 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4473 "type": "tidelift" 4474 } 4475 ], 4476 "time": "2022-01-02T09:53:40+00:00" 4477 }, 4478 { 4479 "name": "symfony/translation", 4480 "version": "v4.4.37", 4481 "source": { 4482 "type": "git", 4483 "url": "https://github.com/symfony/translation.git", 4484 "reference": "4ce00d6875230b839f5feef82e51971f6c886e00" 4485 }, 4486 "dist": { 4487 "type": "zip", 4488 "url": "https://api.github.com/repos/symfony/translation/zipball/4ce00d6875230b839f5feef82e51971f6c886e00", 4489 "reference": "4ce00d6875230b839f5feef82e51971f6c886e00", 4490 "shasum": "" 4491 }, 4492 "require": { 4493 "php": ">=7.1.3", 4494 "symfony/polyfill-mbstring": "~1.0", 4495 "symfony/polyfill-php80": "^1.16", 4496 "symfony/translation-contracts": "^1.1.6|^2" 4497 }, 4498 "conflict": { 4499 "symfony/config": "<3.4", 4500 "symfony/dependency-injection": "<3.4", 4501 "symfony/http-kernel": "<4.4", 4502 "symfony/yaml": "<3.4" 4503 }, 4504 "provide": { 4505 "symfony/translation-implementation": "1.0|2.0" 4506 }, 4507 "require-dev": { 4508 "psr/log": "^1|^2|^3", 4509 "symfony/config": "^3.4|^4.0|^5.0", 4510 "symfony/console": "^3.4|^4.0|^5.0", 4511 "symfony/dependency-injection": "^3.4|^4.0|^5.0", 4512 "symfony/finder": "~2.8|~3.0|~4.0|^5.0", 4513 "symfony/http-kernel": "^4.4", 4514 "symfony/intl": "^3.4|^4.0|^5.0", 4515 "symfony/service-contracts": "^1.1.2|^2", 4516 "symfony/yaml": "^3.4|^4.0|^5.0" 4517 }, 4518 "suggest": { 4519 "psr/log-implementation": "To use logging capability in translator", 4520 "symfony/config": "", 4521 "symfony/yaml": "" 4522 }, 4523 "type": "library", 4524 "autoload": { 4525 "psr-4": { 4526 "Symfony\\Component\\Translation\\": "" 4527 }, 4528 "exclude-from-classmap": [ 4529 "/Tests/" 4530 ] 4531 }, 4532 "notification-url": "https://packagist.org/downloads/", 4533 "license": [ 4534 "MIT" 4535 ], 4536 "authors": [ 4537 { 4538 "name": "Fabien Potencier", 4539 "email": "fabien@symfony.com" 4540 }, 4541 { 4542 "name": "Symfony Community", 4543 "homepage": "https://symfony.com/contributors" 4544 } 4545 ], 4546 "description": "Provides tools to internationalize your application", 4547 "homepage": "https://symfony.com", 4548 "support": { 4549 "source": "https://github.com/symfony/translation/tree/v4.4.37" 4550 }, 4551 "funding": [ 4552 { 4553 "url": "https://symfony.com/sponsor", 4554 "type": "custom" 4555 }, 4556 { 4557 "url": "https://github.com/fabpot", 4558 "type": "github" 4559 }, 4560 { 4561 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4562 "type": "tidelift" 4563 } 4564 ], 4565 "time": "2022-01-02T09:41:36+00:00" 4566 }, 4567 { 4568 "name": "symfony/translation-contracts", 4569 "version": "v2.5.0", 4570 "source": { 4571 "type": "git", 4572 "url": "https://github.com/symfony/translation-contracts.git", 4573 "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" 4574 }, 4575 "dist": { 4576 "type": "zip", 4577 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", 4578 "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", 4579 "shasum": "" 4580 }, 4581 "require": { 4582 "php": ">=7.2.5" 4583 }, 4584 "suggest": { 4585 "symfony/translation-implementation": "" 4586 }, 4587 "type": "library", 4588 "extra": { 4589 "branch-alias": { 4590 "dev-main": "2.5-dev" 4591 }, 4592 "thanks": { 4593 "name": "symfony/contracts", 4594 "url": "https://github.com/symfony/contracts" 4595 } 4596 }, 4597 "autoload": { 4598 "psr-4": { 4599 "Symfony\\Contracts\\Translation\\": "" 4600 } 4601 }, 4602 "notification-url": "https://packagist.org/downloads/", 4603 "license": [ 4604 "MIT" 4605 ], 4606 "authors": [ 4607 { 4608 "name": "Nicolas Grekas", 4609 "email": "p@tchwork.com" 4610 }, 4611 { 4612 "name": "Symfony Community", 4613 "homepage": "https://symfony.com/contributors" 4614 } 4615 ], 4616 "description": "Generic abstractions related to translation", 4617 "homepage": "https://symfony.com", 4618 "keywords": [ 4619 "abstractions", 4620 "contracts", 4621 "decoupling", 4622 "interfaces", 4623 "interoperability", 4624 "standards" 4625 ], 4626 "support": { 4627 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" 4628 }, 4629 "funding": [ 4630 { 4631 "url": "https://symfony.com/sponsor", 4632 "type": "custom" 4633 }, 4634 { 4635 "url": "https://github.com/fabpot", 4636 "type": "github" 4637 }, 4638 { 4639 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4640 "type": "tidelift" 4641 } 4642 ], 4643 "time": "2021-08-17T14:20:01+00:00" 4644 }, 4645 { 4646 "name": "symfony/yaml", 4647 "version": "v5.4.3", 4648 "source": { 4649 "type": "git", 4650 "url": "https://github.com/symfony/yaml.git", 4651 "reference": "e80f87d2c9495966768310fc531b487ce64237a2" 4652 }, 4653 "dist": { 4654 "type": "zip", 4655 "url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2", 4656 "reference": "e80f87d2c9495966768310fc531b487ce64237a2", 4657 "shasum": "" 4658 }, 4659 "require": { 4660 "php": ">=7.2.5", 4661 "symfony/deprecation-contracts": "^2.1|^3", 4662 "symfony/polyfill-ctype": "^1.8" 4663 }, 4664 "conflict": { 4665 "symfony/console": "<5.3" 4666 }, 4667 "require-dev": { 4668 "symfony/console": "^5.3|^6.0" 4669 }, 4670 "suggest": { 4671 "symfony/console": "For validating YAML files using the lint command" 4672 }, 4673 "bin": [ 4674 "Resources/bin/yaml-lint" 4675 ], 4676 "type": "library", 4677 "autoload": { 4678 "psr-4": { 4679 "Symfony\\Component\\Yaml\\": "" 4680 }, 4681 "exclude-from-classmap": [ 4682 "/Tests/" 4683 ] 4684 }, 4685 "notification-url": "https://packagist.org/downloads/", 4686 "license": [ 4687 "MIT" 4688 ], 4689 "authors": [ 4690 { 4691 "name": "Fabien Potencier", 4692 "email": "fabien@symfony.com" 4693 }, 4694 { 4695 "name": "Symfony Community", 4696 "homepage": "https://symfony.com/contributors" 4697 } 4698 ], 4699 "description": "Loads and dumps YAML files", 4700 "homepage": "https://symfony.com", 4701 "support": { 4702 "source": "https://github.com/symfony/yaml/tree/v5.4.3" 4703 }, 4704 "funding": [ 4705 { 4706 "url": "https://symfony.com/sponsor", 4707 "type": "custom" 4708 }, 4709 { 4710 "url": "https://github.com/fabpot", 4711 "type": "github" 4712 }, 4713 { 4714 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4715 "type": "tidelift" 4716 } 4717 ], 4718 "time": "2022-01-26T16:32:32+00:00" 4719 }, 4720 { 4721 "name": "theseer/tokenizer", 4722 "version": "1.2.1", 4723 "source": { 4724 "type": "git", 4725 "url": "https://github.com/theseer/tokenizer.git", 4726 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" 4727 }, 4728 "dist": { 4729 "type": "zip", 4730 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", 4731 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", 4732 "shasum": "" 4733 }, 4734 "require": { 4735 "ext-dom": "*", 4736 "ext-tokenizer": "*", 4737 "ext-xmlwriter": "*", 4738 "php": "^7.2 || ^8.0" 4739 }, 4740 "type": "library", 4741 "autoload": { 4742 "classmap": [ 4743 "src/" 4744 ] 4745 }, 4746 "notification-url": "https://packagist.org/downloads/", 4747 "license": [ 4748 "BSD-3-Clause" 4749 ], 4750 "authors": [ 4751 { 4752 "name": "Arne Blankerts", 4753 "email": "arne@blankerts.de", 4754 "role": "Developer" 4755 } 4756 ], 4757 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 4758 "support": { 4759 "issues": "https://github.com/theseer/tokenizer/issues", 4760 "source": "https://github.com/theseer/tokenizer/tree/1.2.1" 4761 }, 4762 "funding": [ 4763 { 4764 "url": "https://github.com/theseer", 4765 "type": "github" 4766 } 4767 ], 4768 "time": "2021-07-28T10:34:58+00:00" 4769 }, 4770 { 4771 "name": "webmozart/assert", 4772 "version": "1.10.0", 4773 "source": { 4774 "type": "git", 4775 "url": "https://github.com/webmozarts/assert.git", 4776 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" 4777 }, 4778 "dist": { 4779 "type": "zip", 4780 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", 4781 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", 4782 "shasum": "" 4783 }, 4784 "require": { 4785 "php": "^7.2 || ^8.0", 4786 "symfony/polyfill-ctype": "^1.8" 4787 }, 4788 "conflict": { 4789 "phpstan/phpstan": "<0.12.20", 4790 "vimeo/psalm": "<4.6.1 || 4.6.2" 4791 }, 4792 "require-dev": { 4793 "phpunit/phpunit": "^8.5.13" 4794 }, 4795 "type": "library", 4796 "extra": { 4797 "branch-alias": { 4798 "dev-master": "1.10-dev" 4799 } 4800 }, 4801 "autoload": { 4802 "psr-4": { 4803 "Webmozart\\Assert\\": "src/" 4804 } 4805 }, 4806 "notification-url": "https://packagist.org/downloads/", 4807 "license": [ 4808 "MIT" 4809 ], 4810 "authors": [ 4811 { 4812 "name": "Bernhard Schussek", 4813 "email": "bschussek@gmail.com" 4814 } 4815 ], 4816 "description": "Assertions to validate method input/output with nice error messages.", 4817 "keywords": [ 4818 "assert", 4819 "check", 4820 "validate" 4821 ], 4822 "support": { 4823 "issues": "https://github.com/webmozarts/assert/issues", 4824 "source": "https://github.com/webmozarts/assert/tree/1.10.0" 4825 }, 4826 "time": "2021-03-09T10:59:23+00:00" 4827 } 4828 ], 4829 "aliases": [], 4830 "minimum-stability": "dev", 4831 "stability-flags": [], 4832 "prefer-stable": true, 4833 "prefer-lowest": false, 4834 "platform": { 4835 "php": ">=7.2.0 <8.0", 4836 "ext-iconv": "*", 4837 "ext-mbstring": "*", 4838 "ext-curl": "*", 4839 "ext-openssl": "*", 4840 "ext-ctype": "*", 4841 "ext-zip": "*", 4842 "ext-zlib": "*", 4843 "ext-gd": "*", 4844 "ext-simplexml": "*", 4845 "ext-spl": "*", 4846 "ext-pcre": "*", 4847 "ext-dom": "*", 4848 "ext-xml": "*", 4849 "ext-xmlreader": "*", 4850 "ext-intl": "*", 4851 "ext-json": "*", 4852 "ext-hash": "*", 4853 "ext-fileinfo": "*" 4854 }, 4855 "platform-dev": [], 4856 "plugin-api-version": "2.2.0" 4857 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |