Skip to content

Commit

Permalink
Merge pull request #95 from LinioPay/chore/guzzle7
Browse files Browse the repository at this point in the history
chore: allow guzzle 7
  • Loading branch information
ibrito182 authored Jun 9, 2022
2 parents ed93802 + 364fcb7 commit aa79823
Show file tree
Hide file tree
Showing 2 changed files with 1,733 additions and 806 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
"symfony/process": "~3|~4|~5",
"jeremeamia/superclosure": "~2",
"lstrojny/hmmmath": ">=0.5.0",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.3|~7",
"slim/slim": "^3.12",
"friendsofphp/php-cs-fixer": "^2.16",
"sensiolabs/security-checker": "^6.0"
"friendsofphp/php-cs-fixer": "^2.16"
},
"require-dev": {
"internations/testing-component": "1.3.0",
Expand Down Expand Up @@ -58,7 +57,7 @@
"@lint --dry-run"
],
"security-check": [
"security-checker security:check"
"local-php-security-checker-installer && local-php-security-checker"
]
}
}
Loading

0 comments on commit aa79823

Please sign in to comment.