Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 945 lines 34 kB view raw
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": "798f54294447492ecbff9cff6999c060", 8 "packages": [ 9 { 10 "name": "psr/container", 11 "version": "2.0.2", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/php-fig/container.git", 15 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", 20 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=7.4.0" 25 }, 26 "type": "library", 27 "extra": { 28 "branch-alias": { 29 "dev-master": "2.0.x-dev" 30 } 31 }, 32 "autoload": { 33 "psr-4": { 34 "Psr\\Container\\": "src/" 35 } 36 }, 37 "notification-url": "https://packagist.org/downloads/", 38 "license": [ 39 "MIT" 40 ], 41 "authors": [ 42 { 43 "name": "PHP-FIG", 44 "homepage": "https://www.php-fig.org/" 45 } 46 ], 47 "description": "Common Container Interface (PHP FIG PSR-11)", 48 "homepage": "https://github.com/php-fig/container", 49 "keywords": [ 50 "PSR-11", 51 "container", 52 "container-interface", 53 "container-interop", 54 "psr" 55 ], 56 "support": { 57 "issues": "https://github.com/php-fig/container/issues", 58 "source": "https://github.com/php-fig/container/tree/2.0.2" 59 }, 60 "time": "2021-11-05T16:47:00+00:00" 61 }, 62 { 63 "name": "symfony/config", 64 "version": "v7.0.3", 65 "source": { 66 "type": "git", 67 "url": "https://github.com/symfony/config.git", 68 "reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16" 69 }, 70 "dist": { 71 "type": "zip", 72 "url": "https://api.github.com/repos/symfony/config/zipball/86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16", 73 "reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16", 74 "shasum": "" 75 }, 76 "require": { 77 "php": ">=8.2", 78 "symfony/deprecation-contracts": "^2.5|^3", 79 "symfony/filesystem": "^6.4|^7.0", 80 "symfony/polyfill-ctype": "~1.8" 81 }, 82 "conflict": { 83 "symfony/finder": "<6.4", 84 "symfony/service-contracts": "<2.5" 85 }, 86 "require-dev": { 87 "symfony/event-dispatcher": "^6.4|^7.0", 88 "symfony/finder": "^6.4|^7.0", 89 "symfony/messenger": "^6.4|^7.0", 90 "symfony/service-contracts": "^2.5|^3", 91 "symfony/yaml": "^6.4|^7.0" 92 }, 93 "type": "library", 94 "autoload": { 95 "psr-4": { 96 "Symfony\\Component\\Config\\": "" 97 }, 98 "exclude-from-classmap": [ 99 "/Tests/" 100 ] 101 }, 102 "notification-url": "https://packagist.org/downloads/", 103 "license": [ 104 "MIT" 105 ], 106 "authors": [ 107 { 108 "name": "Fabien Potencier", 109 "email": "fabien@symfony.com" 110 }, 111 { 112 "name": "Symfony Community", 113 "homepage": "https://symfony.com/contributors" 114 } 115 ], 116 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 117 "homepage": "https://symfony.com", 118 "support": { 119 "source": "https://github.com/symfony/config/tree/v7.0.3" 120 }, 121 "funding": [ 122 { 123 "url": "https://symfony.com/sponsor", 124 "type": "custom" 125 }, 126 { 127 "url": "https://github.com/fabpot", 128 "type": "github" 129 }, 130 { 131 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 132 "type": "tidelift" 133 } 134 ], 135 "time": "2024-01-30T08:34:29+00:00" 136 }, 137 { 138 "name": "symfony/dependency-injection", 139 "version": "v7.0.3", 140 "source": { 141 "type": "git", 142 "url": "https://github.com/symfony/dependency-injection.git", 143 "reference": "e915c6684b8e3ae90a4441f6823ebbb40edf0b92" 144 }, 145 "dist": { 146 "type": "zip", 147 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e915c6684b8e3ae90a4441f6823ebbb40edf0b92", 148 "reference": "e915c6684b8e3ae90a4441f6823ebbb40edf0b92", 149 "shasum": "" 150 }, 151 "require": { 152 "php": ">=8.2", 153 "psr/container": "^1.1|^2.0", 154 "symfony/deprecation-contracts": "^2.5|^3", 155 "symfony/service-contracts": "^3.3", 156 "symfony/var-exporter": "^6.4|^7.0" 157 }, 158 "conflict": { 159 "ext-psr": "<1.1|>=2", 160 "symfony/config": "<6.4", 161 "symfony/finder": "<6.4", 162 "symfony/yaml": "<6.4" 163 }, 164 "provide": { 165 "psr/container-implementation": "1.1|2.0", 166 "symfony/service-implementation": "1.1|2.0|3.0" 167 }, 168 "require-dev": { 169 "symfony/config": "^6.4|^7.0", 170 "symfony/expression-language": "^6.4|^7.0", 171 "symfony/yaml": "^6.4|^7.0" 172 }, 173 "type": "library", 174 "autoload": { 175 "psr-4": { 176 "Symfony\\Component\\DependencyInjection\\": "" 177 }, 178 "exclude-from-classmap": [ 179 "/Tests/" 180 ] 181 }, 182 "notification-url": "https://packagist.org/downloads/", 183 "license": [ 184 "MIT" 185 ], 186 "authors": [ 187 { 188 "name": "Fabien Potencier", 189 "email": "fabien@symfony.com" 190 }, 191 { 192 "name": "Symfony Community", 193 "homepage": "https://symfony.com/contributors" 194 } 195 ], 196 "description": "Allows you to standardize and centralize the way objects are constructed in your application", 197 "homepage": "https://symfony.com", 198 "support": { 199 "source": "https://github.com/symfony/dependency-injection/tree/v7.0.3" 200 }, 201 "funding": [ 202 { 203 "url": "https://symfony.com/sponsor", 204 "type": "custom" 205 }, 206 { 207 "url": "https://github.com/fabpot", 208 "type": "github" 209 }, 210 { 211 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 212 "type": "tidelift" 213 } 214 ], 215 "time": "2024-01-30T08:34:29+00:00" 216 }, 217 { 218 "name": "symfony/deprecation-contracts", 219 "version": "v3.4.0", 220 "source": { 221 "type": "git", 222 "url": "https://github.com/symfony/deprecation-contracts.git", 223 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" 224 }, 225 "dist": { 226 "type": "zip", 227 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", 228 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", 229 "shasum": "" 230 }, 231 "require": { 232 "php": ">=8.1" 233 }, 234 "type": "library", 235 "extra": { 236 "branch-alias": { 237 "dev-main": "3.4-dev" 238 }, 239 "thanks": { 240 "name": "symfony/contracts", 241 "url": "https://github.com/symfony/contracts" 242 } 243 }, 244 "autoload": { 245 "files": [ 246 "function.php" 247 ] 248 }, 249 "notification-url": "https://packagist.org/downloads/", 250 "license": [ 251 "MIT" 252 ], 253 "authors": [ 254 { 255 "name": "Nicolas Grekas", 256 "email": "p@tchwork.com" 257 }, 258 { 259 "name": "Symfony Community", 260 "homepage": "https://symfony.com/contributors" 261 } 262 ], 263 "description": "A generic function and convention to trigger deprecation notices", 264 "homepage": "https://symfony.com", 265 "support": { 266 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0" 267 }, 268 "funding": [ 269 { 270 "url": "https://symfony.com/sponsor", 271 "type": "custom" 272 }, 273 { 274 "url": "https://github.com/fabpot", 275 "type": "github" 276 }, 277 { 278 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 279 "type": "tidelift" 280 } 281 ], 282 "time": "2023-05-23T14:45:45+00:00" 283 }, 284 { 285 "name": "symfony/filesystem", 286 "version": "v7.0.3", 287 "source": { 288 "type": "git", 289 "url": "https://github.com/symfony/filesystem.git", 290 "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12" 291 }, 292 "dist": { 293 "type": "zip", 294 "url": "https://api.github.com/repos/symfony/filesystem/zipball/2890e3a825bc0c0558526c04499c13f83e1b6b12", 295 "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12", 296 "shasum": "" 297 }, 298 "require": { 299 "php": ">=8.2", 300 "symfony/polyfill-ctype": "~1.8", 301 "symfony/polyfill-mbstring": "~1.8" 302 }, 303 "type": "library", 304 "autoload": { 305 "psr-4": { 306 "Symfony\\Component\\Filesystem\\": "" 307 }, 308 "exclude-from-classmap": [ 309 "/Tests/" 310 ] 311 }, 312 "notification-url": "https://packagist.org/downloads/", 313 "license": [ 314 "MIT" 315 ], 316 "authors": [ 317 { 318 "name": "Fabien Potencier", 319 "email": "fabien@symfony.com" 320 }, 321 { 322 "name": "Symfony Community", 323 "homepage": "https://symfony.com/contributors" 324 } 325 ], 326 "description": "Provides basic utilities for the filesystem", 327 "homepage": "https://symfony.com", 328 "support": { 329 "source": "https://github.com/symfony/filesystem/tree/v7.0.3" 330 }, 331 "funding": [ 332 { 333 "url": "https://symfony.com/sponsor", 334 "type": "custom" 335 }, 336 { 337 "url": "https://github.com/fabpot", 338 "type": "github" 339 }, 340 { 341 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 342 "type": "tidelift" 343 } 344 ], 345 "time": "2024-01-23T15:02:46+00:00" 346 }, 347 { 348 "name": "symfony/polyfill-ctype", 349 "version": "v1.29.0", 350 "source": { 351 "type": "git", 352 "url": "https://github.com/symfony/polyfill-ctype.git", 353 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 354 }, 355 "dist": { 356 "type": "zip", 357 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 358 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 359 "shasum": "" 360 }, 361 "require": { 362 "php": ">=7.1" 363 }, 364 "provide": { 365 "ext-ctype": "*" 366 }, 367 "suggest": { 368 "ext-ctype": "For best performance" 369 }, 370 "type": "library", 371 "extra": { 372 "thanks": { 373 "name": "symfony/polyfill", 374 "url": "https://github.com/symfony/polyfill" 375 } 376 }, 377 "autoload": { 378 "files": [ 379 "bootstrap.php" 380 ], 381 "psr-4": { 382 "Symfony\\Polyfill\\Ctype\\": "" 383 } 384 }, 385 "notification-url": "https://packagist.org/downloads/", 386 "license": [ 387 "MIT" 388 ], 389 "authors": [ 390 { 391 "name": "Gert de Pagter", 392 "email": "BackEndTea@gmail.com" 393 }, 394 { 395 "name": "Symfony Community", 396 "homepage": "https://symfony.com/contributors" 397 } 398 ], 399 "description": "Symfony polyfill for ctype functions", 400 "homepage": "https://symfony.com", 401 "keywords": [ 402 "compatibility", 403 "ctype", 404 "polyfill", 405 "portable" 406 ], 407 "support": { 408 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 409 }, 410 "funding": [ 411 { 412 "url": "https://symfony.com/sponsor", 413 "type": "custom" 414 }, 415 { 416 "url": "https://github.com/fabpot", 417 "type": "github" 418 }, 419 { 420 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 421 "type": "tidelift" 422 } 423 ], 424 "time": "2024-01-29T20:11:03+00:00" 425 }, 426 { 427 "name": "symfony/polyfill-mbstring", 428 "version": "v1.29.0", 429 "source": { 430 "type": "git", 431 "url": "https://github.com/symfony/polyfill-mbstring.git", 432 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" 433 }, 434 "dist": { 435 "type": "zip", 436 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 437 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 438 "shasum": "" 439 }, 440 "require": { 441 "php": ">=7.1" 442 }, 443 "provide": { 444 "ext-mbstring": "*" 445 }, 446 "suggest": { 447 "ext-mbstring": "For best performance" 448 }, 449 "type": "library", 450 "extra": { 451 "thanks": { 452 "name": "symfony/polyfill", 453 "url": "https://github.com/symfony/polyfill" 454 } 455 }, 456 "autoload": { 457 "files": [ 458 "bootstrap.php" 459 ], 460 "psr-4": { 461 "Symfony\\Polyfill\\Mbstring\\": "" 462 } 463 }, 464 "notification-url": "https://packagist.org/downloads/", 465 "license": [ 466 "MIT" 467 ], 468 "authors": [ 469 { 470 "name": "Nicolas Grekas", 471 "email": "p@tchwork.com" 472 }, 473 { 474 "name": "Symfony Community", 475 "homepage": "https://symfony.com/contributors" 476 } 477 ], 478 "description": "Symfony polyfill for the Mbstring extension", 479 "homepage": "https://symfony.com", 480 "keywords": [ 481 "compatibility", 482 "mbstring", 483 "polyfill", 484 "portable", 485 "shim" 486 ], 487 "support": { 488 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" 489 }, 490 "funding": [ 491 { 492 "url": "https://symfony.com/sponsor", 493 "type": "custom" 494 }, 495 { 496 "url": "https://github.com/fabpot", 497 "type": "github" 498 }, 499 { 500 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 501 "type": "tidelift" 502 } 503 ], 504 "time": "2024-01-29T20:11:03+00:00" 505 }, 506 { 507 "name": "symfony/service-contracts", 508 "version": "v3.4.1", 509 "source": { 510 "type": "git", 511 "url": "https://github.com/symfony/service-contracts.git", 512 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" 513 }, 514 "dist": { 515 "type": "zip", 516 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", 517 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", 518 "shasum": "" 519 }, 520 "require": { 521 "php": ">=8.1", 522 "psr/container": "^1.1|^2.0" 523 }, 524 "conflict": { 525 "ext-psr": "<1.1|>=2" 526 }, 527 "type": "library", 528 "extra": { 529 "branch-alias": { 530 "dev-main": "3.4-dev" 531 }, 532 "thanks": { 533 "name": "symfony/contracts", 534 "url": "https://github.com/symfony/contracts" 535 } 536 }, 537 "autoload": { 538 "psr-4": { 539 "Symfony\\Contracts\\Service\\": "" 540 }, 541 "exclude-from-classmap": [ 542 "/Test/" 543 ] 544 }, 545 "notification-url": "https://packagist.org/downloads/", 546 "license": [ 547 "MIT" 548 ], 549 "authors": [ 550 { 551 "name": "Nicolas Grekas", 552 "email": "p@tchwork.com" 553 }, 554 { 555 "name": "Symfony Community", 556 "homepage": "https://symfony.com/contributors" 557 } 558 ], 559 "description": "Generic abstractions related to writing services", 560 "homepage": "https://symfony.com", 561 "keywords": [ 562 "abstractions", 563 "contracts", 564 "decoupling", 565 "interfaces", 566 "interoperability", 567 "standards" 568 ], 569 "support": { 570 "source": "https://github.com/symfony/service-contracts/tree/v3.4.1" 571 }, 572 "funding": [ 573 { 574 "url": "https://symfony.com/sponsor", 575 "type": "custom" 576 }, 577 { 578 "url": "https://github.com/fabpot", 579 "type": "github" 580 }, 581 { 582 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 583 "type": "tidelift" 584 } 585 ], 586 "time": "2023-12-26T14:02:43+00:00" 587 }, 588 { 589 "name": "symfony/var-exporter", 590 "version": "v7.0.3", 591 "source": { 592 "type": "git", 593 "url": "https://github.com/symfony/var-exporter.git", 594 "reference": "1fb79308cb5fc2b44bff6e8af10a5af6812e05b8" 595 }, 596 "dist": { 597 "type": "zip", 598 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1fb79308cb5fc2b44bff6e8af10a5af6812e05b8", 599 "reference": "1fb79308cb5fc2b44bff6e8af10a5af6812e05b8", 600 "shasum": "" 601 }, 602 "require": { 603 "php": ">=8.2" 604 }, 605 "require-dev": { 606 "symfony/var-dumper": "^6.4|^7.0" 607 }, 608 "type": "library", 609 "autoload": { 610 "psr-4": { 611 "Symfony\\Component\\VarExporter\\": "" 612 }, 613 "exclude-from-classmap": [ 614 "/Tests/" 615 ] 616 }, 617 "notification-url": "https://packagist.org/downloads/", 618 "license": [ 619 "MIT" 620 ], 621 "authors": [ 622 { 623 "name": "Nicolas Grekas", 624 "email": "p@tchwork.com" 625 }, 626 { 627 "name": "Symfony Community", 628 "homepage": "https://symfony.com/contributors" 629 } 630 ], 631 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 632 "homepage": "https://symfony.com", 633 "keywords": [ 634 "clone", 635 "construct", 636 "export", 637 "hydrate", 638 "instantiate", 639 "lazy-loading", 640 "proxy", 641 "serialize" 642 ], 643 "support": { 644 "source": "https://github.com/symfony/var-exporter/tree/v7.0.3" 645 }, 646 "funding": [ 647 { 648 "url": "https://symfony.com/sponsor", 649 "type": "custom" 650 }, 651 { 652 "url": "https://github.com/fabpot", 653 "type": "github" 654 }, 655 { 656 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 657 "type": "tidelift" 658 } 659 ], 660 "time": "2024-01-23T15:02:46+00:00" 661 } 662 ], 663 "packages-dev": [ 664 { 665 "name": "easy-doc/easy-doc", 666 "version": "1.4.1", 667 "source": { 668 "type": "git", 669 "url": "https://github.com/kylekatarnls/php-easy-doc.git", 670 "reference": "194433f262ca2ba65089e095b574b7b81891f27b" 671 }, 672 "dist": { 673 "type": "zip", 674 "url": "https://api.github.com/repos/kylekatarnls/php-easy-doc/zipball/194433f262ca2ba65089e095b574b7b81891f27b", 675 "reference": "194433f262ca2ba65089e095b574b7b81891f27b", 676 "shasum": "" 677 }, 678 "require": { 679 "php": "^7.1 || ^8.0", 680 "simple-cli/simple-cli": "^1.4.1" 681 }, 682 "require-dev": { 683 "erusev/parsedown": "^1.7", 684 "phpunit/phpunit": "^7.5.18", 685 "symfony/process": "^4.4 || ^5.0" 686 }, 687 "bin": [ 688 "bin/easy-doc" 689 ], 690 "type": "library", 691 "autoload": { 692 "psr-4": { 693 "EasyDoc\\": "src/EasyDoc/" 694 } 695 }, 696 "notification-url": "https://packagist.org/downloads/", 697 "license": [ 698 "MIT" 699 ], 700 "authors": [ 701 { 702 "name": "KyleK", 703 "email": "kylekatarnls@gmail.com" 704 } 705 ], 706 "description": "An easy way to generate a static website from HTML/Markdown/RST/Pug/anything sources", 707 "support": { 708 "issues": "https://github.com/kylekatarnls/php-easy-doc/issues", 709 "source": "https://github.com/kylekatarnls/php-easy-doc/tree/master" 710 }, 711 "funding": [ 712 { 713 "url": "https://github.com/kylekatarnls", 714 "type": "github" 715 }, 716 { 717 "url": "https://opencollective.com/Carbon", 718 "type": "open_collective" 719 }, 720 { 721 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 722 "type": "tidelift" 723 } 724 ], 725 "time": "2020-05-24T10:15:11+00:00" 726 }, 727 { 728 "name": "gregwar/rst", 729 "version": "v1.0.6", 730 "target-dir": "Gregwar/RST", 731 "source": { 732 "type": "git", 733 "url": "https://github.com/Gregwar/RST.git", 734 "reference": "93c630ae18c47d8f7503230fa6ca39a79ad3c598" 735 }, 736 "dist": { 737 "type": "zip", 738 "url": "https://api.github.com/repos/Gregwar/RST/zipball/93c630ae18c47d8f7503230fa6ca39a79ad3c598", 739 "reference": "93c630ae18c47d8f7503230fa6ca39a79ad3c598", 740 "shasum": "" 741 }, 742 "require": { 743 "php": ">=5.3.0", 744 "symfony/polyfill-mbstring": "^1.12" 745 }, 746 "require-dev": { 747 "phpunit/phpunit": "^6.4" 748 }, 749 "type": "library", 750 "autoload": { 751 "psr-0": { 752 "Gregwar\\RST": "" 753 } 754 }, 755 "notification-url": "https://packagist.org/downloads/", 756 "license": [ 757 "MIT" 758 ], 759 "authors": [ 760 { 761 "name": "Grégoire Passault", 762 "email": "g.passault@gmail.com", 763 "homepage": "http://www.gregwar.com/" 764 } 765 ], 766 "description": "PHP library to parse reStructuredText documents", 767 "homepage": "https://github.com/Gregwar/RST", 768 "keywords": [ 769 "markup", 770 "parser", 771 "rst" 772 ], 773 "support": { 774 "issues": "https://github.com/Gregwar/RST/issues", 775 "source": "https://github.com/Gregwar/RST/tree/v1.0.6" 776 }, 777 "time": "2020-04-09T08:09:05+00:00" 778 }, 779 { 780 "name": "simple-cli/simple-cli", 781 "version": "1.6.0", 782 "source": { 783 "type": "git", 784 "url": "https://github.com/kylekatarnls/simple-cli.git", 785 "reference": "47055c9a172ab032e33a498001d2978c9800fd59" 786 }, 787 "dist": { 788 "type": "zip", 789 "url": "https://api.github.com/repos/kylekatarnls/simple-cli/zipball/47055c9a172ab032e33a498001d2978c9800fd59", 790 "reference": "47055c9a172ab032e33a498001d2978c9800fd59", 791 "shasum": "" 792 }, 793 "require": { 794 "php": "^7.1 || ^8.0" 795 }, 796 "require-dev": { 797 "friendsofphp/php-cs-fixer": "^2.15.0", 798 "phan/phan": "^2.3", 799 "phpmd/phpmd": "dev-master", 800 "phpstan/phpstan": "^0.12", 801 "phpunit/phpunit": "^7", 802 "squizlabs/php_codesniffer": "^3.0", 803 "vimeo/psalm": "^3.6" 804 }, 805 "bin": [ 806 "bin/simple-cli" 807 ], 808 "type": "library", 809 "autoload": { 810 "psr-4": { 811 "SimpleCli\\": "src/SimpleCli/" 812 } 813 }, 814 "notification-url": "https://packagist.org/downloads/", 815 "license": [ 816 "MIT" 817 ], 818 "authors": [ 819 { 820 "name": "KyleK", 821 "email": "kylekatarnls@gmail.com" 822 } 823 ], 824 "description": "A simple command line framework", 825 "support": { 826 "issues": "https://github.com/kylekatarnls/simple-cli/issues", 827 "source": "https://github.com/kylekatarnls/simple-cli/tree/1.6.0" 828 }, 829 "funding": [ 830 { 831 "url": "https://tidelift.com/funding/github/packagist/simple-cli/simple-cli", 832 "type": "tidelift" 833 } 834 ], 835 "time": "2020-11-18T22:40:00+00:00" 836 }, 837 { 838 "name": "squizlabs/php_codesniffer", 839 "version": "2.9.2", 840 "source": { 841 "type": "git", 842 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 843 "reference": "2acf168de78487db620ab4bc524135a13cfe6745" 844 }, 845 "dist": { 846 "type": "zip", 847 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745", 848 "reference": "2acf168de78487db620ab4bc524135a13cfe6745", 849 "shasum": "" 850 }, 851 "require": { 852 "ext-simplexml": "*", 853 "ext-tokenizer": "*", 854 "ext-xmlwriter": "*", 855 "php": ">=5.1.2" 856 }, 857 "require-dev": { 858 "phpunit/phpunit": "~4.0" 859 }, 860 "bin": [ 861 "scripts/phpcs", 862 "scripts/phpcbf" 863 ], 864 "type": "library", 865 "extra": { 866 "branch-alias": { 867 "dev-master": "2.x-dev" 868 } 869 }, 870 "autoload": { 871 "classmap": [ 872 "CodeSniffer.php", 873 "CodeSniffer/CLI.php", 874 "CodeSniffer/Exception.php", 875 "CodeSniffer/File.php", 876 "CodeSniffer/Fixer.php", 877 "CodeSniffer/Report.php", 878 "CodeSniffer/Reporting.php", 879 "CodeSniffer/Sniff.php", 880 "CodeSniffer/Tokens.php", 881 "CodeSniffer/Reports/", 882 "CodeSniffer/Tokenizers/", 883 "CodeSniffer/DocGenerators/", 884 "CodeSniffer/Standards/AbstractPatternSniff.php", 885 "CodeSniffer/Standards/AbstractScopeSniff.php", 886 "CodeSniffer/Standards/AbstractVariableSniff.php", 887 "CodeSniffer/Standards/IncorrectPatternException.php", 888 "CodeSniffer/Standards/Generic/Sniffs/", 889 "CodeSniffer/Standards/MySource/Sniffs/", 890 "CodeSniffer/Standards/PEAR/Sniffs/", 891 "CodeSniffer/Standards/PSR1/Sniffs/", 892 "CodeSniffer/Standards/PSR2/Sniffs/", 893 "CodeSniffer/Standards/Squiz/Sniffs/", 894 "CodeSniffer/Standards/Zend/Sniffs/" 895 ] 896 }, 897 "notification-url": "https://packagist.org/downloads/", 898 "license": [ 899 "BSD-3-Clause" 900 ], 901 "authors": [ 902 { 903 "name": "Greg Sherwood", 904 "role": "lead" 905 } 906 ], 907 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 908 "homepage": "http://www.squizlabs.com/php-codesniffer", 909 "keywords": [ 910 "phpcs", 911 "standards" 912 ], 913 "support": { 914 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", 915 "source": "https://github.com/squizlabs/PHP_CodeSniffer", 916 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 917 }, 918 "funding": [ 919 { 920 "url": "https://github.com/PHPCSStandards", 921 "type": "github" 922 }, 923 { 924 "url": "https://github.com/jrfnl", 925 "type": "github" 926 }, 927 { 928 "url": "https://opencollective.com/php_codesniffer", 929 "type": "open_collective" 930 } 931 ], 932 "time": "2018-11-07T22:31:41+00:00" 933 } 934 ], 935 "aliases": [], 936 "minimum-stability": "stable", 937 "stability-flags": [], 938 "prefer-stable": false, 939 "prefer-lowest": false, 940 "platform": { 941 "php": ">=5.3.7" 942 }, 943 "platform-dev": [], 944 "plugin-api-version": "2.6.0" 945}