mezzio / mezzio-swoole

Swoole support for Mezzio

Home Page:https://docs.mezzio.dev/mezzio-swoole/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"file not found in package" error notice when using composer

demijohn opened this issue · comments

When updating mezzio-swoole package with composer (composer update) there is notice in console:

Skipped installation of bin bin/mezzio-swoole for package mezzio/mezzio-swoole: file not found in package

mezzio-swoole command was replaced by laminas command so "bin" section should be removed from composer.json:

"bin": [
        "bin/mezzio-swoole"
    ],