reactphp / reactphp

Event-driven, non-blocking I/O with PHP.

Home Page:https://reactphp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package react/socket-client is abandoned, you should avoid using it. Use react/socket instead

michealzh opened this issue · comments

The react package is required in davegardnerisme/nsqphp, after using composer update command,there is a message show in blew:

Package react/socket-client is abandoned, you should avoid using it. Use react/socket instead.

I wander how to avoid to hide warning message.

By updating davegardnerisme/nsqphp to use react/socket instead of react/socket-client. We're continuously updating our packages and we merged react/socket-client into react/socket about two years ago. That also means you're two years behind on new features and bug fixes. We also reccomend using our components directly instead of using the meta package.

I believe this has been answered, so I'm closing this for now. Please come back with more details if this problem persists and we can reopen this 👍

By updating davegardnerisme/nsqphp to use react/socket instead of react/socket-client. We're continuously updating our packages and we merged react/socket-client into react/socket about two years ago. That also means you're two years behind on new features and bug fixes. We also reccomend using our components directly instead of using the meta package.

Thank you for your reply.