Skip to content

Commit

Permalink
Downgrade guzzlehttp/guzzle from ^7.5 to ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vldmr-k committed Oct 15, 2022
1 parent 32a4e8b commit 6d657df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Monobank Acquiring library",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.5",
"guzzlehttp/guzzle": "^7.0",
"starkbank/ecdsa": "0.0.5"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions spec/_bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?php

require __DIR__.'/../vendor/autoload.php';

require __DIR__ . '/../vendor/autoload.php';

0 comments on commit 6d657df

Please sign in to comment.