Skip to content

Commit

Permalink
Se agregado la compatibilidad con guzzle 7, agregado gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvl committed Jul 5, 2021
1 parent 23db927 commit 67feaa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.env
/vendor
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/guzzle": "^6.2|^7.0",
"nesbot/carbon": "^1.10|^2.25"
},
"autoload": {
Expand Down

0 comments on commit 67feaa5

Please sign in to comment.