You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Versions of mezzio/mezzio-tooling prior to v2.0 exposed a vendor/bin/mezzio binary, but now this package exposes commands for laminas-cli, and may be invoked via vendor/bin/laminas.
Current behavior
The command composer mezzio is broken now.
How to reproduce
> composer mezzio
Expected behavior
Need to replace "mezzio": "mezzio --ansi" with "mezzio": "laminas --ansi" in the "scripts" section of the composer.json file.
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
Versions of mezzio/mezzio-tooling prior to v2.0 exposed a
vendor/bin/mezzio
binary, but now this package exposes commands for laminas-cli, and may be invoked viavendor/bin/laminas
.Current behavior
The command
composer mezzio
is broken now.How to reproduce
Expected behavior
Need to replace
"mezzio": "mezzio --ansi"
with"mezzio": "laminas --ansi"
in the "scripts" section of the composer.json file.The text was updated successfully, but these errors were encountered: