tje3d / Telegram

PHP Telegram Bot API, Supports Laravel. You'll love it.
MIT License
6 stars 2 forks source link

I can not install the package on laravel 5.4 #2

Closed mrmrn closed 7 years ago

mrmrn commented 7 years ago

I want to install the package on laravel 5.4 but It gaves me: composer require tje3d/telegram

  [InvalidArgumentException]                                                   
  Could not find package tje3d/telegram at any version for your minimum-stabi  
  lity (stable). Check the package spelling or your minimum-stability          
tje3d commented 7 years ago

this should works: composer require tje3d/telegram:dev-master

mrmrn commented 7 years ago

I used composer require tje3d/telegram @dev and it worked. also publishing worked fine. thank you for your fast response.

mrmrn commented 7 years ago

I will write a fast document for using in laravel as soon as possible.

tje3d commented 7 years ago

Please check dev branch too (https://github.com/tje3d/Telegram/tree/dev)