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 af98710 commit bf322d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -80,7 +80,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_exchange/__init__.py
Expand Up @@ -18,4 +18,4 @@
Exchange library
"""

__version__ = "0.27.0"
__version__ = "0.28.0"
14 changes: 0 additions & 14 deletions patches/nette.array.offsetCheck.diff

This file was deleted.

0 comments on commit bf322d5

Please sign in to comment.