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:
parent
5dcb3e53ee
commit
556a250fb3
|
|
@ -75,9 +75,6 @@
|
||||||
"mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*",
|
"mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*",
|
||||||
"php-coveralls/php-coveralls": "1.1.0 || ^2.0"
|
"php-coveralls/php-coveralls": "1.1.0 || ^2.0"
|
||||||
},
|
},
|
||||||
"replace": {
|
|
||||||
"laminas/laminas-zendframework-bridge": "*"
|
|
||||||
},
|
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-zip": "Allows writing OOXML and ODF",
|
"ext-zip": "Allows writing OOXML and ODF",
|
||||||
"ext-gd2": "Allows adding images",
|
"ext-gd2": "Allows adding images",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue