Skip to content

Commit 0a4a72f

Browse files
authored
Merge pull request #295 from yenyasinn/294-dependencies
#294: Allow latest versions of dependencies to be used.
2 parents e2a1817 + 47711e6 commit 0a4a72f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"ext-json": "*",
5151
"guzzlehttp/psr7": "^1.7 || ^2.0.0",
5252
"guzzlehttp/guzzle": "^6.0 || ^7.0",
53-
"psr/cache": "^1.0 || ^2.0 || 3.0",
54-
"psr/simple-cache": "^1.0 || ^2.0 || 3.0",
55-
"psr/log": "^1.0 || ^2.0 || 3.0",
53+
"psr/cache": "^1.0 || ^2.0 || ^3.0",
54+
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
55+
"psr/log": "^1.0 || ^2.0 || ^3.0",
5656
"psr/http-client": "^1.0",
5757
"psr/http-message": "^1.0 || ^2.0",
5858
"ramsey/uuid": "^4.0",

0 commit comments

Comments
 (0)