*
Showing
2 changed files
with
74 additions
and
89 deletions
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | "ext-bcmath": "*", | 9 | "ext-bcmath": "*", |
| 10 | "ext-json": "*", | 10 | "ext-json": "*", |
| 11 | "fideloper/proxy": "^4.4", | 11 | "fideloper/proxy": "^4.4", |
| 12 | "fruitcake/laravel-cors": "^3.0", | 12 | "fruitcake/laravel-cors": "^2.0", |
| 13 | "godruoyi/php-snowflake": "^1.1", | 13 | "godruoyi/php-snowflake": "^1.1", |
| 14 | "guzzlehttp/guzzle": "^7.0.1", | 14 | "guzzlehttp/guzzle": "^7.0.1", |
| 15 | "laravel/framework": "^8.40", | 15 | "laravel/framework": "^8.40", | ... | ... |
| ... | @@ -4,9 +4,71 @@ | ... | @@ -4,9 +4,71 @@ |
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
| 5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
| 6 | ], | 6 | ], |
| 7 | "content-hash": "7971877e160a404a7f06da1507f1d08d", | 7 | "content-hash": "e28041a4bc9847dee62a3829f3824c85", |
| 8 | "packages": [ | 8 | "packages": [ |
| 9 | { | 9 | { |
| 10 | "name": "asm89/stack-cors", | ||
| 11 | "version": "v2.1.1", | ||
| 12 | "source": { | ||
| 13 | "type": "git", | ||
| 14 | "url": "https://github.com/asm89/stack-cors.git", | ||
| 15 | "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a" | ||
| 16 | }, | ||
| 17 | "dist": { | ||
| 18 | "type": "zip", | ||
| 19 | "url": "https://api.github.com/repos/asm89/stack-cors/zipball/73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", | ||
| 20 | "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", | ||
| 21 | "shasum": "", | ||
| 22 | "mirrors": [ | ||
| 23 | { | ||
| 24 | "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", | ||
| 25 | "preferred": true | ||
| 26 | } | ||
| 27 | ] | ||
| 28 | }, | ||
| 29 | "require": { | ||
| 30 | "php": "^7.2|^8.0", | ||
| 31 | "symfony/http-foundation": "^4|^5|^6", | ||
| 32 | "symfony/http-kernel": "^4|^5|^6" | ||
| 33 | }, | ||
| 34 | "require-dev": { | ||
| 35 | "phpunit/phpunit": "^7|^9", | ||
| 36 | "squizlabs/php_codesniffer": "^3.5" | ||
| 37 | }, | ||
| 38 | "type": "library", | ||
| 39 | "extra": { | ||
| 40 | "branch-alias": { | ||
| 41 | "dev-master": "2.1-dev" | ||
| 42 | } | ||
| 43 | }, | ||
| 44 | "autoload": { | ||
| 45 | "psr-4": { | ||
| 46 | "Asm89\\Stack\\": "src/" | ||
| 47 | } | ||
| 48 | }, | ||
| 49 | "notification-url": "https://packagist.org/downloads/", | ||
| 50 | "license": [ | ||
| 51 | "MIT" | ||
| 52 | ], | ||
| 53 | "authors": [ | ||
| 54 | { | ||
| 55 | "name": "Alexander", | ||
| 56 | "email": "iam.asm89@gmail.com" | ||
| 57 | } | ||
| 58 | ], | ||
| 59 | "description": "Cross-origin resource sharing library and stack middleware", | ||
| 60 | "homepage": "https://github.com/asm89/stack-cors", | ||
| 61 | "keywords": [ | ||
| 62 | "cors", | ||
| 63 | "stack" | ||
| 64 | ], | ||
| 65 | "support": { | ||
| 66 | "issues": "https://github.com/asm89/stack-cors/issues", | ||
| 67 | "source": "https://github.com/asm89/stack-cors/tree/v2.1.1" | ||
| 68 | }, | ||
| 69 | "time": "2022-01-18T09:12:03+00:00" | ||
| 70 | }, | ||
| 71 | { | ||
| 10 | "name": "brick/math", | 72 | "name": "brick/math", |
| 11 | "version": "0.9.3", | 73 | "version": "0.9.3", |
| 12 | "source": { | 74 | "source": { |
| ... | @@ -539,16 +601,16 @@ | ... | @@ -539,16 +601,16 @@ |
| 539 | }, | 601 | }, |
| 540 | { | 602 | { |
| 541 | "name": "fruitcake/laravel-cors", | 603 | "name": "fruitcake/laravel-cors", |
| 542 | "version": "v3.0.0", | 604 | "version": "v2.2.0", |
| 543 | "source": { | 605 | "source": { |
| 544 | "type": "git", | 606 | "type": "git", |
| 545 | "url": "https://github.com/fruitcake/laravel-cors.git", | 607 | "url": "https://github.com/fruitcake/laravel-cors.git", |
| 546 | "reference": "7c036ec08972d8d5d9db637e772af6887828faf5" | 608 | "reference": "783a74f5e3431d7b9805be8afb60fd0a8f743534" |
| 547 | }, | 609 | }, |
| 548 | "dist": { | 610 | "dist": { |
| 549 | "type": "zip", | 611 | "type": "zip", |
| 550 | "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/7c036ec08972d8d5d9db637e772af6887828faf5", | 612 | "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/783a74f5e3431d7b9805be8afb60fd0a8f743534", |
| 551 | "reference": "7c036ec08972d8d5d9db637e772af6887828faf5", | 613 | "reference": "783a74f5e3431d7b9805be8afb60fd0a8f743534", |
| 552 | "shasum": "", | 614 | "shasum": "", |
| 553 | "mirrors": [ | 615 | "mirrors": [ |
| 554 | { | 616 | { |
| ... | @@ -558,21 +620,21 @@ | ... | @@ -558,21 +620,21 @@ |
| 558 | ] | 620 | ] |
| 559 | }, | 621 | }, |
| 560 | "require": { | 622 | "require": { |
| 561 | "fruitcake/php-cors": "^1.2", | 623 | "asm89/stack-cors": "^2.0.1", |
| 562 | "illuminate/contracts": "^6|^7|^8|^9", | 624 | "illuminate/contracts": "^6|^7|^8|^9", |
| 563 | "illuminate/support": "^6|^7|^8|^9", | 625 | "illuminate/support": "^6|^7|^8|^9", |
| 564 | "php": "^7.4|^8.0" | 626 | "php": ">=7.2" |
| 565 | }, | 627 | }, |
| 566 | "require-dev": { | 628 | "require-dev": { |
| 567 | "laravel/framework": "^6|^7.24|^8", | 629 | "laravel/framework": "^6|^7.24|^8", |
| 568 | "orchestra/testbench-dusk": "^4|^5|^6|^7", | 630 | "orchestra/testbench-dusk": "^4|^5|^6|^7", |
| 569 | "phpunit/phpunit": "^9", | 631 | "phpunit/phpunit": "^6|^7|^8|^9", |
| 570 | "squizlabs/php_codesniffer": "^3.5" | 632 | "squizlabs/php_codesniffer": "^3.5" |
| 571 | }, | 633 | }, |
| 572 | "type": "library", | 634 | "type": "library", |
| 573 | "extra": { | 635 | "extra": { |
| 574 | "branch-alias": { | 636 | "branch-alias": { |
| 575 | "dev-master": "3.0-dev" | 637 | "dev-master": "2.1-dev" |
| 576 | }, | 638 | }, |
| 577 | "laravel": { | 639 | "laravel": { |
| 578 | "providers": [ | 640 | "providers": [ |
| ... | @@ -608,84 +670,7 @@ | ... | @@ -608,84 +670,7 @@ |
| 608 | ], | 670 | ], |
| 609 | "support": { | 671 | "support": { |
| 610 | "issues": "https://github.com/fruitcake/laravel-cors/issues", | 672 | "issues": "https://github.com/fruitcake/laravel-cors/issues", |
| 611 | "source": "https://github.com/fruitcake/laravel-cors/tree/v3.0.0" | 673 | "source": "https://github.com/fruitcake/laravel-cors/tree/v2.2.0" |
| 612 | }, | ||
| 613 | "funding": [ | ||
| 614 | { | ||
| 615 | "url": "https://fruitcake.nl", | ||
| 616 | "type": "custom" | ||
| 617 | }, | ||
| 618 | { | ||
| 619 | "url": "https://github.com/barryvdh", | ||
| 620 | "type": "github" | ||
| 621 | } | ||
| 622 | ], | ||
| 623 | "time": "2022-02-23T14:53:22+00:00" | ||
| 624 | }, | ||
| 625 | { | ||
| 626 | "name": "fruitcake/php-cors", | ||
| 627 | "version": "v1.2.0", | ||
| 628 | "source": { | ||
| 629 | "type": "git", | ||
| 630 | "url": "https://github.com/fruitcake/php-cors.git", | ||
| 631 | "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e" | ||
| 632 | }, | ||
| 633 | "dist": { | ||
| 634 | "type": "zip", | ||
| 635 | "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/58571acbaa5f9f462c9c77e911700ac66f446d4e", | ||
| 636 | "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e", | ||
| 637 | "shasum": "", | ||
| 638 | "mirrors": [ | ||
| 639 | { | ||
| 640 | "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", | ||
| 641 | "preferred": true | ||
| 642 | } | ||
| 643 | ] | ||
| 644 | }, | ||
| 645 | "require": { | ||
| 646 | "php": "^7.4|^8.0", | ||
| 647 | "symfony/http-foundation": "^4.4|^5.4|^6" | ||
| 648 | }, | ||
| 649 | "require-dev": { | ||
| 650 | "phpstan/phpstan": "^1.4", | ||
| 651 | "phpunit/phpunit": "^9", | ||
| 652 | "squizlabs/php_codesniffer": "^3.5" | ||
| 653 | }, | ||
| 654 | "type": "library", | ||
| 655 | "extra": { | ||
| 656 | "branch-alias": { | ||
| 657 | "dev-main": "1.1-dev" | ||
| 658 | } | ||
| 659 | }, | ||
| 660 | "autoload": { | ||
| 661 | "psr-4": { | ||
| 662 | "Fruitcake\\Cors\\": "src/" | ||
| 663 | } | ||
| 664 | }, | ||
| 665 | "notification-url": "https://packagist.org/downloads/", | ||
| 666 | "license": [ | ||
| 667 | "MIT" | ||
| 668 | ], | ||
| 669 | "authors": [ | ||
| 670 | { | ||
| 671 | "name": "Fruitcake", | ||
| 672 | "homepage": "https://fruitcake.nl" | ||
| 673 | }, | ||
| 674 | { | ||
| 675 | "name": "Barryvdh", | ||
| 676 | "email": "barryvdh@gmail.com" | ||
| 677 | } | ||
| 678 | ], | ||
| 679 | "description": "Cross-origin resource sharing library for the Symfony HttpFoundation", | ||
| 680 | "homepage": "https://github.com/fruitcake/php-cors", | ||
| 681 | "keywords": [ | ||
| 682 | "cors", | ||
| 683 | "laravel", | ||
| 684 | "symfony" | ||
| 685 | ], | ||
| 686 | "support": { | ||
| 687 | "issues": "https://github.com/fruitcake/php-cors/issues", | ||
| 688 | "source": "https://github.com/fruitcake/php-cors/tree/v1.2.0" | ||
| 689 | }, | 674 | }, |
| 690 | "funding": [ | 675 | "funding": [ |
| 691 | { | 676 | { |
| ... | @@ -697,7 +682,7 @@ | ... | @@ -697,7 +682,7 @@ |
| 697 | "type": "github" | 682 | "type": "github" |
| 698 | } | 683 | } |
| 699 | ], | 684 | ], |
| 700 | "time": "2022-02-20T15:07:15+00:00" | 685 | "time": "2022-02-23T14:25:13+00:00" |
| 701 | }, | 686 | }, |
| 702 | { | 687 | { |
| 703 | "name": "godruoyi/php-snowflake", | 688 | "name": "godruoyi/php-snowflake", | ... | ... |
-
Please register or sign in to post a comment