zarincheg / telegram-bot-dialogs

The extension for Telegram Bot API PHP SDK that allows to implement dialogs in bots
MIT License
40 stars 29 forks source link

How to use dialogs extension with "telegram-bot-sdk dev-master branch" #1

Closed thomasgroch closed 8 years ago

thomasgroch commented 8 years ago

I wonder if it would be possible to use this extension with the dev-master branch of telegram-bot-sdk.

I tried to run: composer require zarincheg / telegram-bot-dialogs dev-master

And I got this response: [InvalidArgumentException] Could not find package zarincheg at any version for your minimum-stability (stable). Check the package spelling or your minimum-sta bility

How could I "force" composer authorize the installation of this dependence?

zarincheg commented 8 years ago

Hi! I am didn't test the extension with the latest version of telegram-bot-sdk yet. I plan to make it soon and I will make necessary changes, if needed. But I think you can try to downgrade minimum-stability requirement in your composer.json file to "dev"

zarincheg commented 8 years ago

For now it is better to set "zarincheg/telegram-bot-dialogs": ">=0.2@dev" in composer.json