File tree Expand file tree Collapse file tree 4 files changed +880
-2
lines changed Expand file tree Collapse file tree 4 files changed +880
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3+
4+ Exclamation symbols (:exclamation : ) note something of importance e.g. breaking changes. Click them to learn more.
5+
6+ ## [ Unreleased]
7+ ### Added
8+ - First minor version that contains the basic functionality.
9+ - Simple logging of incoming webhook requests from GitHub and Travis-CI.
10+ - Post welcome messages to PHP Telegram Bot Support group.
11+ - Post release announcements to PHP Telegram Bot Support group. (#17 )
12+ - Extended ` .env.example ` file.
13+ ### Changed
14+ ### Deprecated
15+ ### Removed
16+ ### Fixed
17+ ### Security
18+
19+ [ Unreleased ] : https://github.com/php-telegram-bot/support-bot/compare/master...develop
Original file line number Diff line number Diff line change 2121 "ext-json" : " *" ,
2222 "php-telegram-bot/telegram-bot-manager" : " ^1.3" ,
2323 "noplanman/service-webhook-handler" : " ^0.2" ,
24- "vlucas/phpdotenv" : " ^3.3"
24+ "vlucas/phpdotenv" : " ^3.3" ,
25+ "php-http/guzzle6-adapter" : " ^1.1" ,
26+ "knplabs/github-api" : " ^2.11" ,
27+ "elvanto/litemoji" : " ^1.4"
2528 },
2629 "autoload" : {
2730 "psr-4" : {
You can’t perform that action at this time.
0 commit comments