Skip to content

Commit

Permalink
Update psr/cache requirement from ^1.0 to ^1.0 || ^3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [psr/cache](https://github.com/php-fig/cache) to permit the latest version.
- [Changelog](https://github.com/php-fig/cache/blob/master/CHANGELOG.md)
- [Commits](php-fig/cache@1.0.0...3.0.0)

---
updated-dependencies:
- dependency-name: psr/cache
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 0a4bdf9 commit 5a93bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require": {
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
"ext-json": "*",
"psr/cache": "^1.0",
"psr/cache": "^1.0 || ^3.0",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
"psr/log": "^1.1",
Expand Down

0 comments on commit 5a93bc5

Please sign in to comment.