chore: update dependencies

This commit is contained in:
Benjamin Nussbaum 2025-10-23 20:03:08 +02:00
parent 5e0d0ad73f
commit 311236a70d

34
composer.lock generated
View file

@ -62,16 +62,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.356.43",
"version": "3.357.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "5722f6ea95240ef28f1ded35448bedcccb0b0883"
"reference": "0325c653b022aedb38f397cf559ab4d0f7967901"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5722f6ea95240ef28f1ded35448bedcccb0b0883",
"reference": "5722f6ea95240ef28f1ded35448bedcccb0b0883",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0325c653b022aedb38f397cf559ab4d0f7967901",
"reference": "0325c653b022aedb38f397cf559ab4d0f7967901",
"shasum": ""
},
"require": {
@ -153,9 +153,9 @@
"support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.356.43"
"source": "https://github.com/aws/aws-sdk-php/tree/3.357.0"
},
"time": "2025-10-21T19:13:44+00:00"
"time": "2025-10-22T19:43:07+00:00"
},
{
"name": "bnussbau/laravel-trmnl-blade",
@ -1618,16 +1618,16 @@
},
{
"name": "laravel/framework",
"version": "v12.35.0",
"version": "v12.35.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "9583ef9e405a71d5b8c04ff6efd05a7ef9a5baef"
"reference": "d6d6e3cb68238e2fb25b440f222442adef5a8a15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/9583ef9e405a71d5b8c04ff6efd05a7ef9a5baef",
"reference": "9583ef9e405a71d5b8c04ff6efd05a7ef9a5baef",
"url": "https://api.github.com/repos/laravel/framework/zipball/d6d6e3cb68238e2fb25b440f222442adef5a8a15",
"reference": "d6d6e3cb68238e2fb25b440f222442adef5a8a15",
"shasum": ""
},
"require": {
@ -1833,7 +1833,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2025-10-21T15:15:41+00:00"
"time": "2025-10-23T15:25:03+00:00"
},
{
"name": "laravel/prompts",
@ -10471,16 +10471,16 @@
},
{
"name": "rector/rector",
"version": "2.2.4",
"version": "2.2.5",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "904f12f23858ef54ec5782b05cb2979b703cb185"
"reference": "fb9418af7777dfb1c87a536dc58398b5b07c74b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/904f12f23858ef54ec5782b05cb2979b703cb185",
"reference": "904f12f23858ef54ec5782b05cb2979b703cb185",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/fb9418af7777dfb1c87a536dc58398b5b07c74b9",
"reference": "fb9418af7777dfb1c87a536dc58398b5b07c74b9",
"shasum": ""
},
"require": {
@ -10519,7 +10519,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.2.4"
"source": "https://github.com/rectorphp/rector/tree/2.2.5"
},
"funding": [
{
@ -10527,7 +10527,7 @@
"type": "github"
}
],
"time": "2025-10-22T07:50:23+00:00"
"time": "2025-10-23T11:22:37+00:00"
},
{
"name": "sebastian/cli-parser",