File tree 4 files changed +880
-2
lines changed
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 21
21
"ext-json" : " *" ,
22
22
"php-telegram-bot/telegram-bot-manager" : " ^1.3" ,
23
23
"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"
25
28
},
26
29
"autoload" : {
27
30
"psr-4" : {
You can’t perform that action at this time.
0 commit comments