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.
This commit is contained in:
Sami Mussbach 2021-03-04 17:50:16 +01:00
parent 5dcb3e53ee
commit 556a250fb3
1 changed files with 0 additions and 3 deletions

View File

@ -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",