From 0d10de0d3310bb61662d3ec49f5d68d64ff29678 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:11:56 +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 5b88c894..ad70f095 100644 --- a/be/composer.json +++ b/be/composer.json @@ -4,7 +4,7 @@ "minimum-stability": "stable", "prefer-stable": true, "require": { - "php": "^8.3", + "php": "^8.3.13", "ext-ctype": "*", "ext-iconv": "*", "ext-intl": "*", @@ -30,15 +30,15 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.64.0", - "infection/infection": "^0.27.11", + "infection/infection": "^0.29.8", "laravel/pint": "^1.18.1", "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", - "phpstan/phpstan-symfony": "^1.4.12", - "phpunit/phpunit": "^10.5.38", + "phpstan/phpstan-deprecation-rules": "^2.0.0", + "phpstan/phpstan-strict-rules": "^2.0.0", + "phpstan/phpstan-symfony": "^2.0.0", + "phpunit/phpunit": "^11.4.3", "psalm/plugin-symfony": "^5.2.5", "roave/security-advisories": "dev-latest", "spatie/symfony-ignition-bundle": "^1.1.0",