Skip to content

Commit

Permalink
Make this library compatible with xp-forge/uri, version 3.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jan 19, 2025
1 parent 9ddc7a3 commit 8f39c5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Redis protocol change log

## ?.?.? / ????-??-??

## 1.2.0 / 2025-01-19

* Made this library compatible with `xp-forge/uri`, version 3.0+ (@thekid)

## 1.1.0 / 2024-03-24

* Made compatible with XP 12 - @thekid
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require" : {
"xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-framework/networking": "^10.0 | ^9.0 | ^8.0 | ^7.0",
"xp-forge/uri": "^2.0 | ^1.0",
"xp-forge/uri": "^3.0 | ^2.0 | ^1.0",
"php" : ">=7.0.0"
},
"require-dev" : {
Expand Down

0 comments on commit 8f39c5b

Please sign in to comment.