Skip to content

Commit

Permalink
General: Relax version requirement for Psr-Log and Psr-Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jun 17, 2024
1 parent 1398498 commit ff97d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"require": {
"psr/log": "~1.1.0",
"psr/log": ">=1.1",
"rmccue/requests": "~2.0",
"php": ">=8.1",
"psr/cache": "~1.0",
"psr/cache": ">=1.0",
"lunr/config": "~0.9.0",
"lunr/cliparser": "~0.9.0"
},
Expand Down

0 comments on commit ff97d61

Please sign in to comment.