From 179e5b5fa7344312924e645bdd77ffbed0e0daf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:04:19 +0000 Subject: [PATCH] deps(be): Lock file maintenance be --- be/composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/be/composer.json b/be/composer.json index f4817a23..ddcb7568 100644 --- a/be/composer.json +++ b/be/composer.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-or-later", "type": "project", "require": { - "php": "^8.3", + "php": "^8.3.12", "google/protobuf": "^4.28.2", "google/recaptcha": "^1.3.0", "laravel/framework": "^11.26.0", @@ -12,10 +12,10 @@ "thecodingmachine/safe": "^2.5" }, "require-dev": { - "barryvdh/laravel-debugbar": "^3.14.2", + "barryvdh/laravel-debugbar": "^3.14.3", "barryvdh/laravel-ide-helper": "^3.1.0", "friendsofphp/php-cs-fixer": "^3.64.0", - "infection/infection": "^0.27.11", + "infection/infection": "^0.29.7", "larastan/larastan": "^2.9.8", "laravel/pint": "^1.18.1", "nunomaduro/collision": "^8.4.0", @@ -24,7 +24,7 @@ "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.4.0", "psalm/plugin-laravel": "^2.11.0", "roave/security-advisories": "dev-latest", "spatie/laravel-ignition": "^2.8.0",