From f438d6ebe40bfaf3bbb7a94ca0deefbf14c119c2 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 26 May 2023 12:52:35 +0545 Subject: [PATCH] Use symfony/translation 5.4 in acceptance tests --- vendor-bin/behat/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor-bin/behat/composer.json b/vendor-bin/behat/composer.json index 186aaa00ff99..9ca3d73187b3 100644 --- a/vendor-bin/behat/composer.json +++ b/vendor-bin/behat/composer.json @@ -8,9 +8,9 @@ "ciaranmcnulty/behat-stepthroughextension" : "dev-master", "rdx/behat-variables": "^1.2", "sensiolabs/behat-page-object-extension": "^2.3", - "symfony/translation": "^4.4", + "symfony/translation": "^5.4", "sabre/xml": "^2.2", - "guzzlehttp/guzzle": "^7.5", + "guzzlehttp/guzzle": "^7.7", "phpunit/phpunit": "^9.6", "laminas/laminas-ldap": "^2.15", "ankitpokhrel/tus-php": "^2.3",