Skip to content

Commit 9b50bae

Browse files
committed
'bump version. Release 2.3.0'
1 parent 14dad2a commit 9b50bae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.3.0](https://github.com/php-slack/slack/releases/tag/2.3.0)
4+
- Support PHP 8.1, 8.2, 8.3, 8.4
5+
- Arguments with a null default must be nullable
6+
- Test PHP 8.1 through 8.4
7+
- Fix warnings for PHPUnit
8+
39
## [2.2.1](https://github.com/php-slack/slack/releases/tag/2.2.1)
410
- Update `.gitattributes`: Added /.styleci.yml export-ignore
511
- Fix empty initial values in multi dynamic selects (fix #74)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A simple PHP package for sending messages to [Slack](https://slack.com)
1010
with [incoming webhooks](https://my.slack.com/services/new/incoming-webhook),
1111
focused on ease-of-use and elegant syntax.
1212

13-
**supports:** PHP `7.1`, `7.2`, `7.3`, `7.4` or `8.0`
13+
**supports:** PHP `7.1`, `7.2`, `7.3`, `7.4` or `8.0`, `8.1`, `8.2`, `8.3`, `8.4`
1414
**require:** `guzzlehttp/guzzle` any of versions `~7.0|~6.0|~5.0|~4.0`
1515

1616
> This is the fork of popular, great, but abandoned package [`maknz/slack`](https://github.com/maknz/slack)

0 commit comments

Comments
 (0)