Skip to content

Commit

Permalink
fixed new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-melnic committed Oct 7, 2021
1 parent 3d4c098 commit 07a4ace
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "~5.3.4",
"guzzlehttp/guzzle-services": "~0.6.0",
"guzzlehttp/log-subscriber": "~1.0.0",
"php": "^5.6 || ^7.2",
"guzzlehttp/guzzle": "~6.5.5",
"guzzlehttp/guzzle-services": "~1.0.0",
"monolog/monolog": "^1.21"
},
"autoload": {
Expand Down

0 comments on commit 07a4ace

Please sign in to comment.