-
Notifications
You must be signed in to change notification settings - Fork 2
Install the Library
Hitmare edited this page Sep 20, 2017
·
2 revisions
To install this Library you can do the following
Execute the following Command inside your PHP Telegram Bot installation
composer require hitmare/unlockptb
Or you open your composer.json and add the following under require
"hitmare/unlockptb": "^1.1.0"
eg:
"require": {
"longman/telegram-bot": "^0.49.0",
"hitmare/unlockptb": "^1.1.0"
}
Make sure that the last require don't have a coma at the end