Skip to content

Commit

Permalink
Use remote patch
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Mar 31, 2022
1 parent 9abbbf3 commit fd97f80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 42 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"php": ">=7.4.0|>=8.0.0",
"clue/redis-protocol": "^0.3",
"cweagans/composer-patches": "^1.7",
"fastybird/datetime-factory": "^0.3",
"fastybird/exchange": "^0.27",
"fastybird/datetime-factory": "^0.4",
"fastybird/exchange": "^0.28",
"fastybird/metadata": "^0.49",
"fastybird/socket-server-factory": "^0.4",
"nette/bootstrap": "^3.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"extra" : {
"patches" : {
"nette/utils" : {
"Bug: Offset check with null support" : "patches/nette.array.offsetCheck.diff"
"Bug: Offset check with null support" : "https://raw.githubusercontent.com/FastyBird/libraries-patches/master/nette.array.offsetCheck.diff"
}
}
}
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.30.0"
__version__ = "0.31.0"
14 changes: 0 additions & 14 deletions patches/nette.array.offsetCheck.diff

This file was deleted.

23 changes: 0 additions & 23 deletions patches/ninjify-qa-bin-codesniffer.diff

This file was deleted.

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>=0.27
fastybird-exchange>=0.28
fastybird-metadata>=0.49
kink>=0.6
setuptools>=57.4
Expand Down

0 comments on commit fd97f80

Please sign in to comment.