Skip to content

Commit

Permalink
atualiza versão do guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
jprodrigues70 committed Jan 27, 2021
1 parent c85d590 commit d66b3d7
Showing 1 changed file with 41 additions and 36 deletions.
77 changes: 41 additions & 36 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
{
"name": "potelo/mo-payment",
"description": "MoPayment fornece uma interface para controlar pagamentos no moip.com.br",
"keywords": ["laravel", "moip", "billing", "pagamentos"],
"license": "MIT",
"support": {
"issues": "https://github.com/Potelo/mo-payment/issues",
"source": "https://github.com/Potelo/mo-payment"
},
"authors": [
{
"name": "Marivaldo Junior",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
"Potelo\\MoPayment\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Potelo\\MoPayment\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Potelo\\MoPayment\\MoPaymentServiceProvider"
]
}
},
"minimum-stability": "dev"
"name": "potelo/mo-payment",
"description": "MoPayment fornece uma interface para controlar pagamentos no moip.com.br",
"keywords": [
"laravel",
"moip",
"billing",
"pagamentos"
],
"license": "MIT",
"support": {
"issues": "https://github.com/Potelo/mo-payment/issues",
"source": "https://github.com/Potelo/mo-payment"
},
"authors": [
{
"name": "Marivaldo Junior",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^7.0.1"
},
"autoload": {
"psr-4": {
"Potelo\\MoPayment\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Potelo\\MoPayment\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Potelo\\MoPayment\\MoPaymentServiceProvider"
]
}
},
"minimum-stability": "dev"
}

0 comments on commit d66b3d7

Please sign in to comment.