|
2622 | 2622 | }, |
2623 | 2623 | { |
2624 | 2624 | "name": "php-http/guzzle7-adapter", |
2625 | | - "version": "1.0.0", |
2626 | | - "version_normalized": "1.0.0.0", |
| 2625 | + "version": "1.1.0", |
| 2626 | + "version_normalized": "1.1.0.0", |
2627 | 2627 | "source": { |
2628 | 2628 | "type": "git", |
2629 | 2629 | "url": "https://github.com/php-http/guzzle7-adapter.git", |
2630 | | - "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01" |
| 2630 | + "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb" |
2631 | 2631 | }, |
2632 | 2632 | "dist": { |
2633 | 2633 | "type": "zip", |
2634 | | - "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01", |
2635 | | - "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01", |
| 2634 | + "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb", |
| 2635 | + "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb", |
2636 | 2636 | "shasum": "" |
2637 | 2637 | }, |
2638 | 2638 | "require": { |
2639 | 2639 | "guzzlehttp/guzzle": "^7.0", |
2640 | | - "php": "^7.2 | ^8.0", |
| 2640 | + "php": "^7.3 | ^8.0", |
2641 | 2641 | "php-http/httplug": "^2.0", |
2642 | 2642 | "psr/http-client": "^1.0" |
2643 | 2643 | }, |
|
2648 | 2648 | }, |
2649 | 2649 | "require-dev": { |
2650 | 2650 | "php-http/client-integration-tests": "^3.0", |
| 2651 | + "php-http/message-factory": "^1.1", |
| 2652 | + "phpspec/prophecy-phpunit": "^2.0", |
2651 | 2653 | "phpunit/phpunit": "^8.0|^9.3" |
2652 | 2654 | }, |
2653 | | - "time": "2021-03-09T07:35:15+00:00", |
| 2655 | + "time": "2024-11-26T11:14:36+00:00", |
2654 | 2656 | "type": "library", |
2655 | | - "extra": { |
2656 | | - "branch-alias": { |
2657 | | - "dev-master": "0.2.x-dev" |
2658 | | - } |
2659 | | - }, |
2660 | 2657 | "installation-source": "dist", |
2661 | 2658 | "autoload": { |
2662 | 2659 | "psr-4": { |
|
2681 | 2678 | ], |
2682 | 2679 | "support": { |
2683 | 2680 | "issues": "https://github.com/php-http/guzzle7-adapter/issues", |
2684 | | - "source": "https://github.com/php-http/guzzle7-adapter/tree/1.0.0" |
| 2681 | + "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0" |
2685 | 2682 | }, |
2686 | 2683 | "install-path": "../php-http/guzzle7-adapter" |
2687 | 2684 | }, |
2688 | 2685 | { |
2689 | 2686 | "name": "php-http/httplug", |
2690 | | - "version": "2.2.0", |
2691 | | - "version_normalized": "2.2.0.0", |
| 2687 | + "version": "2.4.1", |
| 2688 | + "version_normalized": "2.4.1.0", |
2692 | 2689 | "source": { |
2693 | 2690 | "type": "git", |
2694 | 2691 | "url": "https://github.com/php-http/httplug.git", |
2695 | | - "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9" |
| 2692 | + "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4" |
2696 | 2693 | }, |
2697 | 2694 | "dist": { |
2698 | 2695 | "type": "zip", |
2699 | | - "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9", |
2700 | | - "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9", |
| 2696 | + "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4", |
| 2697 | + "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4", |
2701 | 2698 | "shasum": "" |
2702 | 2699 | }, |
2703 | 2700 | "require": { |
2704 | 2701 | "php": "^7.1 || ^8.0", |
2705 | 2702 | "php-http/promise": "^1.1", |
2706 | 2703 | "psr/http-client": "^1.0", |
2707 | | - "psr/http-message": "^1.0" |
| 2704 | + "psr/http-message": "^1.0 || ^2.0" |
2708 | 2705 | }, |
2709 | 2706 | "require-dev": { |
2710 | | - "friends-of-phpspec/phpspec-code-coverage": "^4.1", |
2711 | | - "phpspec/phpspec": "^5.1 || ^6.0" |
| 2707 | + "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", |
| 2708 | + "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" |
2712 | 2709 | }, |
2713 | | - "time": "2020-07-13T15:43:23+00:00", |
| 2710 | + "time": "2024-09-23T11:39:58+00:00", |
2714 | 2711 | "type": "library", |
2715 | | - "extra": { |
2716 | | - "branch-alias": { |
2717 | | - "dev-master": "2.x-dev" |
2718 | | - } |
2719 | | - }, |
2720 | 2712 | "installation-source": "dist", |
2721 | 2713 | "autoload": { |
2722 | 2714 | "psr-4": { |
|
2746 | 2738 | ], |
2747 | 2739 | "support": { |
2748 | 2740 | "issues": "https://github.com/php-http/httplug/issues", |
2749 | | - "source": "https://github.com/php-http/httplug/tree/master" |
| 2741 | + "source": "https://github.com/php-http/httplug/tree/2.4.1" |
2750 | 2742 | }, |
2751 | 2743 | "install-path": "../php-http/httplug" |
2752 | 2744 | }, |
2753 | 2745 | { |
2754 | 2746 | "name": "php-http/promise", |
2755 | | - "version": "1.1.0", |
2756 | | - "version_normalized": "1.1.0.0", |
| 2747 | + "version": "1.3.1", |
| 2748 | + "version_normalized": "1.3.1.0", |
2757 | 2749 | "source": { |
2758 | 2750 | "type": "git", |
2759 | 2751 | "url": "https://github.com/php-http/promise.git", |
2760 | | - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88" |
| 2752 | + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" |
2761 | 2753 | }, |
2762 | 2754 | "dist": { |
2763 | 2755 | "type": "zip", |
2764 | | - "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", |
2765 | | - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", |
| 2756 | + "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", |
| 2757 | + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", |
2766 | 2758 | "shasum": "" |
2767 | 2759 | }, |
2768 | 2760 | "require": { |
2769 | 2761 | "php": "^7.1 || ^8.0" |
2770 | 2762 | }, |
2771 | 2763 | "require-dev": { |
2772 | | - "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", |
2773 | | - "phpspec/phpspec": "^5.1.2 || ^6.2" |
| 2764 | + "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3", |
| 2765 | + "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4" |
2774 | 2766 | }, |
2775 | | - "time": "2020-07-07T09:29:14+00:00", |
| 2767 | + "time": "2024-03-15T13:55:21+00:00", |
2776 | 2768 | "type": "library", |
2777 | | - "extra": { |
2778 | | - "branch-alias": { |
2779 | | - "dev-master": "1.1-dev" |
2780 | | - } |
2781 | | - }, |
2782 | 2769 | "installation-source": "dist", |
2783 | 2770 | "autoload": { |
2784 | 2771 | "psr-4": { |
|
2806 | 2793 | ], |
2807 | 2794 | "support": { |
2808 | 2795 | "issues": "https://github.com/php-http/promise/issues", |
2809 | | - "source": "https://github.com/php-http/promise/tree/1.1.0" |
| 2796 | + "source": "https://github.com/php-http/promise/tree/1.3.1" |
2810 | 2797 | }, |
2811 | 2798 | "install-path": "../php-http/promise" |
2812 | 2799 | }, |
|
3386 | 3373 | }, |
3387 | 3374 | { |
3388 | 3375 | "name": "psr/http-message", |
3389 | | - "version": "1.1", |
3390 | | - "version_normalized": "1.1.0.0", |
| 3376 | + "version": "2.0", |
| 3377 | + "version_normalized": "2.0.0.0", |
3391 | 3378 | "source": { |
3392 | 3379 | "type": "git", |
3393 | 3380 | "url": "https://github.com/php-fig/http-message.git", |
3394 | | - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" |
| 3381 | + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" |
3395 | 3382 | }, |
3396 | 3383 | "dist": { |
3397 | 3384 | "type": "zip", |
3398 | | - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
3399 | | - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
| 3385 | + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
| 3386 | + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
3400 | 3387 | "shasum": "" |
3401 | 3388 | }, |
3402 | 3389 | "require": { |
3403 | 3390 | "php": "^7.2 || ^8.0" |
3404 | 3391 | }, |
3405 | | - "time": "2023-04-04T09:50:52+00:00", |
| 3392 | + "time": "2023-04-04T09:54:51+00:00", |
3406 | 3393 | "type": "library", |
3407 | 3394 | "extra": { |
3408 | 3395 | "branch-alias": { |
3409 | | - "dev-master": "1.1.x-dev" |
| 3396 | + "dev-master": "2.0.x-dev" |
3410 | 3397 | } |
3411 | 3398 | }, |
3412 | 3399 | "installation-source": "dist", |
|
3422 | 3409 | "authors": [ |
3423 | 3410 | { |
3424 | 3411 | "name": "PHP-FIG", |
3425 | | - "homepage": "http://www.php-fig.org/" |
| 3412 | + "homepage": "https://www.php-fig.org/" |
3426 | 3413 | } |
3427 | 3414 | ], |
3428 | 3415 | "description": "Common interface for HTTP messages", |
|
3436 | 3423 | "response" |
3437 | 3424 | ], |
3438 | 3425 | "support": { |
3439 | | - "source": "https://github.com/php-fig/http-message/tree/1.1" |
| 3426 | + "source": "https://github.com/php-fig/http-message/tree/2.0" |
3440 | 3427 | }, |
3441 | 3428 | "install-path": "../psr/http-message" |
3442 | 3429 | }, |
|
4513 | 4500 | }, |
4514 | 4501 | { |
4515 | 4502 | "name": "symfony/deprecation-contracts", |
4516 | | - "version": "v3.5.1", |
4517 | | - "version_normalized": "3.5.1.0", |
| 4503 | + "version": "v3.6.0", |
| 4504 | + "version_normalized": "3.6.0.0", |
4518 | 4505 | "source": { |
4519 | 4506 | "type": "git", |
4520 | 4507 | "url": "https://github.com/symfony/deprecation-contracts.git", |
4521 | | - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" |
| 4508 | + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" |
4522 | 4509 | }, |
4523 | 4510 | "dist": { |
4524 | 4511 | "type": "zip", |
4525 | | - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", |
4526 | | - "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", |
| 4512 | + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", |
| 4513 | + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", |
4527 | 4514 | "shasum": "" |
4528 | 4515 | }, |
4529 | 4516 | "require": { |
4530 | 4517 | "php": ">=8.1" |
4531 | 4518 | }, |
4532 | | - "time": "2024-09-25T14:20:29+00:00", |
| 4519 | + "time": "2024-09-25T14:21:43+00:00", |
4533 | 4520 | "type": "library", |
4534 | 4521 | "extra": { |
4535 | 4522 | "thanks": { |
4536 | 4523 | "url": "https://github.com/symfony/contracts", |
4537 | 4524 | "name": "symfony/contracts" |
4538 | 4525 | }, |
4539 | 4526 | "branch-alias": { |
4540 | | - "dev-main": "3.5-dev" |
| 4527 | + "dev-main": "3.6-dev" |
4541 | 4528 | } |
4542 | 4529 | }, |
4543 | 4530 | "installation-source": "dist", |
|
4563 | 4550 | "description": "A generic function and convention to trigger deprecation notices", |
4564 | 4551 | "homepage": "https://symfony.com", |
4565 | 4552 | "support": { |
4566 | | - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" |
| 4553 | + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" |
4567 | 4554 | }, |
4568 | 4555 | "funding": [ |
4569 | 4556 | { |
|
0 commit comments