Commit 23819c11 23819c1171f8ce500ad6964980a6c3ad0104eab5 by lemon

*

1 parent 62a7cd12
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
8 "php": "^7.3|^8.0", 8 "php": "^7.3|^8.0",
9 "ext-bcmath": "*", 9 "ext-bcmath": "*",
10 "ext-json": "*", 10 "ext-json": "*",
11 "barryvdh/laravel-cors": "^3.0",
12 "fideloper/proxy": "^4.4", 11 "fideloper/proxy": "^4.4",
12 "fruitcake/laravel-cors": "^3.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,94 +4,9 @@ ...@@ -4,94 +4,9 @@
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": "a4adabd22880255ff5fe7f498b6ed126", 7 "content-hash": "7971877e160a404a7f06da1507f1d08d",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "barryvdh/laravel-cors",
11 "version": "v3.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/fruitcake/laravel-cors.git",
15 "reference": "7c036ec08972d8d5d9db637e772af6887828faf5"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/7c036ec08972d8d5d9db637e772af6887828faf5",
20 "reference": "7c036ec08972d8d5d9db637e772af6887828faf5",
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 "fruitcake/php-cors": "^1.2",
31 "illuminate/contracts": "^6|^7|^8|^9",
32 "illuminate/support": "^6|^7|^8|^9",
33 "php": "^7.4|^8.0"
34 },
35 "require-dev": {
36 "laravel/framework": "^6|^7.24|^8",
37 "orchestra/testbench-dusk": "^4|^5|^6|^7",
38 "phpunit/phpunit": "^9",
39 "squizlabs/php_codesniffer": "^3.5"
40 },
41 "type": "library",
42 "extra": {
43 "branch-alias": {
44 "dev-master": "3.0-dev"
45 },
46 "laravel": {
47 "providers": [
48 "Fruitcake\\Cors\\CorsServiceProvider"
49 ]
50 }
51 },
52 "autoload": {
53 "psr-4": {
54 "Fruitcake\\Cors\\": "src/"
55 }
56 },
57 "notification-url": "https://packagist.org/downloads/",
58 "license": [
59 "MIT"
60 ],
61 "authors": [
62 {
63 "name": "Fruitcake",
64 "homepage": "https://fruitcake.nl"
65 },
66 {
67 "name": "Barry vd. Heuvel",
68 "email": "barryvdh@gmail.com"
69 }
70 ],
71 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
72 "keywords": [
73 "api",
74 "cors",
75 "crossdomain",
76 "laravel"
77 ],
78 "support": {
79 "issues": "https://github.com/fruitcake/laravel-cors/issues",
80 "source": "https://github.com/fruitcake/laravel-cors/tree/v3.0.0"
81 },
82 "funding": [
83 {
84 "url": "https://fruitcake.nl",
85 "type": "custom"
86 },
87 {
88 "url": "https://github.com/barryvdh",
89 "type": "github"
90 }
91 ],
92 "time": "2022-02-23T14:53:22+00:00"
93 },
94 {
95 "name": "brick/math", 10 "name": "brick/math",
96 "version": "0.9.3", 11 "version": "0.9.3",
97 "source": { 12 "source": {
...@@ -623,6 +538,91 @@ ...@@ -623,6 +538,91 @@
623 "time": "2020-10-22T13:48:01+00:00" 538 "time": "2020-10-22T13:48:01+00:00"
624 }, 539 },
625 { 540 {
541 "name": "fruitcake/laravel-cors",
542 "version": "v3.0.0",
543 "source": {
544 "type": "git",
545 "url": "https://github.com/fruitcake/laravel-cors.git",
546 "reference": "7c036ec08972d8d5d9db637e772af6887828faf5"
547 },
548 "dist": {
549 "type": "zip",
550 "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/7c036ec08972d8d5d9db637e772af6887828faf5",
551 "reference": "7c036ec08972d8d5d9db637e772af6887828faf5",
552 "shasum": "",
553 "mirrors": [
554 {
555 "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
556 "preferred": true
557 }
558 ]
559 },
560 "require": {
561 "fruitcake/php-cors": "^1.2",
562 "illuminate/contracts": "^6|^7|^8|^9",
563 "illuminate/support": "^6|^7|^8|^9",
564 "php": "^7.4|^8.0"
565 },
566 "require-dev": {
567 "laravel/framework": "^6|^7.24|^8",
568 "orchestra/testbench-dusk": "^4|^5|^6|^7",
569 "phpunit/phpunit": "^9",
570 "squizlabs/php_codesniffer": "^3.5"
571 },
572 "type": "library",
573 "extra": {
574 "branch-alias": {
575 "dev-master": "3.0-dev"
576 },
577 "laravel": {
578 "providers": [
579 "Fruitcake\\Cors\\CorsServiceProvider"
580 ]
581 }
582 },
583 "autoload": {
584 "psr-4": {
585 "Fruitcake\\Cors\\": "src/"
586 }
587 },
588 "notification-url": "https://packagist.org/downloads/",
589 "license": [
590 "MIT"
591 ],
592 "authors": [
593 {
594 "name": "Fruitcake",
595 "homepage": "https://fruitcake.nl"
596 },
597 {
598 "name": "Barry vd. Heuvel",
599 "email": "barryvdh@gmail.com"
600 }
601 ],
602 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
603 "keywords": [
604 "api",
605 "cors",
606 "crossdomain",
607 "laravel"
608 ],
609 "support": {
610 "issues": "https://github.com/fruitcake/laravel-cors/issues",
611 "source": "https://github.com/fruitcake/laravel-cors/tree/v3.0.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", 626 "name": "fruitcake/php-cors",
627 "version": "v1.2.0", 627 "version": "v1.2.0",
628 "source": { 628 "source": {
......