nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pdepend: 2.15.1 -> 2.16.2

Diff: https://github.com/pdepend/pdepend/compare/2.15.1...2.16.2

Patka 0cdfd793 fc1b4c9c

+142 -1287
+133 -1282
pkgs/by-name/pd/pdepend/composer.lock
··· 4 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 5 "This file is @generated automatically" 6 6 ], 7 - "content-hash": "5e64a6db62881c86d7bcc23b1d82dfb0", 7 + "content-hash": "798f54294447492ecbff9cff6999c060", 8 8 "packages": [ 9 9 { 10 10 "name": "psr/container", 11 - "version": "1.1.2", 11 + "version": "2.0.2", 12 12 "source": { 13 13 "type": "git", 14 14 "url": "https://github.com/php-fig/container.git", 15 - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" 15 + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" 16 16 }, 17 17 "dist": { 18 18 "type": "zip", 19 - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", 20 - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", 19 + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", 20 + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", 21 21 "shasum": "" 22 22 }, 23 23 "require": { 24 24 "php": ">=7.4.0" 25 25 }, 26 26 "type": "library", 27 + "extra": { 28 + "branch-alias": { 29 + "dev-master": "2.0.x-dev" 30 + } 31 + }, 27 32 "autoload": { 28 33 "psr-4": { 29 34 "Psr\\Container\\": "src/" ··· 55 50 ], 56 51 "support": { 57 52 "issues": "https://github.com/php-fig/container/issues", 58 - "source": "https://github.com/php-fig/container/tree/1.1.2" 53 + "source": "https://github.com/php-fig/container/tree/2.0.2" 59 54 }, 60 - "time": "2021-11-05T16:50:12+00:00" 55 + "time": "2021-11-05T16:47:00+00:00" 61 56 }, 62 57 { 63 58 "name": "symfony/config", 64 - "version": "v4.4.44", 59 + "version": "v7.0.3", 65 60 "source": { 66 61 "type": "git", 67 62 "url": "https://github.com/symfony/config.git", 68 - "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" 63 + "reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16" 69 64 }, 70 65 "dist": { 71 66 "type": "zip", 72 - "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", 73 - "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", 67 + "url": "https://api.github.com/repos/symfony/config/zipball/86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16", 68 + "reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16", 74 69 "shasum": "" 75 70 }, 76 71 "require": { 77 - "php": ">=7.1.3", 78 - "symfony/filesystem": "^3.4|^4.0|^5.0", 79 - "symfony/polyfill-ctype": "~1.8", 80 - "symfony/polyfill-php80": "^1.16", 81 - "symfony/polyfill-php81": "^1.22" 72 + "php": ">=8.2", 73 + "symfony/deprecation-contracts": "^2.5|^3", 74 + "symfony/filesystem": "^6.4|^7.0", 75 + "symfony/polyfill-ctype": "~1.8" 82 76 }, 83 77 "conflict": { 84 - "symfony/finder": "<3.4" 78 + "symfony/finder": "<6.4", 79 + "symfony/service-contracts": "<2.5" 85 80 }, 86 81 "require-dev": { 87 - "symfony/event-dispatcher": "^3.4|^4.0|^5.0", 88 - "symfony/finder": "^3.4|^4.0|^5.0", 89 - "symfony/messenger": "^4.1|^5.0", 90 - "symfony/service-contracts": "^1.1|^2", 91 - "symfony/yaml": "^3.4|^4.0|^5.0" 92 - }, 93 - "suggest": { 94 - "symfony/yaml": "To use the yaml reference dumper" 82 + "symfony/event-dispatcher": "^6.4|^7.0", 83 + "symfony/finder": "^6.4|^7.0", 84 + "symfony/messenger": "^6.4|^7.0", 85 + "symfony/service-contracts": "^2.5|^3", 86 + "symfony/yaml": "^6.4|^7.0" 95 87 }, 96 88 "type": "library", 97 89 "autoload": { ··· 116 114 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 117 115 "homepage": "https://symfony.com", 118 116 "support": { 119 - "source": "https://github.com/symfony/config/tree/v4.4.44" 117 + "source": "https://github.com/symfony/config/tree/v7.0.3" 120 118 }, 121 119 "funding": [ 122 120 { ··· 132 130 "type": "tidelift" 133 131 } 134 132 ], 135 - "time": "2022-07-20T09:59:04+00:00" 133 + "time": "2024-01-30T08:34:29+00:00" 136 134 }, 137 135 { 138 136 "name": "symfony/dependency-injection", 139 - "version": "v4.4.37", 137 + "version": "v7.0.3", 140 138 "source": { 141 139 "type": "git", 142 140 "url": "https://github.com/symfony/dependency-injection.git", 143 - "reference": "c00a23904b42f140087d36e1d22c88801bb39689" 141 + "reference": "e915c6684b8e3ae90a4441f6823ebbb40edf0b92" 144 142 }, 145 143 "dist": { 146 144 "type": "zip", 147 - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c00a23904b42f140087d36e1d22c88801bb39689", 148 - "reference": "c00a23904b42f140087d36e1d22c88801bb39689", 145 + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e915c6684b8e3ae90a4441f6823ebbb40edf0b92", 146 + "reference": "e915c6684b8e3ae90a4441f6823ebbb40edf0b92", 149 147 "shasum": "" 150 148 }, 151 149 "require": { 152 - "php": ">=7.1.3", 153 - "psr/container": "^1.0", 154 - "symfony/polyfill-php80": "^1.16", 155 - "symfony/service-contracts": "^1.1.6|^2" 150 + "php": ">=8.2", 151 + "psr/container": "^1.1|^2.0", 152 + "symfony/deprecation-contracts": "^2.5|^3", 153 + "symfony/service-contracts": "^3.3", 154 + "symfony/var-exporter": "^6.4|^7.0" 156 155 }, 157 156 "conflict": { 158 - "symfony/config": "<4.3|>=5.0", 159 - "symfony/finder": "<3.4", 160 - "symfony/proxy-manager-bridge": "<3.4", 161 - "symfony/yaml": "<3.4" 157 + "ext-psr": "<1.1|>=2", 158 + "symfony/config": "<6.4", 159 + "symfony/finder": "<6.4", 160 + "symfony/yaml": "<6.4" 162 161 }, 163 162 "provide": { 164 - "psr/container-implementation": "1.0", 165 - "symfony/service-implementation": "1.0|2.0" 163 + "psr/container-implementation": "1.1|2.0", 164 + "symfony/service-implementation": "1.1|2.0|3.0" 166 165 }, 167 166 "require-dev": { 168 - "symfony/config": "^4.3", 169 - "symfony/expression-language": "^3.4|^4.0|^5.0", 170 - "symfony/yaml": "^4.4|^5.0" 171 - }, 172 - "suggest": { 173 - "symfony/config": "", 174 - "symfony/expression-language": "For using expressions in service container configuration", 175 - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", 176 - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", 177 - "symfony/yaml": "" 167 + "symfony/config": "^6.4|^7.0", 168 + "symfony/expression-language": "^6.4|^7.0", 169 + "symfony/yaml": "^6.4|^7.0" 178 170 }, 179 171 "type": "library", 180 172 "autoload": { ··· 196 200 "description": "Allows you to standardize and centralize the way objects are constructed in your application", 197 201 "homepage": "https://symfony.com", 198 202 "support": { 199 - "source": "https://github.com/symfony/dependency-injection/tree/v4.4.37" 203 + "source": "https://github.com/symfony/dependency-injection/tree/v7.0.3" 200 204 }, 201 205 "funding": [ 202 206 { ··· 212 216 "type": "tidelift" 213 217 } 214 218 ], 215 - "time": "2022-01-24T17:17:45+00:00" 219 + "time": "2024-01-30T08:34:29+00:00" 216 220 }, 217 221 { 218 222 "name": "symfony/deprecation-contracts", 219 - "version": "v3.3.0", 223 + "version": "v3.4.0", 220 224 "source": { 221 225 "type": "git", 222 226 "url": "https://github.com/symfony/deprecation-contracts.git", ··· 263 267 "description": "A generic function and convention to trigger deprecation notices", 264 268 "homepage": "https://symfony.com", 265 269 "support": { 266 - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" 270 + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0" 267 271 }, 268 272 "funding": [ 269 273 { ··· 283 287 }, 284 288 { 285 289 "name": "symfony/filesystem", 286 - "version": "v5.4.25", 290 + "version": "v7.0.3", 287 291 "source": { 288 292 "type": "git", 289 293 "url": "https://github.com/symfony/filesystem.git", 290 - "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364" 294 + "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12" 291 295 }, 292 296 "dist": { 293 297 "type": "zip", 294 - "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", 295 - "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", 298 + "url": "https://api.github.com/repos/symfony/filesystem/zipball/2890e3a825bc0c0558526c04499c13f83e1b6b12", 299 + "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12", 296 300 "shasum": "" 297 301 }, 298 302 "require": { 299 - "php": ">=7.2.5", 303 + "php": ">=8.2", 300 304 "symfony/polyfill-ctype": "~1.8", 301 - "symfony/polyfill-mbstring": "~1.8", 302 - "symfony/polyfill-php80": "^1.16" 305 + "symfony/polyfill-mbstring": "~1.8" 303 306 }, 304 307 "type": "library", 305 308 "autoload": { ··· 326 331 "description": "Provides basic utilities for the filesystem", 327 332 "homepage": "https://symfony.com", 328 333 "support": { 329 - "source": "https://github.com/symfony/filesystem/tree/v5.4.25" 334 + "source": "https://github.com/symfony/filesystem/tree/v7.0.3" 330 335 }, 331 336 "funding": [ 332 337 { ··· 342 347 "type": "tidelift" 343 348 } 344 349 ], 345 - "time": "2023-05-31T13:04:02+00:00" 350 + "time": "2024-01-23T15:02:46+00:00" 346 351 }, 347 352 { 348 353 "name": "symfony/polyfill-ctype", 349 - "version": "v1.28.0", 354 + "version": "v1.29.0", 350 355 "source": { 351 356 "type": "git", 352 357 "url": "https://github.com/symfony/polyfill-ctype.git", 353 - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" 358 + "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 354 359 }, 355 360 "dist": { 356 361 "type": "zip", 357 - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", 358 - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", 362 + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 363 + "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 359 364 "shasum": "" 360 365 }, 361 366 "require": { ··· 369 374 }, 370 375 "type": "library", 371 376 "extra": { 372 - "branch-alias": { 373 - "dev-main": "1.28-dev" 374 - }, 375 377 "thanks": { 376 378 "name": "symfony/polyfill", 377 379 "url": "https://github.com/symfony/polyfill" ··· 405 413 "portable" 406 414 ], 407 415 "support": { 408 - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" 416 + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 409 417 }, 410 418 "funding": [ 411 419 { ··· 421 429 "type": "tidelift" 422 430 } 423 431 ], 424 - "time": "2023-01-26T09:26:14+00:00" 432 + "time": "2024-01-29T20:11:03+00:00" 425 433 }, 426 434 { 427 435 "name": "symfony/polyfill-mbstring", 428 - "version": "v1.28.0", 436 + "version": "v1.29.0", 429 437 "source": { 430 438 "type": "git", 431 439 "url": "https://github.com/symfony/polyfill-mbstring.git", 432 - "reference": "42292d99c55abe617799667f454222c54c60e229" 440 + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" 433 441 }, 434 442 "dist": { 435 443 "type": "zip", 436 - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", 437 - "reference": "42292d99c55abe617799667f454222c54c60e229", 444 + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 445 + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 438 446 "shasum": "" 439 447 }, 440 448 "require": { ··· 448 456 }, 449 457 "type": "library", 450 458 "extra": { 451 - "branch-alias": { 452 - "dev-main": "1.28-dev" 453 - }, 454 459 "thanks": { 455 460 "name": "symfony/polyfill", 456 461 "url": "https://github.com/symfony/polyfill" ··· 485 496 "shim" 486 497 ], 487 498 "support": { 488 - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" 499 + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" 489 500 }, 490 501 "funding": [ 491 502 { ··· 501 512 "type": "tidelift" 502 513 } 503 514 ], 504 - "time": "2023-07-28T09:04:16+00:00" 505 - }, 506 - { 507 - "name": "symfony/polyfill-php80", 508 - "version": "v1.28.0", 509 - "source": { 510 - "type": "git", 511 - "url": "https://github.com/symfony/polyfill-php80.git", 512 - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" 513 - }, 514 - "dist": { 515 - "type": "zip", 516 - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 517 - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 518 - "shasum": "" 519 - }, 520 - "require": { 521 - "php": ">=7.1" 522 - }, 523 - "type": "library", 524 - "extra": { 525 - "branch-alias": { 526 - "dev-main": "1.28-dev" 527 - }, 528 - "thanks": { 529 - "name": "symfony/polyfill", 530 - "url": "https://github.com/symfony/polyfill" 531 - } 532 - }, 533 - "autoload": { 534 - "files": [ 535 - "bootstrap.php" 536 - ], 537 - "psr-4": { 538 - "Symfony\\Polyfill\\Php80\\": "" 539 - }, 540 - "classmap": [ 541 - "Resources/stubs" 542 - ] 543 - }, 544 - "notification-url": "https://packagist.org/downloads/", 545 - "license": [ 546 - "MIT" 547 - ], 548 - "authors": [ 549 - { 550 - "name": "Ion Bazan", 551 - "email": "ion.bazan@gmail.com" 552 - }, 553 - { 554 - "name": "Nicolas Grekas", 555 - "email": "p@tchwork.com" 556 - }, 557 - { 558 - "name": "Symfony Community", 559 - "homepage": "https://symfony.com/contributors" 560 - } 561 - ], 562 - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 563 - "homepage": "https://symfony.com", 564 - "keywords": [ 565 - "compatibility", 566 - "polyfill", 567 - "portable", 568 - "shim" 569 - ], 570 - "support": { 571 - "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" 572 - }, 573 - "funding": [ 574 - { 575 - "url": "https://symfony.com/sponsor", 576 - "type": "custom" 577 - }, 578 - { 579 - "url": "https://github.com/fabpot", 580 - "type": "github" 581 - }, 582 - { 583 - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 584 - "type": "tidelift" 585 - } 586 - ], 587 - "time": "2023-01-26T09:26:14+00:00" 588 - }, 589 - { 590 - "name": "symfony/polyfill-php81", 591 - "version": "v1.28.0", 592 - "source": { 593 - "type": "git", 594 - "url": "https://github.com/symfony/polyfill-php81.git", 595 - "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" 596 - }, 597 - "dist": { 598 - "type": "zip", 599 - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", 600 - "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", 601 - "shasum": "" 602 - }, 603 - "require": { 604 - "php": ">=7.1" 605 - }, 606 - "type": "library", 607 - "extra": { 608 - "branch-alias": { 609 - "dev-main": "1.28-dev" 610 - }, 611 - "thanks": { 612 - "name": "symfony/polyfill", 613 - "url": "https://github.com/symfony/polyfill" 614 - } 615 - }, 616 - "autoload": { 617 - "files": [ 618 - "bootstrap.php" 619 - ], 620 - "psr-4": { 621 - "Symfony\\Polyfill\\Php81\\": "" 622 - }, 623 - "classmap": [ 624 - "Resources/stubs" 625 - ] 626 - }, 627 - "notification-url": "https://packagist.org/downloads/", 628 - "license": [ 629 - "MIT" 630 - ], 631 - "authors": [ 632 - { 633 - "name": "Nicolas Grekas", 634 - "email": "p@tchwork.com" 635 - }, 636 - { 637 - "name": "Symfony Community", 638 - "homepage": "https://symfony.com/contributors" 639 - } 640 - ], 641 - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", 642 - "homepage": "https://symfony.com", 643 - "keywords": [ 644 - "compatibility", 645 - "polyfill", 646 - "portable", 647 - "shim" 648 - ], 649 - "support": { 650 - "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" 651 - }, 652 - "funding": [ 653 - { 654 - "url": "https://symfony.com/sponsor", 655 - "type": "custom" 656 - }, 657 - { 658 - "url": "https://github.com/fabpot", 659 - "type": "github" 660 - }, 661 - { 662 - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 663 - "type": "tidelift" 664 - } 665 - ], 666 - "time": "2023-01-26T09:26:14+00:00" 515 + "time": "2024-01-29T20:11:03+00:00" 667 516 }, 668 517 { 669 518 "name": "symfony/service-contracts", 670 - "version": "v2.5.2", 519 + "version": "v3.4.1", 671 520 "source": { 672 521 "type": "git", 673 522 "url": "https://github.com/symfony/service-contracts.git", 674 - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" 523 + "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" 675 524 }, 676 525 "dist": { 677 526 "type": "zip", 678 - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", 679 - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", 527 + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", 528 + "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", 680 529 "shasum": "" 681 530 }, 682 531 "require": { 683 - "php": ">=7.2.5", 684 - "psr/container": "^1.1", 685 - "symfony/deprecation-contracts": "^2.1|^3" 532 + "php": ">=8.1", 533 + "psr/container": "^1.1|^2.0" 686 534 }, 687 535 "conflict": { 688 536 "ext-psr": "<1.1|>=2" 689 537 }, 690 - "suggest": { 691 - "symfony/service-implementation": "" 692 - }, 693 538 "type": "library", 694 539 "extra": { 695 540 "branch-alias": { 696 - "dev-main": "2.5-dev" 541 + "dev-main": "3.4-dev" 697 542 }, 698 543 "thanks": { 699 544 "name": "symfony/contracts", ··· 537 714 "autoload": { 538 715 "psr-4": { 539 716 "Symfony\\Contracts\\Service\\": "" 540 - } 717 + }, 718 + "exclude-from-classmap": [ 719 + "/Test/" 720 + ] 541 721 }, 542 722 "notification-url": "https://packagist.org/downloads/", 543 723 "license": [ ··· 567 741 "standards" 568 742 ], 569 743 "support": { 570 - "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" 744 + "source": "https://github.com/symfony/service-contracts/tree/v3.4.1" 571 745 }, 572 746 "funding": [ 573 747 { ··· 583 757 "type": "tidelift" 584 758 } 585 759 ], 586 - "time": "2022-05-30T19:17:29+00:00" 587 - } 588 - ], 589 - "packages-dev": [ 760 + "time": "2023-12-26T14:02:43+00:00" 761 + }, 590 762 { 591 - "name": "doctrine/instantiator", 592 - "version": "1.5.0", 763 + "name": "symfony/var-exporter", 764 + "version": "v7.0.3", 593 765 "source": { 594 766 "type": "git", 595 - "url": "https://github.com/doctrine/instantiator.git", 596 - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" 767 + "url": "https://github.com/symfony/var-exporter.git", 768 + "reference": "1fb79308cb5fc2b44bff6e8af10a5af6812e05b8" 597 769 }, 598 770 "dist": { 599 771 "type": "zip", 600 - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", 601 - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", 772 + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1fb79308cb5fc2b44bff6e8af10a5af6812e05b8", 773 + "reference": "1fb79308cb5fc2b44bff6e8af10a5af6812e05b8", 602 774 "shasum": "" 603 775 }, 604 776 "require": { 605 - "php": "^7.1 || ^8.0" 777 + "php": ">=8.2" 606 778 }, 607 779 "require-dev": { 608 - "doctrine/coding-standard": "^9 || ^11", 609 - "ext-pdo": "*", 610 - "ext-phar": "*", 611 - "phpbench/phpbench": "^0.16 || ^1", 612 - "phpstan/phpstan": "^1.4", 613 - "phpstan/phpstan-phpunit": "^1", 614 - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 615 - "vimeo/psalm": "^4.30 || ^5.4" 780 + "symfony/var-dumper": "^6.4|^7.0" 616 781 }, 617 782 "type": "library", 618 783 "autoload": { 619 784 "psr-4": { 620 - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 621 - } 785 + "Symfony\\Component\\VarExporter\\": "" 786 + }, 787 + "exclude-from-classmap": [ 788 + "/Tests/" 789 + ] 622 790 }, 623 791 "notification-url": "https://packagist.org/downloads/", 624 792 "license": [ ··· 620 800 ], 621 801 "authors": [ 622 802 { 623 - "name": "Marco Pivetta", 624 - "email": "ocramius@gmail.com", 625 - "homepage": "https://ocramius.github.io/" 803 + "name": "Nicolas Grekas", 804 + "email": "p@tchwork.com" 805 + }, 806 + { 807 + "name": "Symfony Community", 808 + "homepage": "https://symfony.com/contributors" 626 809 } 627 810 ], 628 - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 629 - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 811 + "description": "Allows exporting any serializable PHP data structure to plain PHP code", 812 + "homepage": "https://symfony.com", 630 813 "keywords": [ 631 - "constructor", 632 - "instantiate" 814 + "clone", 815 + "construct", 816 + "export", 817 + "hydrate", 818 + "instantiate", 819 + "lazy-loading", 820 + "proxy", 821 + "serialize" 633 822 ], 634 823 "support": { 635 - "issues": "https://github.com/doctrine/instantiator/issues", 636 - "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 824 + "source": "https://github.com/symfony/var-exporter/tree/v7.0.3" 637 825 }, 638 826 "funding": [ 639 827 { 640 - "url": "https://www.doctrine-project.org/sponsorship.html", 828 + "url": "https://symfony.com/sponsor", 641 829 "type": "custom" 642 830 }, 643 831 { 644 - "url": "https://www.patreon.com/phpdoctrine", 645 - "type": "patreon" 832 + "url": "https://github.com/fabpot", 833 + "type": "github" 646 834 }, 647 835 { 648 - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 836 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 649 837 "type": "tidelift" 650 838 } 651 839 ], 652 - "time": "2022-12-30T00:15:36+00:00" 653 - }, 840 + "time": "2024-01-23T15:02:46+00:00" 841 + } 842 + ], 843 + "packages-dev": [ 654 844 { 655 845 "name": "easy-doc/easy-doc", 656 846 "version": "1.4.1", ··· 777 947 "time": "2020-04-09T08:09:05+00:00" 778 948 }, 779 949 { 780 - "name": "phpdocumentor/reflection-docblock", 781 - "version": "2.0.5", 782 - "source": { 783 - "type": "git", 784 - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 785 - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" 786 - }, 787 - "dist": { 788 - "type": "zip", 789 - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", 790 - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", 791 - "shasum": "" 792 - }, 793 - "require": { 794 - "php": ">=5.3.3" 795 - }, 796 - "require-dev": { 797 - "phpunit/phpunit": "~4.0" 798 - }, 799 - "suggest": { 800 - "dflydev/markdown": "~1.0", 801 - "erusev/parsedown": "~1.0" 802 - }, 803 - "type": "library", 804 - "extra": { 805 - "branch-alias": { 806 - "dev-master": "2.0.x-dev" 807 - } 808 - }, 809 - "autoload": { 810 - "psr-0": { 811 - "phpDocumentor": [ 812 - "src/" 813 - ] 814 - } 815 - }, 816 - "notification-url": "https://packagist.org/downloads/", 817 - "license": [ 818 - "MIT" 819 - ], 820 - "authors": [ 821 - { 822 - "name": "Mike van Riel", 823 - "email": "mike.vanriel@naenius.com" 824 - } 825 - ], 826 - "support": { 827 - "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 828 - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/2.x" 829 - }, 830 - "time": "2016-01-25T08:17:30+00:00" 831 - }, 832 - { 833 - "name": "phpspec/prophecy", 834 - "version": "v1.5.0", 835 - "source": { 836 - "type": "git", 837 - "url": "https://github.com/phpspec/prophecy.git", 838 - "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7" 839 - }, 840 - "dist": { 841 - "type": "zip", 842 - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7", 843 - "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7", 844 - "shasum": "" 845 - }, 846 - "require": { 847 - "doctrine/instantiator": "^1.0.2", 848 - "phpdocumentor/reflection-docblock": "~2.0", 849 - "sebastian/comparator": "~1.1" 850 - }, 851 - "require-dev": { 852 - "phpspec/phpspec": "~2.0" 853 - }, 854 - "type": "library", 855 - "extra": { 856 - "branch-alias": { 857 - "dev-master": "1.4.x-dev" 858 - } 859 - }, 860 - "autoload": { 861 - "psr-0": { 862 - "Prophecy\\": "src/" 863 - } 864 - }, 865 - "notification-url": "https://packagist.org/downloads/", 866 - "license": [ 867 - "MIT" 868 - ], 869 - "authors": [ 870 - { 871 - "name": "Konstantin Kudryashov", 872 - "email": "ever.zet@gmail.com", 873 - "homepage": "http://everzet.com" 874 - }, 875 - { 876 - "name": "Marcello Duarte", 877 - "email": "marcello.duarte@gmail.com" 878 - } 879 - ], 880 - "description": "Highly opinionated mocking framework for PHP 5.3+", 881 - "homepage": "https://github.com/phpspec/prophecy", 882 - "keywords": [ 883 - "Double", 884 - "Dummy", 885 - "fake", 886 - "mock", 887 - "spy", 888 - "stub" 889 - ], 890 - "support": { 891 - "issues": "https://github.com/phpspec/prophecy/issues", 892 - "source": "https://github.com/phpspec/prophecy/tree/master" 893 - }, 894 - "time": "2015-08-13T10:07:40+00:00" 895 - }, 896 - { 897 - "name": "phpunit/php-code-coverage", 898 - "version": "2.2.4", 899 - "source": { 900 - "type": "git", 901 - "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 902 - "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" 903 - }, 904 - "dist": { 905 - "type": "zip", 906 - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", 907 - "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", 908 - "shasum": "" 909 - }, 910 - "require": { 911 - "php": ">=5.3.3", 912 - "phpunit/php-file-iterator": "~1.3", 913 - "phpunit/php-text-template": "~1.2", 914 - "phpunit/php-token-stream": "~1.3", 915 - "sebastian/environment": "^1.3.2", 916 - "sebastian/version": "~1.0" 917 - }, 918 - "require-dev": { 919 - "ext-xdebug": ">=2.1.4", 920 - "phpunit/phpunit": "~4" 921 - }, 922 - "suggest": { 923 - "ext-dom": "*", 924 - "ext-xdebug": ">=2.2.1", 925 - "ext-xmlwriter": "*" 926 - }, 927 - "type": "library", 928 - "extra": { 929 - "branch-alias": { 930 - "dev-master": "2.2.x-dev" 931 - } 932 - }, 933 - "autoload": { 934 - "classmap": [ 935 - "src/" 936 - ] 937 - }, 938 - "notification-url": "https://packagist.org/downloads/", 939 - "license": [ 940 - "BSD-3-Clause" 941 - ], 942 - "authors": [ 943 - { 944 - "name": "Sebastian Bergmann", 945 - "email": "sb@sebastian-bergmann.de", 946 - "role": "lead" 947 - } 948 - ], 949 - "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 950 - "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 951 - "keywords": [ 952 - "coverage", 953 - "testing", 954 - "xunit" 955 - ], 956 - "support": { 957 - "irc": "irc://irc.freenode.net/phpunit", 958 - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 959 - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/2.2" 960 - }, 961 - "time": "2015-10-06T15:47:00+00:00" 962 - }, 963 - { 964 - "name": "phpunit/php-file-iterator", 965 - "version": "1.4.5", 966 - "source": { 967 - "type": "git", 968 - "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 969 - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" 970 - }, 971 - "dist": { 972 - "type": "zip", 973 - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", 974 - "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", 975 - "shasum": "" 976 - }, 977 - "require": { 978 - "php": ">=5.3.3" 979 - }, 980 - "type": "library", 981 - "extra": { 982 - "branch-alias": { 983 - "dev-master": "1.4.x-dev" 984 - } 985 - }, 986 - "autoload": { 987 - "classmap": [ 988 - "src/" 989 - ] 990 - }, 991 - "notification-url": "https://packagist.org/downloads/", 992 - "license": [ 993 - "BSD-3-Clause" 994 - ], 995 - "authors": [ 996 - { 997 - "name": "Sebastian Bergmann", 998 - "email": "sb@sebastian-bergmann.de", 999 - "role": "lead" 1000 - } 1001 - ], 1002 - "description": "FilterIterator implementation that filters files based on a list of suffixes.", 1003 - "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 1004 - "keywords": [ 1005 - "filesystem", 1006 - "iterator" 1007 - ], 1008 - "support": { 1009 - "irc": "irc://irc.freenode.net/phpunit", 1010 - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 1011 - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5" 1012 - }, 1013 - "time": "2017-11-27T13:52:08+00:00" 1014 - }, 1015 - { 1016 - "name": "phpunit/php-text-template", 1017 - "version": "1.2.1", 1018 - "source": { 1019 - "type": "git", 1020 - "url": "https://github.com/sebastianbergmann/php-text-template.git", 1021 - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 1022 - }, 1023 - "dist": { 1024 - "type": "zip", 1025 - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1026 - "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1027 - "shasum": "" 1028 - }, 1029 - "require": { 1030 - "php": ">=5.3.3" 1031 - }, 1032 - "type": "library", 1033 - "autoload": { 1034 - "classmap": [ 1035 - "src/" 1036 - ] 1037 - }, 1038 - "notification-url": "https://packagist.org/downloads/", 1039 - "license": [ 1040 - "BSD-3-Clause" 1041 - ], 1042 - "authors": [ 1043 - { 1044 - "name": "Sebastian Bergmann", 1045 - "email": "sebastian@phpunit.de", 1046 - "role": "lead" 1047 - } 1048 - ], 1049 - "description": "Simple template engine.", 1050 - "homepage": "https://github.com/sebastianbergmann/php-text-template/", 1051 - "keywords": [ 1052 - "template" 1053 - ], 1054 - "support": { 1055 - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 1056 - "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" 1057 - }, 1058 - "time": "2015-06-21T13:50:34+00:00" 1059 - }, 1060 - { 1061 - "name": "phpunit/php-timer", 1062 - "version": "1.0.8", 1063 - "source": { 1064 - "type": "git", 1065 - "url": "https://github.com/sebastianbergmann/php-timer.git", 1066 - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" 1067 - }, 1068 - "dist": { 1069 - "type": "zip", 1070 - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", 1071 - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", 1072 - "shasum": "" 1073 - }, 1074 - "require": { 1075 - "php": ">=5.3.3" 1076 - }, 1077 - "require-dev": { 1078 - "phpunit/phpunit": "~4|~5" 1079 - }, 1080 - "type": "library", 1081 - "autoload": { 1082 - "classmap": [ 1083 - "src/" 1084 - ] 1085 - }, 1086 - "notification-url": "https://packagist.org/downloads/", 1087 - "license": [ 1088 - "BSD-3-Clause" 1089 - ], 1090 - "authors": [ 1091 - { 1092 - "name": "Sebastian Bergmann", 1093 - "email": "sb@sebastian-bergmann.de", 1094 - "role": "lead" 1095 - } 1096 - ], 1097 - "description": "Utility class for timing", 1098 - "homepage": "https://github.com/sebastianbergmann/php-timer/", 1099 - "keywords": [ 1100 - "timer" 1101 - ], 1102 - "support": { 1103 - "irc": "irc://irc.freenode.net/phpunit", 1104 - "issues": "https://github.com/sebastianbergmann/php-timer/issues", 1105 - "source": "https://github.com/sebastianbergmann/php-timer/tree/master" 1106 - }, 1107 - "time": "2016-05-12T18:03:57+00:00" 1108 - }, 1109 - { 1110 - "name": "phpunit/php-token-stream", 1111 - "version": "1.4.12", 1112 - "source": { 1113 - "type": "git", 1114 - "url": "https://github.com/sebastianbergmann/php-token-stream.git", 1115 - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" 1116 - }, 1117 - "dist": { 1118 - "type": "zip", 1119 - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", 1120 - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", 1121 - "shasum": "" 1122 - }, 1123 - "require": { 1124 - "ext-tokenizer": "*", 1125 - "php": ">=5.3.3" 1126 - }, 1127 - "require-dev": { 1128 - "phpunit/phpunit": "~4.2" 1129 - }, 1130 - "type": "library", 1131 - "extra": { 1132 - "branch-alias": { 1133 - "dev-master": "1.4-dev" 1134 - } 1135 - }, 1136 - "autoload": { 1137 - "classmap": [ 1138 - "src/" 1139 - ] 1140 - }, 1141 - "notification-url": "https://packagist.org/downloads/", 1142 - "license": [ 1143 - "BSD-3-Clause" 1144 - ], 1145 - "authors": [ 1146 - { 1147 - "name": "Sebastian Bergmann", 1148 - "email": "sebastian@phpunit.de" 1149 - } 1150 - ], 1151 - "description": "Wrapper around PHP's tokenizer extension.", 1152 - "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 1153 - "keywords": [ 1154 - "tokenizer" 1155 - ], 1156 - "support": { 1157 - "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", 1158 - "source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4" 1159 - }, 1160 - "abandoned": true, 1161 - "time": "2017-12-04T08:55:13+00:00" 1162 - }, 1163 - { 1164 - "name": "phpunit/phpunit", 1165 - "version": "4.8.36", 1166 - "source": { 1167 - "type": "git", 1168 - "url": "https://github.com/sebastianbergmann/phpunit.git", 1169 - "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" 1170 - }, 1171 - "dist": { 1172 - "type": "zip", 1173 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", 1174 - "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", 1175 - "shasum": "" 1176 - }, 1177 - "require": { 1178 - "ext-dom": "*", 1179 - "ext-json": "*", 1180 - "ext-pcre": "*", 1181 - "ext-reflection": "*", 1182 - "ext-spl": "*", 1183 - "php": ">=5.3.3", 1184 - "phpspec/prophecy": "^1.3.1", 1185 - "phpunit/php-code-coverage": "~2.1", 1186 - "phpunit/php-file-iterator": "~1.4", 1187 - "phpunit/php-text-template": "~1.2", 1188 - "phpunit/php-timer": "^1.0.6", 1189 - "phpunit/phpunit-mock-objects": "~2.3", 1190 - "sebastian/comparator": "~1.2.2", 1191 - "sebastian/diff": "~1.2", 1192 - "sebastian/environment": "~1.3", 1193 - "sebastian/exporter": "~1.2", 1194 - "sebastian/global-state": "~1.0", 1195 - "sebastian/version": "~1.0", 1196 - "symfony/yaml": "~2.1|~3.0" 1197 - }, 1198 - "suggest": { 1199 - "phpunit/php-invoker": "~1.1" 1200 - }, 1201 - "bin": [ 1202 - "phpunit" 1203 - ], 1204 - "type": "library", 1205 - "extra": { 1206 - "branch-alias": { 1207 - "dev-master": "4.8.x-dev" 1208 - } 1209 - }, 1210 - "autoload": { 1211 - "classmap": [ 1212 - "src/" 1213 - ] 1214 - }, 1215 - "notification-url": "https://packagist.org/downloads/", 1216 - "license": [ 1217 - "BSD-3-Clause" 1218 - ], 1219 - "authors": [ 1220 - { 1221 - "name": "Sebastian Bergmann", 1222 - "email": "sebastian@phpunit.de", 1223 - "role": "lead" 1224 - } 1225 - ], 1226 - "description": "The PHP Unit Testing framework.", 1227 - "homepage": "https://phpunit.de/", 1228 - "keywords": [ 1229 - "phpunit", 1230 - "testing", 1231 - "xunit" 1232 - ], 1233 - "support": { 1234 - "issues": "https://github.com/sebastianbergmann/phpunit/issues", 1235 - "source": "https://github.com/sebastianbergmann/phpunit/tree/4.8.36" 1236 - }, 1237 - "time": "2017-06-21T08:07:12+00:00" 1238 - }, 1239 - { 1240 - "name": "phpunit/phpunit-mock-objects", 1241 - "version": "2.3.8", 1242 - "source": { 1243 - "type": "git", 1244 - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 1245 - "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" 1246 - }, 1247 - "dist": { 1248 - "type": "zip", 1249 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", 1250 - "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", 1251 - "shasum": "" 1252 - }, 1253 - "require": { 1254 - "doctrine/instantiator": "^1.0.2", 1255 - "php": ">=5.3.3", 1256 - "phpunit/php-text-template": "~1.2", 1257 - "sebastian/exporter": "~1.2" 1258 - }, 1259 - "require-dev": { 1260 - "phpunit/phpunit": "~4.4" 1261 - }, 1262 - "suggest": { 1263 - "ext-soap": "*" 1264 - }, 1265 - "type": "library", 1266 - "extra": { 1267 - "branch-alias": { 1268 - "dev-master": "2.3.x-dev" 1269 - } 1270 - }, 1271 - "autoload": { 1272 - "classmap": [ 1273 - "src/" 1274 - ] 1275 - }, 1276 - "notification-url": "https://packagist.org/downloads/", 1277 - "license": [ 1278 - "BSD-3-Clause" 1279 - ], 1280 - "authors": [ 1281 - { 1282 - "name": "Sebastian Bergmann", 1283 - "email": "sb@sebastian-bergmann.de", 1284 - "role": "lead" 1285 - } 1286 - ], 1287 - "description": "Mock Object library for PHPUnit", 1288 - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", 1289 - "keywords": [ 1290 - "mock", 1291 - "xunit" 1292 - ], 1293 - "support": { 1294 - "irc": "irc://irc.freenode.net/phpunit", 1295 - "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues", 1296 - "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/2.3" 1297 - }, 1298 - "abandoned": true, 1299 - "time": "2015-10-02T06:51:40+00:00" 1300 - }, 1301 - { 1302 - "name": "sebastian/comparator", 1303 - "version": "1.2.4", 1304 - "source": { 1305 - "type": "git", 1306 - "url": "https://github.com/sebastianbergmann/comparator.git", 1307 - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" 1308 - }, 1309 - "dist": { 1310 - "type": "zip", 1311 - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", 1312 - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", 1313 - "shasum": "" 1314 - }, 1315 - "require": { 1316 - "php": ">=5.3.3", 1317 - "sebastian/diff": "~1.2", 1318 - "sebastian/exporter": "~1.2 || ~2.0" 1319 - }, 1320 - "require-dev": { 1321 - "phpunit/phpunit": "~4.4" 1322 - }, 1323 - "type": "library", 1324 - "extra": { 1325 - "branch-alias": { 1326 - "dev-master": "1.2.x-dev" 1327 - } 1328 - }, 1329 - "autoload": { 1330 - "classmap": [ 1331 - "src/" 1332 - ] 1333 - }, 1334 - "notification-url": "https://packagist.org/downloads/", 1335 - "license": [ 1336 - "BSD-3-Clause" 1337 - ], 1338 - "authors": [ 1339 - { 1340 - "name": "Jeff Welch", 1341 - "email": "whatthejeff@gmail.com" 1342 - }, 1343 - { 1344 - "name": "Volker Dusch", 1345 - "email": "github@wallbash.com" 1346 - }, 1347 - { 1348 - "name": "Bernhard Schussek", 1349 - "email": "bschussek@2bepublished.at" 1350 - }, 1351 - { 1352 - "name": "Sebastian Bergmann", 1353 - "email": "sebastian@phpunit.de" 1354 - } 1355 - ], 1356 - "description": "Provides the functionality to compare PHP values for equality", 1357 - "homepage": "http://www.github.com/sebastianbergmann/comparator", 1358 - "keywords": [ 1359 - "comparator", 1360 - "compare", 1361 - "equality" 1362 - ], 1363 - "support": { 1364 - "issues": "https://github.com/sebastianbergmann/comparator/issues", 1365 - "source": "https://github.com/sebastianbergmann/comparator/tree/1.2" 1366 - }, 1367 - "time": "2017-01-29T09:50:25+00:00" 1368 - }, 1369 - { 1370 - "name": "sebastian/diff", 1371 - "version": "1.4.1", 1372 - "source": { 1373 - "type": "git", 1374 - "url": "https://github.com/sebastianbergmann/diff.git", 1375 - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" 1376 - }, 1377 - "dist": { 1378 - "type": "zip", 1379 - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", 1380 - "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", 1381 - "shasum": "" 1382 - }, 1383 - "require": { 1384 - "php": ">=5.3.3" 1385 - }, 1386 - "require-dev": { 1387 - "phpunit/phpunit": "~4.8" 1388 - }, 1389 - "type": "library", 1390 - "extra": { 1391 - "branch-alias": { 1392 - "dev-master": "1.4-dev" 1393 - } 1394 - }, 1395 - "autoload": { 1396 - "classmap": [ 1397 - "src/" 1398 - ] 1399 - }, 1400 - "notification-url": "https://packagist.org/downloads/", 1401 - "license": [ 1402 - "BSD-3-Clause" 1403 - ], 1404 - "authors": [ 1405 - { 1406 - "name": "Kore Nordmann", 1407 - "email": "mail@kore-nordmann.de" 1408 - }, 1409 - { 1410 - "name": "Sebastian Bergmann", 1411 - "email": "sebastian@phpunit.de" 1412 - } 1413 - ], 1414 - "description": "Diff implementation", 1415 - "homepage": "https://github.com/sebastianbergmann/diff", 1416 - "keywords": [ 1417 - "diff" 1418 - ], 1419 - "support": { 1420 - "issues": "https://github.com/sebastianbergmann/diff/issues", 1421 - "source": "https://github.com/sebastianbergmann/diff/tree/master" 1422 - }, 1423 - "time": "2015-12-08T07:14:41+00:00" 1424 - }, 1425 - { 1426 - "name": "sebastian/environment", 1427 - "version": "1.3.7", 1428 - "source": { 1429 - "type": "git", 1430 - "url": "https://github.com/sebastianbergmann/environment.git", 1431 - "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" 1432 - }, 1433 - "dist": { 1434 - "type": "zip", 1435 - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", 1436 - "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", 1437 - "shasum": "" 1438 - }, 1439 - "require": { 1440 - "php": ">=5.3.3" 1441 - }, 1442 - "require-dev": { 1443 - "phpunit/phpunit": "~4.4" 1444 - }, 1445 - "type": "library", 1446 - "extra": { 1447 - "branch-alias": { 1448 - "dev-master": "1.3.x-dev" 1449 - } 1450 - }, 1451 - "autoload": { 1452 - "classmap": [ 1453 - "src/" 1454 - ] 1455 - }, 1456 - "notification-url": "https://packagist.org/downloads/", 1457 - "license": [ 1458 - "BSD-3-Clause" 1459 - ], 1460 - "authors": [ 1461 - { 1462 - "name": "Sebastian Bergmann", 1463 - "email": "sebastian@phpunit.de" 1464 - } 1465 - ], 1466 - "description": "Provides functionality to handle HHVM/PHP environments", 1467 - "homepage": "http://www.github.com/sebastianbergmann/environment", 1468 - "keywords": [ 1469 - "Xdebug", 1470 - "environment", 1471 - "hhvm" 1472 - ], 1473 - "support": { 1474 - "issues": "https://github.com/sebastianbergmann/environment/issues", 1475 - "source": "https://github.com/sebastianbergmann/environment/tree/1.3.7" 1476 - }, 1477 - "time": "2016-05-17T03:18:57+00:00" 1478 - }, 1479 - { 1480 - "name": "sebastian/exporter", 1481 - "version": "1.2.2", 1482 - "source": { 1483 - "type": "git", 1484 - "url": "https://github.com/sebastianbergmann/exporter.git", 1485 - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" 1486 - }, 1487 - "dist": { 1488 - "type": "zip", 1489 - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", 1490 - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", 1491 - "shasum": "" 1492 - }, 1493 - "require": { 1494 - "php": ">=5.3.3", 1495 - "sebastian/recursion-context": "~1.0" 1496 - }, 1497 - "require-dev": { 1498 - "ext-mbstring": "*", 1499 - "phpunit/phpunit": "~4.4" 1500 - }, 1501 - "type": "library", 1502 - "extra": { 1503 - "branch-alias": { 1504 - "dev-master": "1.3.x-dev" 1505 - } 1506 - }, 1507 - "autoload": { 1508 - "classmap": [ 1509 - "src/" 1510 - ] 1511 - }, 1512 - "notification-url": "https://packagist.org/downloads/", 1513 - "license": [ 1514 - "BSD-3-Clause" 1515 - ], 1516 - "authors": [ 1517 - { 1518 - "name": "Jeff Welch", 1519 - "email": "whatthejeff@gmail.com" 1520 - }, 1521 - { 1522 - "name": "Volker Dusch", 1523 - "email": "github@wallbash.com" 1524 - }, 1525 - { 1526 - "name": "Bernhard Schussek", 1527 - "email": "bschussek@2bepublished.at" 1528 - }, 1529 - { 1530 - "name": "Sebastian Bergmann", 1531 - "email": "sebastian@phpunit.de" 1532 - }, 1533 - { 1534 - "name": "Adam Harvey", 1535 - "email": "aharvey@php.net" 1536 - } 1537 - ], 1538 - "description": "Provides the functionality to export PHP variables for visualization", 1539 - "homepage": "http://www.github.com/sebastianbergmann/exporter", 1540 - "keywords": [ 1541 - "export", 1542 - "exporter" 1543 - ], 1544 - "support": { 1545 - "issues": "https://github.com/sebastianbergmann/exporter/issues", 1546 - "source": "https://github.com/sebastianbergmann/exporter/tree/master" 1547 - }, 1548 - "time": "2016-06-17T09:04:28+00:00" 1549 - }, 1550 - { 1551 - "name": "sebastian/global-state", 1552 - "version": "1.1.1", 1553 - "source": { 1554 - "type": "git", 1555 - "url": "https://github.com/sebastianbergmann/global-state.git", 1556 - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" 1557 - }, 1558 - "dist": { 1559 - "type": "zip", 1560 - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", 1561 - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", 1562 - "shasum": "" 1563 - }, 1564 - "require": { 1565 - "php": ">=5.3.3" 1566 - }, 1567 - "require-dev": { 1568 - "phpunit/phpunit": "~4.2" 1569 - }, 1570 - "suggest": { 1571 - "ext-uopz": "*" 1572 - }, 1573 - "type": "library", 1574 - "extra": { 1575 - "branch-alias": { 1576 - "dev-master": "1.0-dev" 1577 - } 1578 - }, 1579 - "autoload": { 1580 - "classmap": [ 1581 - "src/" 1582 - ] 1583 - }, 1584 - "notification-url": "https://packagist.org/downloads/", 1585 - "license": [ 1586 - "BSD-3-Clause" 1587 - ], 1588 - "authors": [ 1589 - { 1590 - "name": "Sebastian Bergmann", 1591 - "email": "sebastian@phpunit.de" 1592 - } 1593 - ], 1594 - "description": "Snapshotting of global state", 1595 - "homepage": "http://www.github.com/sebastianbergmann/global-state", 1596 - "keywords": [ 1597 - "global state" 1598 - ], 1599 - "support": { 1600 - "issues": "https://github.com/sebastianbergmann/global-state/issues", 1601 - "source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1" 1602 - }, 1603 - "time": "2015-10-12T03:26:01+00:00" 1604 - }, 1605 - { 1606 - "name": "sebastian/recursion-context", 1607 - "version": "1.0.5", 1608 - "source": { 1609 - "type": "git", 1610 - "url": "https://github.com/sebastianbergmann/recursion-context.git", 1611 - "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" 1612 - }, 1613 - "dist": { 1614 - "type": "zip", 1615 - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", 1616 - "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", 1617 - "shasum": "" 1618 - }, 1619 - "require": { 1620 - "php": ">=5.3.3" 1621 - }, 1622 - "require-dev": { 1623 - "phpunit/phpunit": "~4.4" 1624 - }, 1625 - "type": "library", 1626 - "extra": { 1627 - "branch-alias": { 1628 - "dev-master": "1.0.x-dev" 1629 - } 1630 - }, 1631 - "autoload": { 1632 - "classmap": [ 1633 - "src/" 1634 - ] 1635 - }, 1636 - "notification-url": "https://packagist.org/downloads/", 1637 - "license": [ 1638 - "BSD-3-Clause" 1639 - ], 1640 - "authors": [ 1641 - { 1642 - "name": "Jeff Welch", 1643 - "email": "whatthejeff@gmail.com" 1644 - }, 1645 - { 1646 - "name": "Sebastian Bergmann", 1647 - "email": "sebastian@phpunit.de" 1648 - }, 1649 - { 1650 - "name": "Adam Harvey", 1651 - "email": "aharvey@php.net" 1652 - } 1653 - ], 1654 - "description": "Provides functionality to recursively process PHP variables", 1655 - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 1656 - "support": { 1657 - "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 1658 - "source": "https://github.com/sebastianbergmann/recursion-context/tree/master" 1659 - }, 1660 - "time": "2016-10-03T07:41:43+00:00" 1661 - }, 1662 - { 1663 - "name": "sebastian/version", 1664 - "version": "1.0.6", 1665 - "source": { 1666 - "type": "git", 1667 - "url": "https://github.com/sebastianbergmann/version.git", 1668 - "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" 1669 - }, 1670 - "dist": { 1671 - "type": "zip", 1672 - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", 1673 - "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", 1674 - "shasum": "" 1675 - }, 1676 - "type": "library", 1677 - "autoload": { 1678 - "classmap": [ 1679 - "src/" 1680 - ] 1681 - }, 1682 - "notification-url": "https://packagist.org/downloads/", 1683 - "license": [ 1684 - "BSD-3-Clause" 1685 - ], 1686 - "authors": [ 1687 - { 1688 - "name": "Sebastian Bergmann", 1689 - "email": "sebastian@phpunit.de", 1690 - "role": "lead" 1691 - } 1692 - ], 1693 - "description": "Library that helps with managing the version number of Git-hosted PHP projects", 1694 - "homepage": "https://github.com/sebastianbergmann/version", 1695 - "support": { 1696 - "issues": "https://github.com/sebastianbergmann/version/issues", 1697 - "source": "https://github.com/sebastianbergmann/version/tree/1.0.6" 1698 - }, 1699 - "time": "2015-06-21T13:59:46+00:00" 1700 - }, 1701 - { 1702 950 "name": "simple-cli/simple-cli", 1703 951 "version": "1.6.0", 1704 952 "source": { ··· 839 1931 "version": "2.9.2", 840 1932 "source": { 841 1933 "type": "git", 842 - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 1934 + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 843 1935 "reference": "2acf168de78487db620ab4bc524135a13cfe6745" 844 1936 }, 845 1937 "dist": { 846 1938 "type": "zip", 847 - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745", 1939 + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745", 848 1940 "reference": "2acf168de78487db620ab4bc524135a13cfe6745", 849 1941 "shasum": "" 850 1942 }, ··· 915 2007 "source": "https://github.com/squizlabs/PHP_CodeSniffer", 916 2008 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 917 2009 }, 918 - "time": "2018-11-07T22:31:41+00:00" 919 - }, 920 - { 921 - "name": "symfony/yaml", 922 - "version": "v3.4.47", 923 - "source": { 924 - "type": "git", 925 - "url": "https://github.com/symfony/yaml.git", 926 - "reference": "88289caa3c166321883f67fe5130188ebbb47094" 927 - }, 928 - "dist": { 929 - "type": "zip", 930 - "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094", 931 - "reference": "88289caa3c166321883f67fe5130188ebbb47094", 932 - "shasum": "" 933 - }, 934 - "require": { 935 - "php": "^5.5.9|>=7.0.8", 936 - "symfony/polyfill-ctype": "~1.8" 937 - }, 938 - "conflict": { 939 - "symfony/console": "<3.4" 940 - }, 941 - "require-dev": { 942 - "symfony/console": "~3.4|~4.0" 943 - }, 944 - "suggest": { 945 - "symfony/console": "For validating YAML files using the lint command" 946 - }, 947 - "type": "library", 948 - "autoload": { 949 - "psr-4": { 950 - "Symfony\\Component\\Yaml\\": "" 951 - }, 952 - "exclude-from-classmap": [ 953 - "/Tests/" 954 - ] 955 - }, 956 - "notification-url": "https://packagist.org/downloads/", 957 - "license": [ 958 - "MIT" 959 - ], 960 - "authors": [ 961 - { 962 - "name": "Fabien Potencier", 963 - "email": "fabien@symfony.com" 964 - }, 965 - { 966 - "name": "Symfony Community", 967 - "homepage": "https://symfony.com/contributors" 968 - } 969 - ], 970 - "description": "Symfony Yaml Component", 971 - "homepage": "https://symfony.com", 972 - "support": { 973 - "source": "https://github.com/symfony/yaml/tree/v3.4.47" 974 - }, 975 2010 "funding": [ 976 2011 { 977 - "url": "https://symfony.com/sponsor", 978 - "type": "custom" 979 - }, 980 - { 981 - "url": "https://github.com/fabpot", 2012 + "url": "https://github.com/PHPCSStandards", 982 2013 "type": "github" 983 2014 }, 984 2015 { 985 - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 986 - "type": "tidelift" 2016 + "url": "https://github.com/jrfnl", 2017 + "type": "github" 2018 + }, 2019 + { 2020 + "url": "https://opencollective.com/php_codesniffer", 2021 + "type": "open_collective" 987 2022 } 988 2023 ], 989 - "time": "2020-10-24T10:57:07+00:00" 2024 + "time": "2018-11-07T22:31:41+00:00" 990 2025 } 991 2026 ], 992 2027 "aliases": [],
+9 -5
pkgs/by-name/pd/pdepend/package.nix
··· 1 - { php, fetchFromGitHub, lib }: 1 + { php 2 + , fetchFromGitHub 3 + , lib 4 + }: 2 5 3 6 php.buildComposerProject (finalAttrs: { 4 7 pname = "pdepend"; 5 - version = "2.15.1"; 8 + version = "2.16.2"; 6 9 7 10 src = fetchFromGitHub { 8 11 owner = "pdepend"; 9 12 repo = "pdepend"; 10 13 rev = finalAttrs.version; 11 - hash = "sha256-tVWOR0rKMnQDeHk3MHhEVOjn+dSpoMx+Ln+AwFRMwYs="; 14 + hash = "sha256-2Ruubcm9IWZYu2LGeGeKm1tmHca0P5xlKYkuBCCV9ag="; 12 15 }; 13 16 14 17 composerLock = ./composer.lock; 15 - vendorHash = "sha256-MWm8urRB9IujqrIl22x+JFFCRR+nINLQqnHUywT2pi0="; 18 + vendorHash = "sha256-Rvvy6MI0q+T2W7xzf2UqWIbsqgrWhgqVnzhphQ3iw9g="; 16 19 17 20 meta = { 21 + changelog = "https://github.com/pdepend/pdepend/releases/tag/${finalAttrs.version}"; 18 22 description = "An adaptation of JDepend for PHP"; 19 23 homepage = "https://github.com/pdepend/pdepend"; 20 24 license = lib.licenses.bsd3; ··· 28 24 of your design in terms of extensibility, reusability and 29 25 maintainability. 30 26 "; 27 + mainProgram = "pdepend"; 31 28 maintainers = lib.teams.php.members; 32 - platforms = lib.platforms.all; 33 29 }; 34 30 })