Skip to content

Commit

Permalink
🔧 this works with guzzle 7 too
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Oct 5, 2022
1 parent eda889d commit e551486
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "library",
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"lcobucci/jwt": "^3.2.5"
},
"require-dev": {
Expand All @@ -13,12 +13,6 @@
"phpstan/phpstan": "^0.12.65"
},
"license": "MIT",
"authors": [
{
"name": "Sean Lane",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"SynergiTech\\Creditsafe\\" : "src/",
Expand Down

0 comments on commit e551486

Please sign in to comment.