fix(deps): update dependency laravel/laravel to v11.3.1

This commit is contained in:
Oliver Lippert 2024-10-19 02:04:39 +00:00
parent 1f25d2c21e
commit 689562a87e
2 changed files with 40 additions and 40 deletions

View file

@ -1,5 +1,5 @@
{ {
"require": { "require": {
"laravel/laravel": "v11.2.1" "laravel/laravel": "v11.3.1"
} }
} }

78
composer/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": "eed65c5589e67666853a5db663bae4c4", "content-hash": "b5f53bb836d3b8ca40a1df034a290e3f",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -771,16 +771,16 @@
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
"version": "2.0.3", "version": "2.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
"reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -834,7 +834,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/promises/issues", "issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/2.0.3" "source": "https://github.com/guzzle/promises/tree/2.0.4"
}, },
"funding": [ "funding": [
{ {
@ -850,7 +850,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-07-18T10:29:17+00:00" "time": "2024-10-17T10:06:22+00:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
@ -1056,16 +1056,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.27.2", "version": "v11.28.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "a51d1f2b771c542324a3d9b76a98b1bbc75c0ee9" "reference": "3ef5c8a85b4c598d5ffaf98afd72f6a5d6a0be2c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/a51d1f2b771c542324a3d9b76a98b1bbc75c0ee9", "url": "https://api.github.com/repos/laravel/framework/zipball/3ef5c8a85b4c598d5ffaf98afd72f6a5d6a0be2c",
"reference": "a51d1f2b771c542324a3d9b76a98b1bbc75c0ee9", "reference": "3ef5c8a85b4c598d5ffaf98afd72f6a5d6a0be2c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1261,20 +1261,20 @@
"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": "2024-10-09T04:17:35+00:00" "time": "2024-10-16T16:32:21+00:00"
}, },
{ {
"name": "laravel/laravel", "name": "laravel/laravel",
"version": "v11.2.1", "version": "v11.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/laravel.git", "url": "https://github.com/laravel/laravel.git",
"reference": "49bceac41ff34dd6df12760041ead73f8888dc6c" "reference": "f9f5e3c3ae0b9e536ddc690aae14032557956449"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/laravel/zipball/49bceac41ff34dd6df12760041ead73f8888dc6c", "url": "https://api.github.com/repos/laravel/laravel/zipball/f9f5e3c3ae0b9e536ddc690aae14032557956449",
"reference": "49bceac41ff34dd6df12760041ead73f8888dc6c", "reference": "f9f5e3c3ae0b9e536ddc690aae14032557956449",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1284,6 +1284,7 @@
}, },
"require-dev": { "require-dev": {
"fakerphp/faker": "^1.23", "fakerphp/faker": "^1.23",
"laravel/pail": "^1.1",
"laravel/pint": "^1.13", "laravel/pint": "^1.13",
"laravel/sail": "^1.26", "laravel/sail": "^1.26",
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
@ -1313,22 +1314,22 @@
"laravel" "laravel"
], ],
"support": { "support": {
"source": "https://github.com/laravel/laravel/tree/v11.2.1" "source": "https://github.com/laravel/laravel/tree/v11.3.1"
}, },
"time": "2024-10-08T13:34:41+00:00" "time": "2024-10-15T20:03:46+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.3.0", "version": "v0.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "ea57a2261093986721d4a5f4f9524d76f21f9fa0" "reference": "0f3848a445562dac376b27968f753c65e7e1036e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/ea57a2261093986721d4a5f4f9524d76f21f9fa0", "url": "https://api.github.com/repos/laravel/prompts/zipball/0f3848a445562dac376b27968f753c65e7e1036e",
"reference": "ea57a2261093986721d4a5f4f9524d76f21f9fa0", "reference": "0f3848a445562dac376b27968f753c65e7e1036e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1372,9 +1373,9 @@
"description": "Add beautiful and user-friendly forms to your command-line applications.", "description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": { "support": {
"issues": "https://github.com/laravel/prompts/issues", "issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.3.0" "source": "https://github.com/laravel/prompts/tree/v0.3.1"
}, },
"time": "2024-09-30T14:27:51+00:00" "time": "2024-10-09T19:42:26+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -2294,32 +2295,31 @@
}, },
{ {
"name": "nunomaduro/termwind", "name": "nunomaduro/termwind",
"version": "v2.1.0", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/termwind.git", "url": "https://github.com/nunomaduro/termwind.git",
"reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a" "reference": "42c84e4e8090766bbd6445d06cd6e57650626ea3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/e5f21eade88689536c0cdad4c3cd75f3ed26e01a", "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/42c84e4e8090766bbd6445d06cd6e57650626ea3",
"reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a", "reference": "42c84e4e8090766bbd6445d06cd6e57650626ea3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^8.2", "php": "^8.2",
"symfony/console": "^7.0.4" "symfony/console": "^7.1.5"
}, },
"require-dev": { "require-dev": {
"ergebnis/phpstan-rules": "^2.2.0", "illuminate/console": "^11.28.0",
"illuminate/console": "^11.1.1", "laravel/pint": "^1.18.1",
"laravel/pint": "^1.15.0", "mockery/mockery": "^1.6.12",
"mockery/mockery": "^1.6.11", "pestphp/pest": "^2.36.0",
"pestphp/pest": "^2.34.6", "phpstan/phpstan": "^1.12.6",
"phpstan/phpstan": "^1.10.66", "phpstan/phpstan-strict-rules": "^1.6.1",
"phpstan/phpstan-strict-rules": "^1.5.2", "symfony/var-dumper": "^7.1.5",
"symfony/var-dumper": "^7.0.4",
"thecodingmachine/phpstan-strict-rules": "^1.0.0" "thecodingmachine/phpstan-strict-rules": "^1.0.0"
}, },
"type": "library", "type": "library",
@ -2362,7 +2362,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/nunomaduro/termwind/issues", "issues": "https://github.com/nunomaduro/termwind/issues",
"source": "https://github.com/nunomaduro/termwind/tree/v2.1.0" "source": "https://github.com/nunomaduro/termwind/tree/v2.2.0"
}, },
"funding": [ "funding": [
{ {
@ -2378,7 +2378,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-09-05T15:25:50+00:00" "time": "2024-10-15T16:15:16+00:00"
}, },
{ {
"name": "phpoption/phpoption", "name": "phpoption/phpoption",