From 645164c7a92eebf3b461ef5ac969071a827aac52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:24:48 +0000 Subject: [PATCH] deps(be): Lock file maintenance be --- be/composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/be/composer.json b/be/composer.json index 67155c35..61bd3d63 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.4.1", "ext-ctype": "*", "ext-iconv": "*", "ext-intl": "*", @@ -12,13 +12,13 @@ "doctrine/doctrine-bundle": "^2.13.1", "doctrine/orm": "^3.3.0", "google/protobuf": "^4.29.1", - "illuminate/collections": "^11.34.2", - "spatie/laravel-collection-macros": "^7.14.1", + "illuminate/collections": "^11.36.1", + "spatie/laravel-collection-macros": "^7.14.2", "spatie/regex": "^3.1.1", "symfony/asset": "^7.2.0", "symfony/dotenv": "^7.2.0", "symfony/flex": "^2.4.7", - "symfony/framework-bundle": "^7.2.0", + "symfony/framework-bundle": "^7.2.1", "symfony/property-access": "^7.2.0", "symfony/runtime": "^7.2.0", "symfony/serializer": "^7.2.0", @@ -30,19 +30,19 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.65.0", - "infection/infection": "^0.27.11", + "infection/infection": "^0.29.10", "laravel/pint": "^1.18.3", "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.1", + "phpstan/phpstan-strict-rules": "^2.0.1", + "phpstan/phpstan-symfony": "^2.0.0", + "phpunit/phpunit": "^11.5.1", "psalm/plugin-symfony": "^5.2.5", "roave/security-advisories": "dev-latest", "spatie/symfony-ignition-bundle": "^1.1.0", - "squizlabs/php_codesniffer": "^3.11.1", + "squizlabs/php_codesniffer": "^3.11.2", "symfony/debug-bundle": "^7.2.0", "symfony/maker-bundle": "^1.61.0", "symfony/phpunit-bridge": "^7.2.0",