Update packages to their latest versions

This commit is contained in:
DariusIII
2022-10-07 18:06:21 +02:00
parent 8cd0a1a696
commit 2239d3172b
Generated
+54 -54
View File
@@ -3636,26 +3636,26 @@
},
{
"name": "laravel/framework",
"version": "v9.33.0",
"version": "v9.34.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "13665b7e15dbcbecb3651acc19ba8818da6fa0a9"
"reference": "b7af7ff35497eb1c4e61652f522a862164dbba5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/13665b7e15dbcbecb3651acc19ba8818da6fa0a9",
"reference": "13665b7e15dbcbecb3651acc19ba8818da6fa0a9",
"url": "https://api.github.com/repos/laravel/framework/zipball/b7af7ff35497eb1c4e61652f522a862164dbba5a",
"reference": "b7af7ff35497eb1c4e61652f522a862164dbba5a",
"shasum": ""
},
"require": {
"doctrine/inflector": "^2.0",
"dragonmantank/cron-expression": "^3.1",
"egulias/email-validator": "^3.1",
"dragonmantank/cron-expression": "^3.3.2",
"egulias/email-validator": "^3.2.1",
"ext-mbstring": "*",
"ext-openssl": "*",
"fruitcake/php-cors": "^1.2",
"laravel/serializable-closure": "^1.0",
"laravel/serializable-closure": "^1.2.2",
"league/commonmark": "^2.2",
"league/flysystem": "^3.0.16",
"monolog/monolog": "^2.0",
@@ -3666,7 +3666,7 @@
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"ramsey/uuid": "^4.2.2",
"symfony/console": "^6.0.3",
"symfony/console": "^6.0.9",
"symfony/error-handler": "^6.0",
"symfony/finder": "^6.0",
"symfony/http-foundation": "^6.0",
@@ -3677,7 +3677,7 @@
"symfony/routing": "^6.0",
"symfony/uid": "^6.0",
"symfony/var-dumper": "^6.0",
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
"vlucas/phpdotenv": "^5.4.1",
"voku/portable-ascii": "^2.0"
},
@@ -3724,26 +3724,26 @@
},
"require-dev": {
"ably/ably-php": "^1.0",
"aws/aws-sdk-php": "^3.198.1",
"aws/aws-sdk-php": "^3.235.5",
"doctrine/dbal": "^2.13.3|^3.1.4",
"fakerphp/faker": "^1.9.2",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/guzzle": "^7.5",
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-ftp": "^3.0",
"league/flysystem-path-prefixing": "^3.3",
"league/flysystem-read-only": "^3.3",
"league/flysystem-sftp-v3": "^3.0",
"mockery/mockery": "^1.4.4",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^7.8",
"pda/pheanstalk": "^4.0",
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^9.5.8",
"predis/predis": "^1.1.9|^2.0",
"predis/predis": "^1.1.9|^2.0.2",
"symfony/cache": "^6.0"
},
"suggest": {
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.198.1).",
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
"brianium/paratest": "Required to run tests in parallel (^6.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
"ext-bcmath": "Required to use the multiple_of validation rule.",
@@ -3755,18 +3755,18 @@
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
"filp/whoops": "Required for friendly error pages in development (^2.14.3).",
"guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.2).",
"guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
"laravel/tinker": "Required to use the tinker console command (^2.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
"league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
"league/flysystem-read-only": "Required to use read-only disks (^3.3)",
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
"mockery/mockery": "Required to use mocking (^1.4.4).",
"mockery/mockery": "Required to use mocking (^1.5.1).",
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).",
"predis/predis": "Required to use the predis connector (^1.1.9|^2.0).",
"predis/predis": "Required to use the predis connector (^1.1.9|^2.0.2).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^6.0).",
@@ -3818,7 +3818,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2022-09-30T12:59:55+00:00"
"time": "2022-10-04T13:33:43+00:00"
},
{
"name": "laravel/horizon",
@@ -3899,16 +3899,16 @@
},
{
"name": "laravel/scout",
"version": "v9.4.11",
"version": "v9.4.12",
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
"reference": "24ed5c0724078f52b04227121b26e9f15fdb04c9"
"reference": "83f0027f37dd950d50efe4ecfc84a6eb4a476e15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/scout/zipball/24ed5c0724078f52b04227121b26e9f15fdb04c9",
"reference": "24ed5c0724078f52b04227121b26e9f15fdb04c9",
"url": "https://api.github.com/repos/laravel/scout/zipball/83f0027f37dd950d50efe4ecfc84a6eb4a476e15",
"reference": "83f0027f37dd950d50efe4ecfc84a6eb4a476e15",
"shasum": ""
},
"require": {
@@ -3967,7 +3967,7 @@
"issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout"
},
"time": "2022-09-27T15:42:14+00:00"
"time": "2022-10-04T14:18:55+00:00"
},
{
"name": "laravel/serializable-closure",
@@ -4031,16 +4031,16 @@
},
{
"name": "laravel/telescope",
"version": "v4.9.3",
"version": "v4.9.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/telescope.git",
"reference": "c41476272bc03e470d3be1d718885a947adb7c49"
"reference": "ca8bec380ecef80d00ce6daecac2dc17c7e35ccd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/telescope/zipball/c41476272bc03e470d3be1d718885a947adb7c49",
"reference": "c41476272bc03e470d3be1d718885a947adb7c49",
"url": "https://api.github.com/repos/laravel/telescope/zipball/ca8bec380ecef80d00ce6daecac2dc17c7e35ccd",
"reference": "ca8bec380ecef80d00ce6daecac2dc17c7e35ccd",
"shasum": ""
},
"require": {
@@ -4093,9 +4093,9 @@
],
"support": {
"issues": "https://github.com/laravel/telescope/issues",
"source": "https://github.com/laravel/telescope/tree/v4.9.3"
"source": "https://github.com/laravel/telescope/tree/v4.9.4"
},
"time": "2022-09-12T13:47:59+00:00"
"time": "2022-10-03T14:55:50+00:00"
},
{
"name": "laravel/tinker",
@@ -8604,16 +8604,16 @@
},
{
"name": "sentry/sentry",
"version": "3.8.1",
"version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
"reference": "5150776a0a9835c4ea56ff0ecd94e0a109b6c163"
"reference": "0d162e2516f8254e821a1376018e1e021f910bff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5150776a0a9835c4ea56ff0ecd94e0a109b6c163",
"reference": "5150776a0a9835c4ea56ff0ecd94e0a109b6c163",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/0d162e2516f8254e821a1376018e1e021f910bff",
"reference": "0d162e2516f8254e821a1376018e1e021f910bff",
"shasum": ""
},
"require": {
@@ -8658,7 +8658,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.8.x-dev"
"dev-master": "3.9.x-dev"
}
},
"autoload": {
@@ -8692,7 +8692,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/3.8.1"
"source": "https://github.com/getsentry/sentry-php/tree/3.9.0"
},
"funding": [
{
@@ -8704,7 +8704,7 @@
"type": "custom"
}
],
"time": "2022-09-21T11:01:17+00:00"
"time": "2022-10-05T09:35:42+00:00"
},
{
"name": "sentry/sentry-laravel",
@@ -14945,16 +14945,16 @@
},
{
"name": "nunomaduro/larastan",
"version": "v2.2.0",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/larastan.git",
"reference": "980199077a49d71ef7c03b65b9d6bcce1f6d7bad"
"reference": "a2567963b61ee35dedf87aac95136ac4944e86fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/980199077a49d71ef7c03b65b9d6bcce1f6d7bad",
"reference": "980199077a49d71ef7c03b65b9d6bcce1f6d7bad",
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/a2567963b61ee35dedf87aac95136ac4944e86fa",
"reference": "a2567963b61ee35dedf87aac95136ac4944e86fa",
"shasum": ""
},
"require": {
@@ -14971,7 +14971,7 @@
"mockery/mockery": "^1.4.4",
"php": "^8.0.2",
"phpmyadmin/sql-parser": "^5.5",
"phpstan/phpstan": "^1.8.1"
"phpstan/phpstan": "^1.8.7"
},
"require-dev": {
"nikic/php-parser": "^4.13.2",
@@ -15020,7 +15020,7 @@
],
"support": {
"issues": "https://github.com/nunomaduro/larastan/issues",
"source": "https://github.com/nunomaduro/larastan/tree/v2.2.0"
"source": "https://github.com/nunomaduro/larastan/tree/2.2.1"
},
"funding": [
{
@@ -15040,7 +15040,7 @@
"type": "patreon"
}
],
"time": "2022-08-30T19:02:01+00:00"
"time": "2022-10-04T16:15:14+00:00"
},
{
"name": "phar-io/manifest",
@@ -15311,16 +15311,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.8.6",
"version": "1.8.8",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618"
"reference": "08310ce271984587e2a4cda94e1ac66510a6ea07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c386ab2741e64cc9e21729f891b28b2b10fe6618",
"reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/08310ce271984587e2a4cda94e1ac66510a6ea07",
"reference": "08310ce271984587e2a4cda94e1ac66510a6ea07",
"shasum": ""
},
"require": {
@@ -15350,7 +15350,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.8.6"
"source": "https://github.com/phpstan/phpstan/tree/1.8.8"
},
"funding": [
{
@@ -15366,7 +15366,7 @@
"type": "tidelift"
}
],
"time": "2022-09-23T09:54:39+00:00"
"time": "2022-10-06T12:51:57+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -17135,16 +17135,16 @@
},
{
"name": "spatie/laravel-ignition",
"version": "1.5.0",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ignition.git",
"reference": "192962f4d84526f6868c512530c00633e3165749"
"reference": "75d465ec577abb432af1ca9b33683d5a6e921eb9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/192962f4d84526f6868c512530c00633e3165749",
"reference": "192962f4d84526f6868c512530c00633e3165749",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/75d465ec577abb432af1ca9b33683d5a6e921eb9",
"reference": "75d465ec577abb432af1ca9b33683d5a6e921eb9",
"shasum": ""
},
"require": {
@@ -17221,7 +17221,7 @@
"type": "github"
}
],
"time": "2022-09-16T13:45:54+00:00"
"time": "2022-10-04T10:14:31+00:00"
},
{
"name": "symfony/config",