Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Jan 1, 2021
1 parent 4a7e927 commit 34565ee
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 493 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c

## [Unreleased]
### Added
- Possibility to set custom Request Client.
### Changed
### Deprecated
### Removed
### Fixed
- Only kick users that haven't already been kicked.
### Security

## [0.8.0] - 2021-01-01
### Added
- Possibility to set custom Request Client.
### Changed
- Bumped dependencies, use explicit version 0.70.1 of core.
### Fixed
- Only kick users that haven't already been kicked.

## [0.7.0] - 2020-10-04
### Added
- Rules must be agreed to before allowing a user to post in the group. (#43)
Expand Down Expand Up @@ -68,6 +74,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
- Extended `.env.example` file.

[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
[0.8.0]: https://github.com/php-telegram-bot/support-bot/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/php-telegram-bot/support-bot/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/php-telegram-bot/support-bot/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/php-telegram-bot/support-bot/compare/0.4.0...0.5.0
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
}
],
"require": {
"php": ">= 7.4",
"php": "^7.4|^8.0",
"ext-json": "*",
"ext-pdo": "*",
"php-telegram-bot/telegram-bot-manager": "^1.5",
"longman/telegram-bot": "0.64.0 as 0.59",
"php-telegram-bot/telegram-bot-manager": "^1.6",
"longman/telegram-bot": "0.70.1 as 0.70",
"noplanman/service-webhook-handler": "^0.2",
"vlucas/phpdotenv": "^3.6",
"php-http/guzzle6-adapter": "^1.1",
"knplabs/github-api": "^2.15",
"php-http/guzzle7-adapter": "^0.1",
"knplabs/github-api": "^2.19",
"elvanto/litemoji": "^1.4",
"monolog/monolog": "^2.1",
"monolog/monolog": "^2.2",
"matthiasmullie/scrapbook": "^1.4"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.5",
"php-parallel-lint/php-parallel-lint": "^1.2",
"symfony/var-dumper": "^5.1"
"symfony/var-dumper": "^5.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 34565ee

Please sign in to comment.