From 72705aea7168b8dc81f19c42aab96e57f63d67a6 Mon Sep 17 00:00:00 2001 From: Abraham Date: Thu, 28 Mar 2024 17:33:02 +0100 Subject: [PATCH] Bump deployer-sumo, adds symfony 4 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6dcc4780c7..5ccfc920b1 100644 --- a/composer.json +++ b/composer.json @@ -59,9 +59,9 @@ "symfony/phpunit-bridge": "^4.3", "phpstan/phpstan": "^0.12.52", "phpstan/phpstan-symfony": "^0.12.7", - "deployer/deployer": "^7.0@beta", + "deployer/deployer": "^7.0", "deployer/recipes": "^6.2", - "tijsverkoyen/deployer-sumo": "^2.3" + "tijsverkoyen/deployer-sumo": "^3.1" }, "config": { "bin-dir": "bin"