#107 - bump laravel (#111)

This commit is contained in:
Adrian Hopek 2022-04-07 08:45:04 +02:00 committed by GitHub
parent 6af4380fe6
commit 84403a762a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 69 additions and 69 deletions

View File

@ -13,7 +13,7 @@
"fruitcake/laravel-cors": "^2.0", "fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1", "guzzlehttp/guzzle": "^7.0.1",
"inertiajs/inertia-laravel": "^0.5.1", "inertiajs/inertia-laravel": "^0.5.1",
"laravel/framework": "9.5.*", "laravel/framework": "^9.7",
"laravel/sanctum": "^2.14", "laravel/sanctum": "^2.14",
"laravel/socialite": "^5.2", "laravel/socialite": "^5.2",
"laravel/telescope": "^4.6", "laravel/telescope": "^4.6",

128
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ddfd3d1584b1412a4b1d9c95d8cb9a31", "content-hash": "414a1fc13e0731e59605248bd4e39de6",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -1022,24 +1022,24 @@
}, },
{ {
"name": "google/apiclient", "name": "google/apiclient",
"version": "v2.12.1", "version": "v2.12.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/googleapis/google-api-php-client.git", "url": "https://github.com/googleapis/google-api-php-client.git",
"reference": "1530583a711f4414407112c4068464bcbace1c71" "reference": "a18b0e1ef5618523c607c01a41ec137c7f9af3b1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/1530583a711f4414407112c4068464bcbace1c71", "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/a18b0e1ef5618523c607c01a41ec137c7f9af3b1",
"reference": "1530583a711f4414407112c4068464bcbace1c71", "reference": "a18b0e1ef5618523c607c01a41ec137c7f9af3b1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0", "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
"google/apiclient-services": "~0.200", "google/apiclient-services": "~0.200",
"google/auth": "^1.10", "google/auth": "^1.10",
"guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0", "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
"guzzlehttp/psr7": "^1.7||^2.0.0", "guzzlehttp/psr7": "^1.8.4||^2.2.1",
"monolog/monolog": "^1.17||^2.0", "monolog/monolog": "^1.17||^2.0",
"php": "^5.6|^7.0|^8.0", "php": "^5.6|^7.0|^8.0",
"phpseclib/phpseclib": "~2.0||^3.0.2" "phpseclib/phpseclib": "~2.0||^3.0.2"
@ -1087,9 +1087,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/googleapis/google-api-php-client/issues", "issues": "https://github.com/googleapis/google-api-php-client/issues",
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.1" "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.2"
}, },
"time": "2021-12-02T03:34:25+00:00" "time": "2022-04-05T16:19:05+00:00"
}, },
{ {
"name": "google/apiclient-services", "name": "google/apiclient-services",
@ -1733,16 +1733,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v9.5.1", "version": "v9.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "35be2599c9ac3d58bf1578895c2e85ea4848a0d7" "reference": "54c9696ee3e558ab29317ed6e0cb16bb9db5aad4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/35be2599c9ac3d58bf1578895c2e85ea4848a0d7", "url": "https://api.github.com/repos/laravel/framework/zipball/54c9696ee3e558ab29317ed6e0cb16bb9db5aad4",
"reference": "35be2599c9ac3d58bf1578895c2e85ea4848a0d7", "reference": "54c9696ee3e558ab29317ed6e0cb16bb9db5aad4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1908,7 +1908,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2022-03-15T14:41:19+00:00" "time": "2022-04-05T15:07:51+00:00"
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
@ -2105,16 +2105,16 @@
}, },
{ {
"name": "laravel/telescope", "name": "laravel/telescope",
"version": "v4.8.1", "version": "v4.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/telescope.git", "url": "https://github.com/laravel/telescope.git",
"reference": "2c61ad4a1d1366f2829cbe3d50d004cef7dfc691" "reference": "88e3ded3e1fc301a82403820b2f68ec5a9e092e3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/telescope/zipball/2c61ad4a1d1366f2829cbe3d50d004cef7dfc691", "url": "https://api.github.com/repos/laravel/telescope/zipball/88e3ded3e1fc301a82403820b2f68ec5a9e092e3",
"reference": "2c61ad4a1d1366f2829cbe3d50d004cef7dfc691", "reference": "88e3ded3e1fc301a82403820b2f68ec5a9e092e3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2167,9 +2167,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/telescope/issues", "issues": "https://github.com/laravel/telescope/issues",
"source": "https://github.com/laravel/telescope/tree/v4.8.1" "source": "https://github.com/laravel/telescope/tree/v4.8.2"
}, },
"time": "2022-03-26T16:04:21+00:00" "time": "2022-04-01T14:27:12+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
@ -2590,16 +2590,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "3.0.13", "version": "3.0.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "15dc1ccb2db8daef507c4d3e501565bae42a9f0e" "reference": "46a5450352540e89cb8e7eb20c58b5b4aae481f6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/15dc1ccb2db8daef507c4d3e501565bae42a9f0e", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/46a5450352540e89cb8e7eb20c58b5b4aae481f6",
"reference": "15dc1ccb2db8daef507c4d3e501565bae42a9f0e", "reference": "46a5450352540e89cb8e7eb20c58b5b4aae481f6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2660,7 +2660,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem/issues", "issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.0.13" "source": "https://github.com/thephpleague/flysystem/tree/3.0.14"
}, },
"funding": [ "funding": [
{ {
@ -2676,7 +2676,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-04-02T08:55:13+00:00" "time": "2022-04-06T18:17:37+00:00"
}, },
{ {
"name": "league/mime-type-detection", "name": "league/mime-type-detection",
@ -5333,16 +5333,16 @@
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
"version": "v3.0.0", "version": "v3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced" "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/c726b64c1ccfe2896cb7df2e1331c357ad1c8ced", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
"reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced", "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5380,7 +5380,7 @@
"description": "A generic function and convention to trigger deprecation notices", "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.0" "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.1"
}, },
"funding": [ "funding": [
{ {
@ -5396,7 +5396,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-01T23:48:49+00:00" "time": "2022-01-02T09:55:41+00:00"
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
@ -5554,16 +5554,16 @@
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
"version": "v3.0.0", "version": "v3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git", "url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "aa5422287b75594b90ee9cd807caf8f0df491385" "reference": "7bc61cc2db649b4637d331240c5346dcc7708051"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/aa5422287b75594b90ee9cd807caf8f0df491385", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051",
"reference": "aa5422287b75594b90ee9cd807caf8f0df491385", "reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5613,7 +5613,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.0" "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.1"
}, },
"funding": [ "funding": [
{ {
@ -5629,7 +5629,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-15T12:33:35+00:00" "time": "2022-01-02T09:55:41+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
@ -6834,16 +6834,16 @@
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
"version": "v3.0.0", "version": "v3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
"reference": "36715ebf9fb9db73db0cb24263c79077c6fe8603" "reference": "e517458f278c2131ca9f262f8fbaf01410f2c65c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/36715ebf9fb9db73db0cb24263c79077c6fe8603", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e517458f278c2131ca9f262f8fbaf01410f2c65c",
"reference": "36715ebf9fb9db73db0cb24263c79077c6fe8603", "reference": "e517458f278c2131ca9f262f8fbaf01410f2c65c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6896,7 +6896,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.0.0" "source": "https://github.com/symfony/service-contracts/tree/v3.0.1"
}, },
"funding": [ "funding": [
{ {
@ -6912,7 +6912,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-04T17:53:12+00:00" "time": "2022-03-13T20:10:05+00:00"
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
@ -7096,16 +7096,16 @@
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
"version": "v3.0.0", "version": "v3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation-contracts.git", "url": "https://github.com/symfony/translation-contracts.git",
"reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77" "reference": "c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1b6ea5a7442af5a12dba3dbd6d71034b5b234e77", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9",
"reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77", "reference": "c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7154,7 +7154,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/translation-contracts/tree/v3.0.0" "source": "https://github.com/symfony/translation-contracts/tree/v3.0.1"
}, },
"funding": [ "funding": [
{ {
@ -7170,7 +7170,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-07T12:43:40+00:00" "time": "2022-01-02T09:55:41+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
@ -8262,16 +8262,16 @@
}, },
{ {
"name": "laravel/dusk", "name": "laravel/dusk",
"version": "v6.22.2", "version": "v6.22.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/dusk.git", "url": "https://github.com/laravel/dusk.git",
"reference": "f62afe10fd37c96b1e1e9afe17174961cc2b0f0a" "reference": "f42844d5a7eace45d199d276bb2bc23fec788256"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/dusk/zipball/f62afe10fd37c96b1e1e9afe17174961cc2b0f0a", "url": "https://api.github.com/repos/laravel/dusk/zipball/f42844d5a7eace45d199d276bb2bc23fec788256",
"reference": "f62afe10fd37c96b1e1e9afe17174961cc2b0f0a", "reference": "f42844d5a7eace45d199d276bb2bc23fec788256",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8329,9 +8329,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/dusk/issues", "issues": "https://github.com/laravel/dusk/issues",
"source": "https://github.com/laravel/dusk/tree/v6.22.2" "source": "https://github.com/laravel/dusk/tree/v6.22.3"
}, },
"time": "2022-03-24T14:57:29+00:00" "time": "2022-04-04T15:12:34+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
@ -8466,16 +8466,16 @@
}, },
{ {
"name": "nunomaduro/collision", "name": "nunomaduro/collision",
"version": "v6.1.0", "version": "v6.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/collision.git", "url": "https://github.com/nunomaduro/collision.git",
"reference": "df09e21a5e5d5a7d51a8b9ecd44d3dd150d97fec" "reference": "c379636dc50e829edb3a8bcb944a01aa1aed8f25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/df09e21a5e5d5a7d51a8b9ecd44d3dd150d97fec", "url": "https://api.github.com/repos/nunomaduro/collision/zipball/c379636dc50e829edb3a8bcb944a01aa1aed8f25",
"reference": "df09e21a5e5d5a7d51a8b9ecd44d3dd150d97fec", "reference": "c379636dc50e829edb3a8bcb944a01aa1aed8f25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8486,10 +8486,10 @@
}, },
"require-dev": { "require-dev": {
"brianium/paratest": "^6.4.1", "brianium/paratest": "^6.4.1",
"laravel/framework": "^9.0", "laravel/framework": "^9.7",
"nunomaduro/larastan": "^1.0.2", "nunomaduro/larastan": "^1.0.2",
"nunomaduro/mock-final-classes": "^1.1.0", "nunomaduro/mock-final-classes": "^1.1.0",
"orchestra/testbench": "^7.0.0", "orchestra/testbench": "^7.3.0",
"phpunit/phpunit": "^9.5.11" "phpunit/phpunit": "^9.5.11"
}, },
"type": "library", "type": "library",
@ -8549,7 +8549,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2022-01-18T17:49:08+00:00" "time": "2022-04-05T15:31:38+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
@ -10931,5 +10931,5 @@
"ext-redis": "*" "ext-redis": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.1.0"
} }

View File

@ -5,7 +5,7 @@ declare(strict_types=1);
use Illuminate\Support\Str; use Illuminate\Support\Str;
return [ return [
"default" => env("CACHE_DRIVER", "file"), "default" => env("CACHE_DRIVER", "redis"),
"stores" => [ "stores" => [
"array" => [ "array" => [
"driver" => "array", "driver" => "array",

View File

@ -5,7 +5,7 @@ declare(strict_types=1);
use Illuminate\Support\Str; use Illuminate\Support\Str;
return [ return [
"default" => env("DB_CONNECTION", "mysql"), "default" => env("DB_CONNECTION", "pgsql"),
"connections" => [ "connections" => [
"pgsql" => [ "pgsql" => [
"driver" => "pgsql", "driver" => "pgsql",

View File

@ -3,7 +3,7 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
"default" => env("QUEUE_CONNECTION", "sync"), "default" => env("QUEUE_CONNECTION", "redis"),
"connections" => [ "connections" => [
"sync" => [ "sync" => [
"driver" => "sync", "driver" => "sync",

View File

@ -5,7 +5,7 @@ declare(strict_types=1);
use Illuminate\Support\Str; use Illuminate\Support\Str;
return [ return [
"driver" => env("SESSION_DRIVER", "file"), "driver" => env("SESSION_DRIVER", "redis"),
"lifetime" => env("SESSION_LIFETIME", 120), "lifetime" => env("SESSION_LIFETIME", 120),
"expire_on_close" => false, "expire_on_close" => false,
"encrypt" => false, "encrypt" => false,