From a25cb00be1722ec1d273af042db291d9bc2207f3 Mon Sep 17 00:00:00 2001 From: yamlahik Date: Wed, 10 Jul 2024 17:50:24 +0200 Subject: [PATCH] PAC-354: refactoring --- UPGRADE-5.0.0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UPGRADE-5.0.0.md b/UPGRADE-5.0.0.md index 52f20231..31288313 100644 --- a/UPGRADE-5.0.0.md +++ b/UPGRADE-5.0.0.md @@ -6,8 +6,8 @@ This is mostly a cleanup release offering stronger type guarantees for integrato * Updating from 4.2.6 to 5.0.0 doesn't have any impacts. Please read the apropriate UPGRADE-5.0.0 files for updates lower as [5.0.0](UPGRADE-5.0.0.md) to this version. ## Upgrade composer dependencies -replace dependency "behat/symfony2-extension" and "behat/mink-goutte-driver" with "friends-of-behat/mink-browserkit-driver" and -"friends-of-behat/symfony-extension" +replace dependency `"behat/symfony2-extension"` and `"behat/mink-goutte-driver"` with `"friends-of-behat/mink-browserkit-driver"` and +`"friends-of-behat/symfony-extension"` ```json "doctrine/dbal" from "2.5.*" to "^4.0.4", "pdepend/pdepend" from "^2.5.2" to "^2.16.2", @@ -23,7 +23,7 @@ replace dependency "behat/symfony2-extension" and "behat/mink-goutte-driver" wit "dmore/chrome-mink-driver" from "2.7.*" to "^2.9.3", "dmore/behat-chrome-extension" from "1.3.*" to "^1.4.0", "behat/mink-goutte-driver" from "1.1.*" to "dev-master, - "phpcompatibility/php-compatibility" from "*" to "^9.3.5" + "phpcompatibility/php-compatibility" from "*" to "^9.3.5", + ``` -### techdivision/import-category