Skip to content

Commit

Permalink
upgrades guzzle and removes composer.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanakram99 committed Feb 2, 2022
1 parent 7d2ba7e commit c96ac9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 300 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
.idea/
.php_cs.cache
.php_cs.cache
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.3 || ^7.4",
"ext-json": "*"
},
"autoload": {
Expand Down
298 changes: 0 additions & 298 deletions composer.lock

This file was deleted.

0 comments on commit c96ac9a

Please sign in to comment.