| @@ -243,89 +243,8 @@ | ||
| 243 | 243 | }, |
| 244 | 244 | "install-path": "../moneyphp/money" |
| 245 | 245 | }, |
| 246 | 246 | { |
| 247 | - "name": "nyholm/psr7", | |
| 248 | - "version": "1.8.2", | |
| 249 | - "version_normalized": "1.8.2.0", | |
| 250 | - "source": { | |
| 251 | - "type": "git", | |
| 252 | - "url": "https://github.com/Nyholm/psr7.git", | |
| 253 | - "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3" | |
| 254 | - }, | |
| 255 | - "dist": { | |
| 256 | - "type": "zip", | |
| 257 | - "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3", | |
| 258 | - "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3", | |
| 259 | - "shasum": "" | |
| 260 | - }, | |
| 261 | - "require": { | |
| 262 | - "php": ">=7.2", | |
| 263 | - "psr/http-factory": "^1.0", | |
| 264 | - "psr/http-message": "^1.1 || ^2.0" | |
| 265 | - }, | |
| 266 | - "provide": { | |
| 267 | - "php-http/message-factory-implementation": "1.0", | |
| 268 | - "psr/http-factory-implementation": "1.0", | |
| 269 | - "psr/http-message-implementation": "1.0" | |
| 270 | - }, | |
| 271 | - "require-dev": { | |
| 272 | - "http-interop/http-factory-tests": "^0.9", | |
| 273 | - "php-http/message-factory": "^1.0", | |
| 274 | - "php-http/psr7-integration-tests": "^1.0", | |
| 275 | - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", | |
| 276 | - "symfony/error-handler": "^4.4" | |
| 277 | - }, | |
| 278 | - "time": "2024-09-09T07:06:30+00:00", | |
| 279 | - "type": "library", | |
| 280 | - "extra": { | |
| 281 | - "branch-alias": { | |
| 282 | - "dev-master": "1.8-dev" | |
| 283 | - } | |
| 284 | - }, | |
| 285 | - "installation-source": "dist", | |
| 286 | - "autoload": { | |
| 287 | - "psr-4": { | |
| 288 | - "Nyholm\\Psr7\\": "src/" | |
| 289 | - } | |
| 290 | - }, | |
| 291 | - "notification-url": "https://packagist.org/downloads/", | |
| 292 | - "license": [ | |
| 293 | - "MIT" | |
| 294 | - ], | |
| 295 | - "authors": [ | |
| 296 | - { | |
| 297 | - "name": "Tobias Nyholm", | |
| 298 | - "email": "[email protected]" | |
| 299 | - }, | |
| 300 | - { | |
| 301 | - "name": "Martijn van der Ven", | |
| 302 | - "email": "[email protected]" | |
| 303 | - } | |
| 304 | - ], | |
| 305 | - "description": "A fast PHP7 implementation of PSR-7", | |
| 306 | - "homepage": "https://tnyholm.se", | |
| 307 | - "keywords": [ | |
| 308 | - "psr-17", | |
| 309 | - "psr-7" | |
| 310 | - ], | |
| 311 | - "support": { | |
| 312 | - "issues": "https://github.com/Nyholm/psr7/issues", | |
| 313 | - "source": "https://github.com/Nyholm/psr7/tree/1.8.2" | |
| 314 | - }, | |
| 315 | - "funding": [ | |
| 316 | - { | |
| 317 | - "url": "https://github.com/Zegnat", | |
| 318 | - "type": "github" | |
| 319 | - }, | |
| 320 | - { | |
| 321 | - "url": "https://github.com/nyholm", | |
| 322 | - "type": "github" | |
| 323 | - } | |
| 324 | - ], | |
| 325 | - "install-path": "../nyholm/psr7" | |
| 326 | - }, | |
| 327 | - { | |
| 328 | 247 | "name": "paypal/paypal-checkout-sdk", |
| 329 | 248 | "version": "1.0.2", |
| 330 | 249 | "version_normalized": "1.0.2.0", |
| 331 | 250 | "source": { |
| @@ -478,605 +397,8 @@ | ||
| 478 | 397 | }, |
| 479 | 398 | "install-path": "../psr/container" |
| 480 | 399 | }, |
| 481 | 400 | { |
| 482 | - "name": "psr/http-client", | |
| 483 | - "version": "1.0.3", | |
| 484 | - "version_normalized": "1.0.3.0", | |
| 485 | - "source": { | |
| 486 | - "type": "git", | |
| 487 | - "url": "https://github.com/php-fig/http-client.git", | |
| 488 | - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" | |
| 489 | - }, | |
| 490 | - "dist": { | |
| 491 | - "type": "zip", | |
| 492 | - "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", | |
| 493 | - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", | |
| 494 | - "shasum": "" | |
| 495 | - }, | |
| 496 | - "require": { | |
| 497 | - "php": "^7.0 || ^8.0", | |
| 498 | - "psr/http-message": "^1.0 || ^2.0" | |
| 499 | - }, | |
| 500 | - "time": "2023-09-23T14:17:50+00:00", | |
| 501 | - "type": "library", | |
| 502 | - "extra": { | |
| 503 | - "branch-alias": { | |
| 504 | - "dev-master": "1.0.x-dev" | |
| 505 | - } | |
| 506 | - }, | |
| 507 | - "installation-source": "dist", | |
| 508 | - "autoload": { | |
| 509 | - "psr-4": { | |
| 510 | - "Psr\\Http\\Client\\": "src/" | |
| 511 | - } | |
| 512 | - }, | |
| 513 | - "notification-url": "https://packagist.org/downloads/", | |
| 514 | - "license": [ | |
| 515 | - "MIT" | |
| 516 | - ], | |
| 517 | - "authors": [ | |
| 518 | - { | |
| 519 | - "name": "PHP-FIG", | |
| 520 | - "homepage": "https://www.php-fig.org/" | |
| 521 | - } | |
| 522 | - ], | |
| 523 | - "description": "Common interface for HTTP clients", | |
| 524 | - "homepage": "https://github.com/php-fig/http-client", | |
| 525 | - "keywords": [ | |
| 526 | - "http", | |
| 527 | - "http-client", | |
| 528 | - "psr", | |
| 529 | - "psr-18" | |
| 530 | - ], | |
| 531 | - "support": { | |
| 532 | - "source": "https://github.com/php-fig/http-client" | |
| 533 | - }, | |
| 534 | - "install-path": "../psr/http-client" | |
| 535 | - }, | |
| 536 | - { | |
| 537 | - "name": "psr/http-factory", | |
| 538 | - "version": "1.1.0", | |
| 539 | - "version_normalized": "1.1.0.0", | |
| 540 | - "source": { | |
| 541 | - "type": "git", | |
| 542 | - "url": "https://github.com/php-fig/http-factory.git", | |
| 543 | - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" | |
| 544 | - }, | |
| 545 | - "dist": { | |
| 546 | - "type": "zip", | |
| 547 | - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", | |
| 548 | - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", | |
| 549 | - "shasum": "" | |
| 550 | - }, | |
| 551 | - "require": { | |
| 552 | - "php": ">=7.1", | |
| 553 | - "psr/http-message": "^1.0 || ^2.0" | |
| 554 | - }, | |
| 555 | - "time": "2024-04-15T12:06:14+00:00", | |
| 556 | - "type": "library", | |
| 557 | - "extra": { | |
| 558 | - "branch-alias": { | |
| 559 | - "dev-master": "1.0.x-dev" | |
| 560 | - } | |
| 561 | - }, | |
| 562 | - "installation-source": "dist", | |
| 563 | - "autoload": { | |
| 564 | - "psr-4": { | |
| 565 | - "Psr\\Http\\Message\\": "src/" | |
| 566 | - } | |
| 567 | - }, | |
| 568 | - "notification-url": "https://packagist.org/downloads/", | |
| 569 | - "license": [ | |
| 570 | - "MIT" | |
| 571 | - ], | |
| 572 | - "authors": [ | |
| 573 | - { | |
| 574 | - "name": "PHP-FIG", | |
| 575 | - "homepage": "https://www.php-fig.org/" | |
| 576 | - } | |
| 577 | - ], | |
| 578 | - "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", | |
| 579 | - "keywords": [ | |
| 580 | - "factory", | |
| 581 | - "http", | |
| 582 | - "message", | |
| 583 | - "psr", | |
| 584 | - "psr-17", | |
| 585 | - "psr-7", | |
| 586 | - "request", | |
| 587 | - "response" | |
| 588 | - ], | |
| 589 | - "support": { | |
| 590 | - "source": "https://github.com/php-fig/http-factory" | |
| 591 | - }, | |
| 592 | - "install-path": "../psr/http-factory" | |
| 593 | - }, | |
| 594 | - { | |
| 595 | - "name": "psr/http-message", | |
| 596 | - "version": "1.1", | |
| 597 | - "version_normalized": "1.1.0.0", | |
| 598 | - "source": { | |
| 599 | - "type": "git", | |
| 600 | - "url": "https://github.com/php-fig/http-message.git", | |
| 601 | - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" | |
| 602 | - }, | |
| 603 | - "dist": { | |
| 604 | - "type": "zip", | |
| 605 | - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", | |
| 606 | - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", | |
| 607 | - "shasum": "" | |
| 608 | - }, | |
| 609 | - "require": { | |
| 610 | - "php": "^7.2 || ^8.0" | |
| 611 | - }, | |
| 612 | - "time": "2023-04-04T09:50:52+00:00", | |
| 613 | - "type": "library", | |
| 614 | - "extra": { | |
| 615 | - "branch-alias": { | |
| 616 | - "dev-master": "1.1.x-dev" | |
| 617 | - } | |
| 618 | - }, | |
| 619 | - "installation-source": "dist", | |
| 620 | - "autoload": { | |
| 621 | - "psr-4": { | |
| 622 | - "Psr\\Http\\Message\\": "src/" | |
| 623 | - } | |
| 624 | - }, | |
| 625 | - "notification-url": "https://packagist.org/downloads/", | |
| 626 | - "license": [ | |
| 627 | - "MIT" | |
| 628 | - ], | |
| 629 | - "authors": [ | |
| 630 | - { | |
| 631 | - "name": "PHP-FIG", | |
| 632 | - "homepage": "http://www.php-fig.org/" | |
| 633 | - } | |
| 634 | - ], | |
| 635 | - "description": "Common interface for HTTP messages", | |
| 636 | - "homepage": "https://github.com/php-fig/http-message", | |
| 637 | - "keywords": [ | |
| 638 | - "http", | |
| 639 | - "http-message", | |
| 640 | - "psr", | |
| 641 | - "psr-7", | |
| 642 | - "request", | |
| 643 | - "response" | |
| 644 | - ], | |
| 645 | - "support": { | |
| 646 | - "source": "https://github.com/php-fig/http-message/tree/1.1" | |
| 647 | - }, | |
| 648 | - "install-path": "../psr/http-message" | |
| 649 | - }, | |
| 650 | - { | |
| 651 | - "name": "stellarwp/admin-notices", | |
| 652 | - "version": "2.0.1", | |
| 653 | - "version_normalized": "2.0.1.0", | |
| 654 | - "source": { | |
| 655 | - "type": "git", | |
| 656 | - "url": "https://github.com/stellarwp/admin-notices.git", | |
| 657 | - "reference": "1d4c25adb2fe4fc959bea3f4501c58bb7586509d" | |
| 658 | - }, | |
| 659 | - "dist": { | |
| 660 | - "type": "zip", | |
| 661 | - "url": "https://api.github.com/repos/stellarwp/admin-notices/zipball/1d4c25adb2fe4fc959bea3f4501c58bb7586509d", | |
| 662 | - "reference": "1d4c25adb2fe4fc959bea3f4501c58bb7586509d", | |
| 663 | - "shasum": "" | |
| 664 | - }, | |
| 665 | - "require": { | |
| 666 | - "psr/container": "1.1.1" | |
| 667 | - }, | |
| 668 | - "require-dev": { | |
| 669 | - "codeception/module-asserts": "^1.0", | |
| 670 | - "codeception/module-cli": "^1.0", | |
| 671 | - "codeception/module-db": "^1.0", | |
| 672 | - "codeception/module-filesystem": "^1.0", | |
| 673 | - "codeception/module-phpbrowser": "^1.0", | |
| 674 | - "codeception/module-rest": "^1.0", | |
| 675 | - "codeception/module-webdriver": "^1.0", | |
| 676 | - "codeception/util-universalframework": "^1.0", | |
| 677 | - "lucatume/wp-browser": "^3.6.5", | |
| 678 | - "phpunit/phpunit": "^9.5", | |
| 679 | - "szepeviktor/phpstan-wordpress": "^1.3" | |
| 680 | - }, | |
| 681 | - "time": "2025-07-10T17:44:44+00:00", | |
| 682 | - "type": "library", | |
| 683 | - "installation-source": "dist", | |
| 684 | - "autoload": { | |
| 685 | - "psr-4": { | |
| 686 | - "StellarWP\\AdminNotices\\": "src/" | |
| 687 | - } | |
| 688 | - }, | |
| 689 | - "notification-url": "https://packagist.org/downloads/", | |
| 690 | - "license": [ | |
| 691 | - "MIT" | |
| 692 | - ], | |
| 693 | - "authors": [ | |
| 694 | - { | |
| 695 | - "name": "Jason Adams", | |
| 696 | - "email": "[email protected]" | |
| 697 | - } | |
| 698 | - ], | |
| 699 | - "description": "A handy package for easily displaying admin notices in WordPress with simple to complex visibility conditions", | |
| 700 | - "support": { | |
| 701 | - "issues": "https://github.com/stellarwp/admin-notices/issues", | |
| 702 | - "source": "https://github.com/stellarwp/admin-notices/tree/2.0.1" | |
| 703 | - }, | |
| 704 | - "install-path": "../stellarwp/admin-notices" | |
| 705 | - }, | |
| 706 | - { | |
| 707 | - "name": "stellarwp/arrays", | |
| 708 | - "version": "1.3.2", | |
| 709 | - "version_normalized": "1.3.2.0", | |
| 710 | - "source": { | |
| 711 | - "type": "git", | |
| 712 | - "url": "https://github.com/stellarwp/arrays.git", | |
| 713 | - "reference": "e994abcdb5d76fb5fdea7f2e1549d0603c13f91e" | |
| 714 | - }, | |
| 715 | - "dist": { | |
| 716 | - "type": "zip", | |
| 717 | - "url": "https://api.github.com/repos/stellarwp/arrays/zipball/e994abcdb5d76fb5fdea7f2e1549d0603c13f91e", | |
| 718 | - "reference": "e994abcdb5d76fb5fdea7f2e1549d0603c13f91e", | |
| 719 | - "shasum": "" | |
| 720 | - }, | |
| 721 | - "require-dev": { | |
| 722 | - "lucatume/wp-browser": "^3.5 || ^4.0", | |
| 723 | - "saggre/phpdocumentor-markdown": "^0.1.3", | |
| 724 | - "symfony/event-dispatcher-contracts": "^2.5.1", | |
| 725 | - "symfony/string": "^5.4", | |
| 726 | - "szepeviktor/phpstan-wordpress": "^1.1" | |
| 727 | - }, | |
| 728 | - "time": "2026-02-12T19:58:13+00:00", | |
| 729 | - "type": "library", | |
| 730 | - "installation-source": "dist", | |
| 731 | - "autoload": { | |
| 732 | - "psr-4": { | |
| 733 | - "StellarWP\\Arrays\\": "src/Arrays/" | |
| 734 | - } | |
| 735 | - }, | |
| 736 | - "notification-url": "https://packagist.org/downloads/", | |
| 737 | - "license": [ | |
| 738 | - "GPL-2.0" | |
| 739 | - ], | |
| 740 | - "authors": [ | |
| 741 | - { | |
| 742 | - "name": "StellarWP", | |
| 743 | - "email": "[email protected]" | |
| 744 | - }, | |
| 745 | - { | |
| 746 | - "name": "Matthew Batchelder", | |
| 747 | - "email": "[email protected]" | |
| 748 | - } | |
| 749 | - ], | |
| 750 | - "description": "A library for array manipulation.", | |
| 751 | - "support": { | |
| 752 | - "source": "https://github.com/stellarwp/arrays/tree/1.3.2" | |
| 753 | - }, | |
| 754 | - "install-path": "../stellarwp/arrays" | |
| 755 | - }, | |
| 756 | - { | |
| 757 | - "name": "stellarwp/container-contract", | |
| 758 | - "version": "1.0.4", | |
| 759 | - "version_normalized": "1.0.4.0", | |
| 760 | - "source": { | |
| 761 | - "type": "git", | |
| 762 | - "url": "https://github.com/stellarwp/container-contract.git", | |
| 763 | - "reference": "37becc9edbecb0ff95556048337600dd9cc888f0" | |
| 764 | - }, | |
| 765 | - "dist": { | |
| 766 | - "type": "zip", | |
| 767 | - "url": "https://api.github.com/repos/stellarwp/container-contract/zipball/37becc9edbecb0ff95556048337600dd9cc888f0", | |
| 768 | - "reference": "37becc9edbecb0ff95556048337600dd9cc888f0", | |
| 769 | - "shasum": "" | |
| 770 | - }, | |
| 771 | - "require": { | |
| 772 | - "php": ">=7.0.0" | |
| 773 | - }, | |
| 774 | - "time": "2022-12-20T21:29:17+00:00", | |
| 775 | - "type": "library", | |
| 776 | - "installation-source": "dist", | |
| 777 | - "autoload": { | |
| 778 | - "psr-4": { | |
| 779 | - "StellarWP\\ContainerContract\\": "src/" | |
| 780 | - } | |
| 781 | - }, | |
| 782 | - "notification-url": "https://packagist.org/downloads/", | |
| 783 | - "license": [ | |
| 784 | - "GPL-2.0-or-later" | |
| 785 | - ], | |
| 786 | - "authors": [ | |
| 787 | - { | |
| 788 | - "name": "StellarWP", | |
| 789 | - "homepage": "https://stellarwp.com" | |
| 790 | - } | |
| 791 | - ], | |
| 792 | - "description": "StellarWP Container Interface", | |
| 793 | - "homepage": "https://github.com/stellarwp/container-contract", | |
| 794 | - "keywords": [ | |
| 795 | - "PSR-11", | |
| 796 | - "container", | |
| 797 | - "container-interface", | |
| 798 | - "container-interop" | |
| 799 | - ], | |
| 800 | - "support": { | |
| 801 | - "issues": "https://github.com/stellarwp/container-contract/issues", | |
| 802 | - "source": "https://github.com/stellarwp/container-contract/tree/1.0.4" | |
| 803 | - }, | |
| 804 | - "install-path": "../stellarwp/container-contract" | |
| 805 | - }, | |
| 806 | - { | |
| 807 | - "name": "stellarwp/field-conditions", | |
| 808 | - "version": "1.1.1", | |
| 809 | - "version_normalized": "1.1.1.0", | |
| 810 | - "source": { | |
| 811 | - "type": "git", | |
| 812 | - "url": "https://github.com/stellarwp/field-conditions.git", | |
| 813 | - "reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd" | |
| 814 | - }, | |
| 815 | - "dist": { | |
| 816 | - "type": "zip", | |
| 817 | - "url": "https://api.github.com/repos/stellarwp/field-conditions/zipball/03f5aff2f4977359e672efe5426bbb4ef62101cd", | |
| 818 | - "reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd", | |
| 819 | - "shasum": "" | |
| 820 | - }, | |
| 821 | - "require": { | |
| 822 | - "ext-json": "*" | |
| 823 | - }, | |
| 824 | - "require-dev": { | |
| 825 | - "codeception/module-asserts": "^1.0.0", | |
| 826 | - "codeception/module-phpbrowser": "^1.0.0", | |
| 827 | - "lucatume/wp-browser": "^3.0.14", | |
| 828 | - "phpunit/phpunit": "~6.0" | |
| 829 | - }, | |
| 830 | - "time": "2023-04-01T00:38:22+00:00", | |
| 831 | - "type": "library", | |
| 832 | - "installation-source": "dist", | |
| 833 | - "autoload": { | |
| 834 | - "psr-4": { | |
| 835 | - "StellarWP\\FieldConditions\\": "src/" | |
| 836 | - } | |
| 837 | - }, | |
| 838 | - "notification-url": "https://packagist.org/downloads/", | |
| 839 | - "license": [ | |
| 840 | - "GPL-2.0-or-later" | |
| 841 | - ], | |
| 842 | - "authors": [ | |
| 843 | - { | |
| 844 | - "name": "StellarWP", | |
| 845 | - "email": "[email protected]" | |
| 846 | - }, | |
| 847 | - { | |
| 848 | - "name": "Jason Adams", | |
| 849 | - "email": "[email protected]" | |
| 850 | - } | |
| 851 | - ], | |
| 852 | - "description": "A set of serializable classes for handling conditional logic for fields in PHP", | |
| 853 | - "support": { | |
| 854 | - "issues": "https://github.com/stellarwp/field-conditions/issues", | |
| 855 | - "source": "https://github.com/stellarwp/field-conditions/tree/1.1.1" | |
| 856 | - }, | |
| 857 | - "install-path": "../stellarwp/field-conditions" | |
| 858 | - }, | |
| 859 | - { | |
| 860 | - "name": "stellarwp/harbor", | |
| 861 | - "version": "v1.6.0", | |
| 862 | - "version_normalized": "1.6.0.0", | |
| 863 | - "source": { | |
| 864 | - "type": "git", | |
| 865 | - "url": "https://github.com/stellarwp/harbor.git", | |
| 866 | - "reference": "e0253fa5512522a50dd73abe990d3591017494fb" | |
| 867 | - }, | |
| 868 | - "dist": { | |
| 869 | - "type": "zip", | |
| 870 | - "url": "https://api.github.com/repos/stellarwp/harbor/zipball/e0253fa5512522a50dd73abe990d3591017494fb", | |
| 871 | - "reference": "e0253fa5512522a50dd73abe990d3591017494fb", | |
| 872 | - "shasum": "" | |
| 873 | - }, | |
| 874 | - "require": { | |
| 875 | - "ext-json": "*", | |
| 876 | - "nyholm/psr7": "^1.0", | |
| 877 | - "php": ">=7.4", | |
| 878 | - "psr/http-client": "^1.0", | |
| 879 | - "psr/http-factory": "^1.0", | |
| 880 | - "psr/http-message": "^1.1", | |
| 881 | - "stellarwp/container-contract": "^1.0", | |
| 882 | - "stellarwp/licensing-api-client-wordpress": "^2.0" | |
| 883 | - }, | |
| 884 | - "require-dev": { | |
| 885 | - "dealerdirect/phpcodesniffer-composer-installer": "^1", | |
| 886 | - "dpanta94/phpstan-containers": "^0", | |
| 887 | - "exussum12/coverage-checker": "^1.1", | |
| 888 | - "lucatume/codeception-snapshot-assertions": "*", | |
| 889 | - "lucatume/di52": "^3", | |
| 890 | - "lucatume/wp-browser": "*", | |
| 891 | - "php-stubs/wp-cli-stubs": "^2", | |
| 892 | - "phpcompatibility/phpcompatibility-wp": "^2", | |
| 893 | - "phpspec/prophecy": "*", | |
| 894 | - "phpspec/prophecy-phpunit": "*", | |
| 895 | - "phpstan/phpstan": "^2", | |
| 896 | - "phpunit/phpunit": "*", | |
| 897 | - "stellarwp/coding-standards": "^2", | |
| 898 | - "szepeviktor/phpstan-wordpress": ">=1.0", | |
| 899 | - "wp-cli/wp-cli": "^2" | |
| 900 | - }, | |
| 901 | - "time": "2026-07-27T14:52:06+00:00", | |
| 902 | - "bin": [ | |
| 903 | - "bin/stellar-harbor" | |
| 904 | - ], | |
| 905 | - "type": "library", | |
| 906 | - "installation-source": "dist", | |
| 907 | - "autoload": { | |
| 908 | - "psr-4": { | |
| 909 | - "LiquidWeb\\Harbor\\": "src/Harbor/", | |
| 910 | - "LiquidWeb\\Harbor\\Views\\": "src/views/", | |
| 911 | - "LiquidWeb\\Harbor\\Build_Dir\\": "build/", | |
| 912 | - "LiquidWeb\\Harbor\\Build_Dev_Dir\\": "build-dev/" | |
| 913 | - } | |
| 914 | - }, | |
| 915 | - "notification-url": "https://packagist.org/downloads/", | |
| 916 | - "license": [ | |
| 917 | - "GPL-2.0-or-later" | |
| 918 | - ], | |
| 919 | - "authors": [ | |
| 920 | - { | |
| 921 | - "name": "Liquid Web", | |
| 922 | - "homepage": "https://liquidweb.com" | |
| 923 | - } | |
| 924 | - ], | |
| 925 | - "description": "A library that integrates a WordPress product with the Liquid Web licensing system.", | |
| 926 | - "support": { | |
| 927 | - "issues": "https://github.com/stellarwp/harbor/issues", | |
| 928 | - "source": "https://github.com/stellarwp/harbor/tree/v1.6.0" | |
| 929 | - }, | |
| 930 | - "install-path": "../stellarwp/harbor" | |
| 931 | - }, | |
| 932 | - { | |
| 933 | - "name": "stellarwp/licensing-api-client", | |
| 934 | - "version": "2.0.0", | |
| 935 | - "version_normalized": "2.0.0.0", | |
| 936 | - "source": { | |
| 937 | - "type": "git", | |
| 938 | - "url": "https://github.com/stellarwp/licensing-api-client.git", | |
| 939 | - "reference": "6f9e0b3e49831f49b735a9544c5fb2fea4eeedeb" | |
| 940 | - }, | |
| 941 | - "dist": { | |
| 942 | - "type": "zip", | |
| 943 | - "url": "https://api.github.com/repos/stellarwp/licensing-api-client/zipball/6f9e0b3e49831f49b735a9544c5fb2fea4eeedeb", | |
| 944 | - "reference": "6f9e0b3e49831f49b735a9544c5fb2fea4eeedeb", | |
| 945 | - "shasum": "" | |
| 946 | - }, | |
| 947 | - "require": { | |
| 948 | - "ext-json": "*", | |
| 949 | - "php": ">=7.4", | |
| 950 | - "psr/http-client": "^1.0", | |
| 951 | - "psr/http-factory": "^1.0", | |
| 952 | - "psr/http-message": "^1.0 || ^2.0" | |
| 953 | - }, | |
| 954 | - "time": "2026-04-23T03:36:42+00:00", | |
| 955 | - "type": "library", | |
| 956 | - "extra": { | |
| 957 | - "branch-alias": { | |
| 958 | - "dev-main": "1.1.x-dev" | |
| 959 | - } | |
| 960 | - }, | |
| 961 | - "installation-source": "dist", | |
| 962 | - "autoload": { | |
| 963 | - "psr-4": { | |
| 964 | - "LiquidWeb\\LicensingApiClient\\": "src/" | |
| 965 | - } | |
| 966 | - }, | |
| 967 | - "notification-url": "https://packagist.org/downloads/", | |
| 968 | - "license": [ | |
| 969 | - "GPL-2.0-or-later" | |
| 970 | - ], | |
| 971 | - "description": "A PHP client for the Liquid Web Licensing API.", | |
| 972 | - "support": { | |
| 973 | - "source": "https://github.com/stellarwp/licensing-api-client/tree/2.0.0" | |
| 974 | - }, | |
| 975 | - "install-path": "../stellarwp/licensing-api-client" | |
| 976 | - }, | |
| 977 | - { | |
| 978 | - "name": "stellarwp/licensing-api-client-wordpress", | |
| 979 | - "version": "2.0.0", | |
| 980 | - "version_normalized": "2.0.0.0", | |
| 981 | - "source": { | |
| 982 | - "type": "git", | |
| 983 | - "url": "https://github.com/stellarwp/licensing-api-client-wordpress.git", | |
| 984 | - "reference": "f4ece66587cd6de175ffd35d0fbc3dc06c76a1f8" | |
| 985 | - }, | |
| 986 | - "dist": { | |
| 987 | - "type": "zip", | |
| 988 | - "url": "https://api.github.com/repos/stellarwp/licensing-api-client-wordpress/zipball/f4ece66587cd6de175ffd35d0fbc3dc06c76a1f8", | |
| 989 | - "reference": "f4ece66587cd6de175ffd35d0fbc3dc06c76a1f8", | |
| 990 | - "shasum": "" | |
| 991 | - }, | |
| 992 | - "require": { | |
| 993 | - "nyholm/psr7": "^1.8", | |
| 994 | - "php": ">=7.4", | |
| 995 | - "stellarwp/licensing-api-client": "^2.0" | |
| 996 | - }, | |
| 997 | - "time": "2026-04-23T03:38:52+00:00", | |
| 998 | - "type": "library", | |
| 999 | - "extra": { | |
| 1000 | - "branch-alias": { | |
| 1001 | - "dev-main": "1.1.x-dev" | |
| 1002 | - } | |
| 1003 | - }, | |
| 1004 | - "installation-source": "dist", | |
| 1005 | - "autoload": { | |
| 1006 | - "psr-4": { | |
| 1007 | - "LiquidWeb\\LicensingApiClientWordPress\\": "src/" | |
| 1008 | - } | |
| 1009 | - }, | |
| 1010 | - "notification-url": "https://packagist.org/downloads/", | |
| 1011 | - "license": [ | |
| 1012 | - "GPL-2.0-or-later" | |
| 1013 | - ], | |
| 1014 | - "description": "WordPress transport and factory integration for the Liquid Web Licensing API client.", | |
| 1015 | - "support": { | |
| 1016 | - "source": "https://github.com/stellarwp/licensing-api-client-wordpress/tree/2.0.0" | |
| 1017 | - }, | |
| 1018 | - "install-path": "../stellarwp/licensing-api-client-wordpress" | |
| 1019 | - }, | |
| 1020 | - { | |
| 1021 | - "name": "stellarwp/validation", | |
| 1022 | - "version": "1.5.0", | |
| 1023 | - "version_normalized": "1.5.0.0", | |
| 1024 | - "source": { | |
| 1025 | - "type": "git", | |
| 1026 | - "url": "https://github.com/stellarwp/validation.git", | |
| 1027 | - "reference": "cf610086713a8a20ad640b7f0da2bcf0e8a826a4" | |
| 1028 | - }, | |
| 1029 | - "dist": { | |
| 1030 | - "type": "zip", | |
| 1031 | - "url": "https://api.github.com/repos/stellarwp/validation/zipball/cf610086713a8a20ad640b7f0da2bcf0e8a826a4", | |
| 1032 | - "reference": "cf610086713a8a20ad640b7f0da2bcf0e8a826a4", | |
| 1033 | - "shasum": "" | |
| 1034 | - }, | |
| 1035 | - "require": { | |
| 1036 | - "ext-json": "*", | |
| 1037 | - "stellarwp/container-contract": "1.0.4", | |
| 1038 | - "stellarwp/field-conditions": "^1.0" | |
| 1039 | - }, | |
| 1040 | - "require-dev": { | |
| 1041 | - "codeception/module-asserts": "^1.0.0", | |
| 1042 | - "codeception/module-phpbrowser": "^1.0.0", | |
| 1043 | - "lucatume/di52": "^3.0", | |
| 1044 | - "lucatume/wp-browser": "^3.0.14", | |
| 1045 | - "phpstan/phpstan": "^1.12", | |
| 1046 | - "phpunit/phpunit": "~6.0", | |
| 1047 | - "szepeviktor/phpstan-wordpress": "^1.3" | |
| 1048 | - }, | |
| 1049 | - "time": "2025-06-18T20:38:33+00:00", | |
| 1050 | - "type": "library", | |
| 1051 | - "installation-source": "dist", | |
| 1052 | - "autoload": { | |
| 1053 | - "psr-4": { | |
| 1054 | - "StellarWP\\Validation\\": "src/" | |
| 1055 | - } | |
| 1056 | - }, | |
| 1057 | - "notification-url": "https://packagist.org/downloads/", | |
| 1058 | - "license": [ | |
| 1059 | - "GPL-2.0-or-later" | |
| 1060 | - ], | |
| 1061 | - "authors": [ | |
| 1062 | - { | |
| 1063 | - "name": "StellarWP", | |
| 1064 | - "email": "[email protected]" | |
| 1065 | - }, | |
| 1066 | - { | |
| 1067 | - "name": "Jason Adams", | |
| 1068 | - "email": "[email protected]" | |
| 1069 | - } | |
| 1070 | - ], | |
| 1071 | - "description": "An end-to-end ready PHP validation library", | |
| 1072 | - "support": { | |
| 1073 | - "issues": "https://github.com/stellarwp/validation/issues", | |
| 1074 | - "source": "https://github.com/stellarwp/validation/tree/1.5.0" | |
| 1075 | - }, | |
| 1076 | - "install-path": "../stellarwp/validation" | |
| 1077 | - }, | |
| 1078 | - { | |
| 1079 | 401 | "name": "stripe/stripe-php", |
| 1080 | 402 | "version": "v7.128.0", |
| 1081 | 403 | "version_normalized": "7.128.0.0", |
| 1082 | 404 | "source": { |
| @@ -1206,265 +528,8 @@ | ||
| 1206 | 528 | "type": "tidelift" |
| 1207 | 529 | } |
| 1208 | 530 | ], |
| 1209 | 531 | "install-path": "../symfony/deprecation-contracts" |
| 1210 | - }, | |
| 1211 | - { | |
| 1212 | - "name": "symfony/http-foundation", | |
| 1213 | - "version": "v5.4.50", | |
| 1214 | - "version_normalized": "5.4.50.0", | |
| 1215 | - "source": { | |
| 1216 | - "type": "git", | |
| 1217 | - "url": "https://github.com/symfony/http-foundation.git", | |
| 1218 | - "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609" | |
| 1219 | - }, | |
| 1220 | - "dist": { | |
| 1221 | - "type": "zip", | |
| 1222 | - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609", | |
| 1223 | - "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609", | |
| 1224 | - "shasum": "" | |
| 1225 | - }, | |
| 1226 | - "require": { | |
| 1227 | - "php": ">=7.2.5", | |
| 1228 | - "symfony/deprecation-contracts": "^2.1|^3", | |
| 1229 | - "symfony/polyfill-mbstring": "~1.1", | |
| 1230 | - "symfony/polyfill-php80": "^1.16" | |
| 1231 | - }, | |
| 1232 | - "require-dev": { | |
| 1233 | - "predis/predis": "^1.0|^2.0", | |
| 1234 | - "symfony/cache": "^4.4|^5.0|^6.0", | |
| 1235 | - "symfony/dependency-injection": "^5.4|^6.0", | |
| 1236 | - "symfony/expression-language": "^4.4|^5.0|^6.0", | |
| 1237 | - "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", | |
| 1238 | - "symfony/mime": "^4.4|^5.0|^6.0", | |
| 1239 | - "symfony/rate-limiter": "^5.2|^6.0" | |
| 1240 | - }, | |
| 1241 | - "suggest": { | |
| 1242 | - "symfony/mime": "To use the file extension guesser" | |
| 1243 | - }, | |
| 1244 | - "time": "2025-11-03T12:58:48+00:00", | |
| 1245 | - "type": "library", | |
| 1246 | - "installation-source": "dist", | |
| 1247 | - "autoload": { | |
| 1248 | - "psr-4": { | |
| 1249 | - "Symfony\\Component\\HttpFoundation\\": "" | |
| 1250 | - }, | |
| 1251 | - "exclude-from-classmap": [ | |
| 1252 | - "/Tests/" | |
| 1253 | - ] | |
| 1254 | - }, | |
| 1255 | - "notification-url": "https://packagist.org/downloads/", | |
| 1256 | - "license": [ | |
| 1257 | - "MIT" | |
| 1258 | - ], | |
| 1259 | - "authors": [ | |
| 1260 | - { | |
| 1261 | - "name": "Fabien Potencier", | |
| 1262 | - "email": "[email protected]" | |
| 1263 | - }, | |
| 1264 | - { | |
| 1265 | - "name": "Symfony Community", | |
| 1266 | - "homepage": "https://symfony.com/contributors" | |
| 1267 | - } | |
| 1268 | - ], | |
| 1269 | - "description": "Defines an object-oriented layer for the HTTP specification", | |
| 1270 | - "homepage": "https://symfony.com", | |
| 1271 | - "support": { | |
| 1272 | - "source": "https://github.com/symfony/http-foundation/tree/v5.4.50" | |
| 1273 | - }, | |
| 1274 | - "funding": [ | |
| 1275 | - { | |
| 1276 | - "url": "https://symfony.com/sponsor", | |
| 1277 | - "type": "custom" | |
| 1278 | - }, | |
| 1279 | - { | |
| 1280 | - "url": "https://github.com/fabpot", | |
| 1281 | - "type": "github" | |
| 1282 | - }, | |
| 1283 | - { | |
| 1284 | - "url": "https://github.com/nicolas-grekas", | |
| 1285 | - "type": "github" | |
| 1286 | - }, | |
| 1287 | - { | |
| 1288 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
| 1289 | - "type": "tidelift" | |
| 1290 | - } | |
| 1291 | - ], | |
| 1292 | - "install-path": "../symfony/http-foundation" | |
| 1293 | - }, | |
| 1294 | - { | |
| 1295 | - "name": "symfony/polyfill-ctype", | |
| 1296 | - "version": "v1.36.0", | |
| 1297 | - "version_normalized": "1.36.0.0", | |
| 1298 | - "source": { | |
| 1299 | - "type": "git", | |
| 1300 | - "url": "https://github.com/symfony/polyfill-ctype.git", | |
| 1301 | - "reference": "141046a8f9477948ff284fa65be2095baafb94f2" | |
| 1302 | - }, | |
| 1303 | - "dist": { | |
| 1304 | - "type": "zip", | |
| 1305 | - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2", | |
| 1306 | - "reference": "141046a8f9477948ff284fa65be2095baafb94f2", | |
| 1307 | - "shasum": "" | |
| 1308 | - }, | |
| 1309 | - "require": { | |
| 1310 | - "php": ">=7.2" | |
| 1311 | - }, | |
| 1312 | - "provide": { | |
| 1313 | - "ext-ctype": "*" | |
| 1314 | - }, | |
| 1315 | - "suggest": { | |
| 1316 | - "ext-ctype": "For best performance" | |
| 1317 | - }, | |
| 1318 | - "time": "2026-04-10T16:19:22+00:00", | |
| 1319 | - "type": "library", | |
| 1320 | - "extra": { | |
| 1321 | - "thanks": { | |
| 1322 | - "url": "https://github.com/symfony/polyfill", | |
| 1323 | - "name": "symfony/polyfill" | |
| 1324 | - } | |
| 1325 | - }, | |
| 1326 | - "installation-source": "dist", | |
| 1327 | - "autoload": { | |
| 1328 | - "files": [ | |
| 1329 | - "bootstrap.php" | |
| 1330 | - ], | |
| 1331 | - "psr-4": { | |
| 1332 | - "Symfony\\Polyfill\\Ctype\\": "" | |
| 1333 | - } | |
| 1334 | - }, | |
| 1335 | - "notification-url": "https://packagist.org/downloads/", | |
| 1336 | - "license": [ | |
| 1337 | - "MIT" | |
| 1338 | - ], | |
| 1339 | - "authors": [ | |
| 1340 | - { | |
| 1341 | - "name": "Gert de Pagter", | |
| 1342 | - "email": "[email protected]" | |
| 1343 | - }, | |
| 1344 | - { | |
| 1345 | - "name": "Symfony Community", | |
| 1346 | - "homepage": "https://symfony.com/contributors" | |
| 1347 | - } | |
| 1348 | - ], | |
| 1349 | - "description": "Symfony polyfill for ctype functions", | |
| 1350 | - "homepage": "https://symfony.com", | |
| 1351 | - "keywords": [ | |
| 1352 | - "compatibility", | |
| 1353 | - "ctype", | |
| 1354 | - "polyfill", | |
| 1355 | - "portable" | |
| 1356 | - ], | |
| 1357 | - "support": { | |
| 1358 | - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.36.0" | |
| 1359 | - }, | |
| 1360 | - "funding": [ | |
| 1361 | - { | |
| 1362 | - "url": "https://symfony.com/sponsor", | |
| 1363 | - "type": "custom" | |
| 1364 | - }, | |
| 1365 | - { | |
| 1366 | - "url": "https://github.com/fabpot", | |
| 1367 | - "type": "github" | |
| 1368 | - }, | |
| 1369 | - { | |
| 1370 | - "url": "https://github.com/nicolas-grekas", | |
| 1371 | - "type": "github" | |
| 1372 | - }, | |
| 1373 | - { | |
| 1374 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
| 1375 | - "type": "tidelift" | |
| 1376 | - } | |
| 1377 | - ], | |
| 1378 | - "install-path": "../symfony/polyfill-ctype" | |
| 1379 | - }, | |
| 1380 | - { | |
| 1381 | - "name": "symfony/polyfill-mbstring", | |
| 1382 | - "version": "v1.36.0", | |
| 1383 | - "version_normalized": "1.36.0.0", | |
| 1384 | - "source": { | |
| 1385 | - "type": "git", | |
| 1386 | - "url": "https://github.com/symfony/polyfill-mbstring.git", | |
| 1387 | - "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315" | |
| 1388 | - }, | |
| 1389 | - "dist": { | |
| 1390 | - "type": "zip", | |
| 1391 | - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315", | |
| 1392 | - "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315", | |
| 1393 | - "shasum": "" | |
| 1394 | - }, | |
| 1395 | - "require": { | |
| 1396 | - "ext-iconv": "*", | |
| 1397 | - "php": ">=7.2" | |
| 1398 | - }, | |
| 1399 | - "provide": { | |
| 1400 | - "ext-mbstring": "*" | |
| 1401 | - }, | |
| 1402 | - "suggest": { | |
| 1403 | - "ext-mbstring": "For best performance" | |
| 1404 | - }, | |
| 1405 | - "time": "2026-04-10T17:25:58+00:00", | |
| 1406 | - "type": "library", | |
| 1407 | - "extra": { | |
| 1408 | - "thanks": { | |
| 1409 | - "url": "https://github.com/symfony/polyfill", | |
| 1410 | - "name": "symfony/polyfill" | |
| 1411 | - } | |
| 1412 | - }, | |
| 1413 | - "installation-source": "dist", | |
| 1414 | - "autoload": { | |
| 1415 | - "files": [ | |
| 1416 | - "bootstrap.php" | |
| 1417 | - ], | |
| 1418 | - "psr-4": { | |
| 1419 | - "Symfony\\Polyfill\\Mbstring\\": "" | |
| 1420 | - } | |
| 1421 | - }, | |
| 1422 | - "notification-url": "https://packagist.org/downloads/", | |
| 1423 | - "license": [ | |
| 1424 | - "MIT" | |
| 1425 | - ], | |
| 1426 | - "authors": [ | |
| 1427 | - { | |
| 1428 | - "name": "Nicolas Grekas", | |
| 1429 | - "email": "[email protected]" | |
| 1430 | - }, | |
| 1431 | - { | |
| 1432 | - "name": "Symfony Community", | |
| 1433 | - "homepage": "https://symfony.com/contributors" | |
| 1434 | - } | |
| 1435 | - ], | |
| 1436 | - "description": "Symfony polyfill for the Mbstring extension", | |
| 1437 | - "homepage": "https://symfony.com", | |
| 1438 | - "keywords": [ | |
| 1439 | - "compatibility", | |
| 1440 | - "mbstring", | |
| 1441 | - "polyfill", | |
| 1442 | - "portable", | |
| 1443 | - "shim" | |
| 1444 | - ], | |
| 1445 | - "support": { | |
| 1446 | - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.36.0" | |
| 1447 | - }, | |
| 1448 | - "funding": [ | |
| 1449 | - { | |
| 1450 | - "url": "https://symfony.com/sponsor", | |
| 1451 | - "type": "custom" | |
| 1452 | - }, | |
| 1453 | - { | |
| 1454 | - "url": "https://github.com/fabpot", | |
| 1455 | - "type": "github" | |
| 1456 | - }, | |
| 1457 | - { | |
| 1458 | - "url": "https://github.com/nicolas-grekas", | |
| 1459 | - "type": "github" | |
| 1460 | - }, | |
| 1461 | - { | |
| 1462 | - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
| 1463 | - "type": "tidelift" | |
| 1464 | - } | |
| 1465 | - ], | |
| 1466 | - "install-path": "../symfony/polyfill-mbstring" | |
| 1467 | 532 | }, |
| 1468 | 533 | { |
| 1469 | 534 | "name": "symfony/polyfill-php80", |
| 1470 | 535 | "version": "v1.36.0", |