Update composer.lock

This commit is contained in:
Julian Prieber 2023-10-03 15:38:16 +02:00
parent 2c82236bcd
commit 91f33e802f

110
composer.lock generated
View File

@ -615,16 +615,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.6.7",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "8e0e268052b4a8974cb00215bb2892787021614f"
"reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/8e0e268052b4a8974cb00215bb2892787021614f",
"reference": "8e0e268052b4a8974cb00215bb2892787021614f",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/00d03067f07482f025d41ab55e4ba0db5eca2cdf",
"reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf",
"shasum": ""
},
"require": {
@ -640,9 +640,9 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.34",
"phpstan/phpstan": "1.10.35",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.12",
"phpunit/phpunit": "9.6.13",
"psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.7.2",
@ -708,7 +708,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.6.7"
"source": "https://github.com/doctrine/dbal/tree/3.7.0"
},
"funding": [
{
@ -724,20 +724,20 @@
"type": "tidelift"
}
],
"time": "2023-09-19T20:15:41+00:00"
"time": "2023-09-26T20:56:55+00:00"
},
{
"name": "doctrine/deprecations",
"version": "v1.1.1",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"shasum": ""
},
"require": {
@ -769,9 +769,9 @@
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.1.1"
"source": "https://github.com/doctrine/deprecations/tree/1.1.2"
},
"time": "2023-06-03T09:27:29+00:00"
"time": "2023-09-27T20:04:15+00:00"
},
{
"name": "doctrine/event-manager",
@ -1293,16 +1293,16 @@
},
{
"name": "geo-sot/laravel-env-editor",
"version": "2.1.0",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/GeoSot/Laravel-EnvEditor.git",
"reference": "61e92602e46410fb1fb2d5ad2ac9ff3637c6ed2c"
"reference": "00eb54c0caa7c2e88ea6aed8a6ab246207ec92cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GeoSot/Laravel-EnvEditor/zipball/61e92602e46410fb1fb2d5ad2ac9ff3637c6ed2c",
"reference": "61e92602e46410fb1fb2d5ad2ac9ff3637c6ed2c",
"url": "https://api.github.com/repos/GeoSot/Laravel-EnvEditor/zipball/00eb54c0caa7c2e88ea6aed8a6ab246207ec92cb",
"reference": "00eb54c0caa7c2e88ea6aed8a6ab246207ec92cb",
"shasum": ""
},
"require": {
@ -1311,8 +1311,8 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
"nunomaduro/larastan": "^2",
"orchestra/testbench": "^7"
"nunomaduro/larastan": "^1|^2",
"orchestra/testbench": ">=7"
},
"type": "library",
"extra": {
@ -1349,9 +1349,9 @@
],
"support": {
"issues": "https://github.com/GeoSot/Laravel-EnvEditor/issues",
"source": "https://github.com/GeoSot/Laravel-EnvEditor/tree/2.1.0"
"source": "https://github.com/GeoSot/Laravel-EnvEditor/tree/2.1.1"
},
"time": "2023-04-21T20:17:54+00:00"
"time": "2023-10-02T17:04:56+00:00"
},
{
"name": "graham-campbell/result-type",
@ -1927,16 +1927,16 @@
},
{
"name": "laravel/framework",
"version": "v9.52.15",
"version": "v9.52.16",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "e3350e87a52346af9cc655a3012d2175d2d05ad7"
"reference": "082345d76fc6a55b649572efe10b11b03e279d24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/e3350e87a52346af9cc655a3012d2175d2d05ad7",
"reference": "e3350e87a52346af9cc655a3012d2175d2d05ad7",
"url": "https://api.github.com/repos/laravel/framework/zipball/082345d76fc6a55b649572efe10b11b03e279d24",
"reference": "082345d76fc6a55b649572efe10b11b03e279d24",
"shasum": ""
},
"require": {
@ -2121,7 +2121,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-08-08T14:28:40+00:00"
"time": "2023-10-03T13:02:30+00:00"
},
{
"name": "laravel/serializable-closure",
@ -3066,16 +3066,16 @@
},
{
"name": "nesbot/carbon",
"version": "2.70.0",
"version": "2.71.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d"
"reference": "98276233188583f2ff845a0f992a235472d9466a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d3298b38ea8612e5f77d38d1a99438e42f70341d",
"reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a",
"reference": "98276233188583f2ff845a0f992a235472d9466a",
"shasum": ""
},
"require": {
@ -3168,7 +3168,7 @@
"type": "tidelift"
}
],
"time": "2023-09-07T16:43:50+00:00"
"time": "2023-09-25T11:31:05+00:00"
},
{
"name": "nette/schema",
@ -3581,16 +3581,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.35",
"version": "1.10.37",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3"
"reference": "058ba07e92f744d4dcf6061ae75283d0c6456f2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e730e5facb75ffe09dfb229795e8c01a459f26c3",
"reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/058ba07e92f744d4dcf6061ae75283d0c6456f2e",
"reference": "058ba07e92f744d4dcf6061ae75283d0c6456f2e",
"shasum": ""
},
"require": {
@ -3639,7 +3639,7 @@
"type": "tidelift"
}
],
"time": "2023-09-19T15:27:56+00:00"
"time": "2023-10-02T16:18:37+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
@ -4825,16 +4825,16 @@
},
{
"name": "spatie/temporary-directory",
"version": "2.1.2",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/temporary-directory.git",
"reference": "0c804873f6b4042aa8836839dca683c7d0f71831"
"reference": "efc258c9f4da28f0c7661765b8393e4ccee3d19c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/temporary-directory/zipball/0c804873f6b4042aa8836839dca683c7d0f71831",
"reference": "0c804873f6b4042aa8836839dca683c7d0f71831",
"url": "https://api.github.com/repos/spatie/temporary-directory/zipball/efc258c9f4da28f0c7661765b8393e4ccee3d19c",
"reference": "efc258c9f4da28f0c7661765b8393e4ccee3d19c",
"shasum": ""
},
"require": {
@ -4870,7 +4870,7 @@
],
"support": {
"issues": "https://github.com/spatie/temporary-directory/issues",
"source": "https://github.com/spatie/temporary-directory/tree/2.1.2"
"source": "https://github.com/spatie/temporary-directory/tree/2.2.0"
},
"funding": [
{
@ -4882,7 +4882,7 @@
"type": "github"
}
],
"time": "2023-04-28T07:47:42+00:00"
"time": "2023-09-25T07:13:36+00:00"
},
{
"name": "symfony/console",
@ -5407,16 +5407,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.4.26",
"version": "v5.4.29",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "19d48ef7f38e5057ed1789a503cd3eccef039bce"
"reference": "04784c66cbee613a827363ee1e65db65392893c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/19d48ef7f38e5057ed1789a503cd3eccef039bce",
"reference": "19d48ef7f38e5057ed1789a503cd3eccef039bce",
"url": "https://api.github.com/repos/symfony/http-client/zipball/04784c66cbee613a827363ee1e65db65392893c1",
"reference": "04784c66cbee613a827363ee1e65db65392893c1",
"shasum": ""
},
"require": {
@ -5478,7 +5478,7 @@
"http"
],
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.4.26"
"source": "https://github.com/symfony/http-client/tree/v5.4.29"
},
"funding": [
{
@ -5494,7 +5494,7 @@
"type": "tidelift"
}
],
"time": "2023-07-03T12:14:50+00:00"
"time": "2023-09-14T20:49:15+00:00"
},
{
"name": "symfony/http-client-contracts",
@ -8864,16 +8864,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.24.1",
"version": "1.24.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01"
"reference": "bcad8d995980440892759db0c32acae7c8e79442"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01",
"reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bcad8d995980440892759db0c32acae7c8e79442",
"reference": "bcad8d995980440892759db0c32acae7c8e79442",
"shasum": ""
},
"require": {
@ -8905,9 +8905,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.1"
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.2"
},
"time": "2023-09-18T12:18:02+00:00"
"time": "2023-09-26T12:28:12+00:00"
},
{
"name": "phpunit/php-code-coverage",