mezzio / mezzio-skeleton

Laminas mezzio skeleton. Begin developing PSR-15 middleware applications in seconds!
https://docs.mezzio.dev/mezzio/
BSD 3-Clause "New" or "Revised" License
120 stars 31 forks source link

Mezzio skeleton does not work with `mezzio/mezzio-tooling` v2+ #58

Closed devbeta closed 2 years ago

devbeta commented 2 years ago

Bug Report

Q A
Version(s) 3.10.0

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 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.

boesing commented 2 years ago

I've updated this issue as this actually is not a bug - its just not (yet) supported.

lukaslangen commented 2 years ago

Can be closed as #60 fixed this.

Ocramius commented 2 years ago

Awesome, thanks @lukaslangen!