From fcd04783a8de4919c39f44ecd3c4a7e5ad4828c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:12:41 +0000 Subject: [PATCH 1/2] fix(deps): update dependency laravel/framework to ~10.35.0 --- php/laravel/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/laravel/composer.json b/php/laravel/composer.json index 68c1174ecec..cc111d62a69 100644 --- a/php/laravel/composer.json +++ b/php/laravel/composer.json @@ -1,6 +1,6 @@ { "require": { - "laravel/framework": "~10.34.0" + "laravel/framework": "~10.35.0" }, "autoload": { "psr-4": { From d5c439e1f5b3452c4726cda5ec5b7a7453e2fcf1 Mon Sep 17 00:00:00 2001 From: Marwan Date: Tue, 5 Dec 2023 16:17:34 +0100 Subject: [PATCH 2/2] update version in results --- php/laravel/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/laravel/config.yaml b/php/laravel/config.yaml index 2d8e7b8f6d7..22a6be0b557 100644 --- a/php/laravel/config.yaml +++ b/php/laravel/config.yaml @@ -1,6 +1,6 @@ framework: website: laravel.com - version: 10.34 + version: 10.35 environment: APP_ENV: production