pdepend: 2.15.1 -> 2.16.2

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

Patka 0cdfd793 fc1b4c9c

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