From 95565d198eb9acf64a4c0d7c3a88c9d7163b4e30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:02:39 +0000 Subject: [PATCH] deps(be): Lock file maintenance be --- be/composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/be/composer.json b/be/composer.json index 3aa97712..037578da 100644 --- a/be/composer.json +++ b/be/composer.json @@ -3,18 +3,18 @@ "license": "AGPL-3.0-or-later", "type": "project", "require": { - "php": "^8.3", - "google/protobuf": "^4.28.1", + "php": "^8.3.11", + "google/protobuf": "^4.28.2", "google/recaptcha": "^1.3.0", "laravel/framework": "^11.23.5", "spatie/laravel-collection-macros": "^7.14.1", "spatie/regex": "^3.1.1" }, "require-dev": { - "barryvdh/laravel-debugbar": "^3.13.5", + "barryvdh/laravel-debugbar": "^3.14.0", "barryvdh/laravel-ide-helper": "^3.1.0", "friendsofphp/php-cs-fixer": "^3.64.0", - "infection/infection": "^0.27.11", + "infection/infection": "^0.29.6", "jetbrains/phpstorm-attributes": "^1.1", "larastan/larastan": "^2.9.8", "laravel/pint": "^1.17.3", @@ -22,12 +22,12 @@ "phpmd/phpmd": "^2.15.0", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-strict-rules": "^1.6.0", - "phpunit/phpunit": "^10.5.34", + "phpstan/phpstan-strict-rules": "^1.6.1", + "phpunit/phpunit": "^11.3.6", "psalm/plugin-laravel": "^2.11.0", "roave/security-advisories": "dev-latest", "spatie/laravel-ignition": "^2.8.0", - "squizlabs/php_codesniffer": "^3.10.2", + "squizlabs/php_codesniffer": "^3.10.3", "vimeo/psalm": "^5.26.1" }, "autoload": {