Skip to content

Commit

Permalink
Merge pull request #73 from commercetools/psr-interface-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude authored Feb 10, 2022
2 parents 705849b + 431264a commit a2c39d1
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 @@ -54,10 +54,10 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"guzzlehttp/psr7": "^1.7",
"guzzlehttp/psr7": "^1.7 || ^2.0.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"psr/cache": "^1.0 || ^2.0 || 3.0",
"psr/simple-cache": "^1.0 || ^2.0 || 3.0",
"psr/log": "^1.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
Expand Down

0 comments on commit a2c39d1

Please sign in to comment.