diff --git a/be/composer.json b/be/composer.json index 897e817b..560cf9b2 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": "*", @@ -12,14 +12,14 @@ "doctrine/doctrine-bundle": "^2.13.0", "doctrine/orm": "^3.3.0", "google/protobuf": "^4.28.3", - "illuminate/collections": "^11.29.0", + "illuminate/collections": "^11.30.0", "spatie/laravel-collection-macros": "^7.14.1", "spatie/regex": "^3.1.1", "symfony/asset": "^7.1.6", "symfony/dotenv": "^7.1.6", "symfony/flex": "^2.4.7", "symfony/framework-bundle": "^7.1.6", - "symfony/property-access": "7.1", + "symfony/property-access": "7.1.6", "symfony/runtime": "^7.1.6", "symfony/serializer": "^7.1.6", "symfony/stopwatch": "^7.1.6", @@ -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.10", - "phpunit/phpunit": "^10.5.37", + "phpstan/phpstan-symfony": "^1.4.11", + "phpunit/phpunit": "^11.4.3", "psalm/plugin-symfony": "^5.2.5", "roave/security-advisories": "dev-latest", "spatie/symfony-ignition-bundle": "^1.1.0",