Skip to content

Commit

Permalink
Merge pull request #295 from yenyasinn/294-dependencies
Browse files Browse the repository at this point in the history
#294: Allow latest versions of dependencies to be used.
  • Loading branch information
jenschude authored Jan 7, 2025
2 parents e2a1817 + 47711e6 commit 0a4a72f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"ext-json": "*",
"guzzlehttp/psr7": "^1.7 || ^2.0.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"psr/cache": "^1.0 || ^2.0 || 3.0",
"psr/simple-cache": "^1.0 || ^2.0 || 3.0",
"psr/log": "^1.0 || ^2.0 || 3.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"ramsey/uuid": "^4.0",
Expand Down

0 comments on commit 0a4a72f

Please sign in to comment.