From 524916bf6edf41e2c2ae9d228061c65cf7e8d275 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Tue, 7 Nov 2023 19:57:06 +0100 Subject: [PATCH] feat: bump dev dependencies (allow symfony 7) --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8a747879..10adb74c 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ "doctrine/orm": "^2.9" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.17", - "nesbot/carbon": "^2.67", + "friendsofphp/php-cs-fixer": "^3.38", + "nesbot/carbon": "^2.71", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.2", - "symfony/cache": "^5.4 || ^6.2", - "symfony/yaml": "^5.4 || ^6.2" + "phpunit/phpunit": "^10.4", + "symfony/cache": "^6.3 || ^7.0", + "symfony/yaml": "^6.3 || ^7.0" }, "autoload": { "psr-4": {"DoctrineExtensions\\" : "src/"}