Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 3, 2022
1 parent b97eca6 commit b8f761a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ php_lint: vendor
vendor/bin/linter src tests

php_cs: vendor
ifdef GITHUB_ACTION
vendor/bin/codesniffer src tests --run GA
else
vendor/bin/codesniffer src tests
endif

php_csf: vendor
vendor/bin/codefixer src tests
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"contributte/console": "^0.9",
"fastybird/datetime-factory": "^0.2",
"fastybird/exchange-plugin": "^0.4",
"fastybird/modules-metadata": "^0.13",
"fastybird/modules-metadata": "^0.14",
"fastybird/socket-server-factory": "^0.1",
"nette/bootstrap": "^3.0",
"nette/di": "^3.0",
Expand Down Expand Up @@ -84,9 +84,6 @@
"patches": {
"nette/utils": {
"Bug: Offset check with null support": "patches/nette.array.offsetCheck.diff"
},
"ninjify/qa": {
"Bug: PHPCS path error": "patches/ninjify-qa-bin-codesniffer.diff"
}
}
}
Expand Down
4 changes: 3 additions & 1 deletion redisdb_exchange_plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python3

# Copyright 2021. FastyBird s.r.o.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -16,4 +18,4 @@
Redis DB exchange plugin
"""

__version__ = "0.2.10"
__version__ = "0.2.11"
2 changes: 2 additions & 0 deletions redisdb_exchange_plugin/logger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python3

# Copyright 2021. FastyBird s.r.o.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
redis>=3.5
fastybird-exchange-plugin>=0.4
fastybird-modules-metadata>=0.13
fastybird-modules-metadata>=0.14
kink>=0.6
setuptools>=57.4

0 comments on commit b8f761a

Please sign in to comment.