Skip to content

Commit

Permalink
Add support for the latest cache library/psrs
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Dec 18, 2024
1 parent ea5e1f5 commit 6749f45
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Changelog

--------

## 2.2.5 - 2024-12-18

### Changed

* [Support] Added support for the updated PSRs.

--------

## 2.2.4 - 2023-04-30

### Changed
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"role": "Developer"
}],
"require": {
"duncan3dc/cache": "^1.0",
"duncan3dc/cache": "^1.0 || ^2.0",
"duncan3dc/domparser": "^1.4.1 || ^2.1",
"duncan3dc/logger-aware-trait": "^0.2 || ^1.0",
"duncan3dc/sonos-common": "^1.0",
"duncan3dc/speaker": "^1.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"league/flysystem": "^1.1.4",
"psr/log": "^1.1",
"psr/simple-cache": "^1.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"ext-soap": "*",
"ext-sockets": "*",
"php": "^7.3 || ^8.0"
Expand Down

0 comments on commit 6749f45

Please sign in to comment.