ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
49 stars 10 forks source link

Installing removes Symfony-Packages #106

Closed jannis6023 closed 3 years ago

jannis6023 commented 3 years ago

Hi, I'm using Symfony and want to implements ably. If I want to install ably, all the relevant Symfony-Packages will be removed from the composer-file. After installing ably, the installation fails as Symfony checks the Packages and composer reverts the composer.json and I have to reinstall all the Symfony-Packages. It's an error caused by my Project or is it global?

Best regards

jannis6023 commented 3 years ago

Oh, I just fixed it.