Skip to content

Commit

Permalink
build: add support to guzzlehttp 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinsw committed Aug 11, 2022
1 parent 2767762 commit 9c035e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"Picpay": "src"
}
},
"name": "muvasco/picpay-php-sdk",
"name": "grandchef/picpay-php-sdk",
"description": "SDK PHP para integração com a API E-Commerce PicPay",
"license": "MIT",
"type": "library",
"require": {
"php": ">=5.6",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "^6.0 || ^7.0"
},
"homepage": "https://github.com/muvasco/picpay-php-sdk"
"homepage": "https://github.com/grandchef/picpay-php-sdk"
}

0 comments on commit 9c035e5

Please sign in to comment.