From dfe4e1450ba03ea238feb3dbf9b41590d8864b54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:02:35 +0000 Subject: [PATCH] deps(be): Lock file maintenance be --- be/composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/be/composer.json b/be/composer.json index bf645876..9a512ce6 100644 --- a/be/composer.json +++ b/be/composer.json @@ -3,28 +3,28 @@ "license": "AGPL-3.0-or-later", "type": "project", "require": { - "php": "^8.3", + "php": "^8.3.11", "google/protobuf": "^4.28.2", "google/recaptcha": "^1.3.0", - "laravel/framework": "^11.23.5", + "laravel/framework": "^11.24.1", "spatie/laravel-collection-macros": "^7.14.1", "spatie/regex": "^3.1.1", "thecodingmachine/safe": "^2.5" }, "require-dev": { - "barryvdh/laravel-debugbar": "^3.14.0", + "barryvdh/laravel-debugbar": "^3.14.2", "barryvdh/laravel-ide-helper": "^3.1.0", "friendsofphp/php-cs-fixer": "^3.64.0", - "infection/infection": "^0.27.11", + "infection/infection": "^0.29.6", "larastan/larastan": "^2.9.8", - "laravel/pint": "^1.17.3", + "laravel/pint": "^1.18.1", "nunomaduro/collision": "^8.4.0", "phan/phan": "^5.4.5", "phpmd/phpmd": "^2.15.0", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^10.5.35", + "phpunit/phpunit": "^11.3.6", "psalm/plugin-laravel": "^2.11.0", "roave/security-advisories": "dev-latest", "spatie/laravel-ignition": "^2.8.0",