From 556a250fb317a1289ee342e4d4045ea1f8a5096f Mon Sep 17 00:00:00 2001 From: Sami Mussbach Date: Thu, 4 Mar 2021 17:50:16 +0100 Subject: [PATCH] Fix BC break in #1946. This package does not replace laminas/laminas-zendframework-bridge This commit fixes the BC break introduced by #1946 where it was stated that phpword replaces package laminas/laminas-zendframework-bridge which is not the case. Package laminas/laminas-zendframework-bridge only was replaced from phpword. --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 64363fe1..eb50847f 100644 --- a/composer.json +++ b/composer.json @@ -75,9 +75,6 @@ "mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*", "php-coveralls/php-coveralls": "1.1.0 || ^2.0" }, - "replace": { - "laminas/laminas-zendframework-bridge": "*" - }, "suggest": { "ext-zip": "Allows writing OOXML and ODF", "ext-gd2": "Allows adding images",