Merge pull request #10 from JulianPrieber/dependabot/composer/fruitcake/laravel-cors-2.2.0

Bump fruitcake/laravel-cors from 2.0.4 to 2.2.0
This commit is contained in:
Julian Prieber 2022-03-16 14:56:24 +01:00 committed by GitHub
commit 47722482d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 22 deletions

46
composer.lock generated
View File

@ -8,31 +8,31 @@
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
"version": "v2.0.3", "version": "v2.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/asm89/stack-cors.git", "url": "https://github.com/asm89/stack-cors.git",
"reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714" "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/9cb795bf30988e8c96dd3c40623c48a877bc6714", "url": "https://api.github.com/repos/asm89/stack-cors/zipball/73e5b88775c64ccc0b84fb60836b30dc9d92ac4a",
"reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714", "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.0|^8.0", "php": "^7.2|^8.0",
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", "symfony/http-foundation": "^4|^5|^6",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" "symfony/http-kernel": "^4|^5|^6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9", "phpunit/phpunit": "^7|^9",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0-dev" "dev-master": "2.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -58,9 +58,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/asm89/stack-cors/issues", "issues": "https://github.com/asm89/stack-cors/issues",
"source": "https://github.com/asm89/stack-cors/tree/v2.0.3" "source": "https://github.com/asm89/stack-cors/tree/v2.1.1"
}, },
"time": "2021-03-11T06:42:03+00:00" "time": "2022-01-18T09:12:03+00:00"
}, },
{ {
"name": "brick/math", "name": "brick/math",
@ -478,28 +478,26 @@
}, },
{ {
"name": "fruitcake/laravel-cors", "name": "fruitcake/laravel-cors",
"version": "v2.0.4", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fruitcake/laravel-cors.git", "url": "https://github.com/fruitcake/laravel-cors.git",
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a" "reference": "783a74f5e3431d7b9805be8afb60fd0a8f743534"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/a8ccedc7ca95189ead0e407c43b530dc17791d6a", "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/783a74f5e3431d7b9805be8afb60fd0a8f743534",
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a", "reference": "783a74f5e3431d7b9805be8afb60fd0a8f743534",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"asm89/stack-cors": "^2.0.1", "asm89/stack-cors": "^2.0.1",
"illuminate/contracts": "^6|^7|^8|^9", "illuminate/contracts": "^6|^7|^8|^9",
"illuminate/support": "^6|^7|^8|^9", "illuminate/support": "^6|^7|^8|^9",
"php": ">=7.2", "php": ">=7.2"
"symfony/http-foundation": "^4|^5",
"symfony/http-kernel": "^4.3.4|^5"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "^6|^7|^8", "laravel/framework": "^6|^7.24|^8",
"orchestra/testbench-dusk": "^4|^5|^6|^7", "orchestra/testbench-dusk": "^4|^5|^6|^7",
"phpunit/phpunit": "^6|^7|^8|^9", "phpunit/phpunit": "^6|^7|^8|^9",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
@ -507,7 +505,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0-dev" "dev-master": "2.1-dev"
}, },
"laravel": { "laravel": {
"providers": [ "providers": [
@ -543,15 +541,19 @@
], ],
"support": { "support": {
"issues": "https://github.com/fruitcake/laravel-cors/issues", "issues": "https://github.com/fruitcake/laravel-cors/issues",
"source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.4" "source": "https://github.com/fruitcake/laravel-cors/tree/v2.2.0"
}, },
"funding": [ "funding": [
{
"url": "https://fruitcake.nl",
"type": "custom"
},
{ {
"url": "https://github.com/barryvdh", "url": "https://github.com/barryvdh",
"type": "github" "type": "github"
} }
], ],
"time": "2021-04-26T11:24:25+00:00" "time": "2022-02-23T14:25:13+00:00"
}, },
{ {
"name": "geo-sot/laravel-env-editor", "name": "geo-sot/laravel-env-editor",