Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Aug 23, 2022
1 parent d2b2faa commit 02ad975
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FastyBird Redis DB exchange plugin

[![Build Status](https://badgen.net/github/checks/FastyBird/redisdb-exchange-plugin/master?cache=300&style=flat-square)](https://github.com/FastyBird/redisdb-exchange-plugin/actions)
[![Licence](https://badgen.net/github/license/FastyBird/redisdb-exchange-plugin?cache=300&style=flat-square)](https://github.com/FastyBird/redisdb-exchange-plugin/blob/master/LICENSE.md)
[![Build Status](https://badgen.net/github/checks/FastyBird/redisdb-exchange-plugin/main?cache=300&style=flat-square)](https://github.com/FastyBird/redisdb-exchange-plugin/actions)
[![Licence](https://badgen.net/github/license/FastyBird/redisdb-exchange-plugin?cache=300&style=flat-square)](https://github.com/FastyBird/redisdb-exchange-plugin/blob/main/LICENSE.md)
[![Code coverage](https://badgen.net/coveralls/c/github/FastyBird/redisdb-exchange-plugin?cache=300&style=flat-square)](https://coveralls.io/r/FastyBird/redisdb-exchange-plugin)

![PHP](https://badgen.net/packagist/php/FastyBird/redisdb-exchange-plugin?cache=300&style=flat-square)
Expand Down Expand Up @@ -41,7 +41,7 @@ $ pip install fastybird-redisdb-exchange-plugin
## Documentation

Learn how to consume & publish messages
in [documentation](https://github.com/FastyBird/redisdb-exchange-plugin/blob/master/.docs/en/index.md).
in [documentation](https://github.com/FastyBird/redisdb-exchange-plugin/blob/main/.docs/en/index.md).

***
Homepage [https://www.fastybird.com](https://www.fastybird.com) and
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"clue/redis-protocol": "^0.3",
"cweagans/composer-patches": "^1.7",
"fastybird/datetime-factory": "^0.5",
"fastybird/exchange" : "^0.58",
"fastybird/metadata" : "^0.75",
"fastybird/exchange" : "^0.59",
"fastybird/metadata" : "^0.76",
"fastybird/socket-server-factory": "^0.5",
"nette/bootstrap": "^3.0",
"nette/di": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion fastybird_redisdb_exchange_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
Redis DB exchange plugin
"""

__version__ = "0.58.0"
__version__ = "0.59.0"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
redis>=3.5
fastybird-exchange>=0.58
fastybird-metadata>=0.75
fastybird-exchange>=0.59
fastybird-metadata>=0.76
kink>=0.6
setuptools>=57.4
whistle>=1.0

0 comments on commit 02ad975

Please sign in to comment.