Skip to content

Commit d66b3d7

Browse files
committed
atualiza versão do guzzle
1 parent c85d590 commit d66b3d7

File tree

1 file changed

+41
-36
lines changed

1 file changed

+41
-36
lines changed

composer.json

Lines changed: 41 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,43 @@
11
{
2-
"name": "potelo/mo-payment",
3-
"description": "MoPayment fornece uma interface para controlar pagamentos no moip.com.br",
4-
"keywords": ["laravel", "moip", "billing", "pagamentos"],
5-
"license": "MIT",
6-
"support": {
7-
"issues": "https://github.com/Potelo/mo-payment/issues",
8-
"source": "https://github.com/Potelo/mo-payment"
9-
},
10-
"authors": [
11-
{
12-
"name": "Marivaldo Junior",
13-
"email": "[email protected]"
14-
}
15-
],
16-
"require": {
17-
"php": ">=5.6.4",
18-
"guzzlehttp/guzzle": "^6.3"
19-
},
20-
"autoload": {
21-
"psr-4": {
22-
"Potelo\\MoPayment\\": "src/"
23-
}
24-
},
25-
"autoload-dev": {
26-
"psr-4": {
27-
"Potelo\\MoPayment\\Tests\\": "tests/"
28-
}
29-
},
30-
"extra": {
31-
"laravel": {
32-
"providers": [
33-
"Potelo\\MoPayment\\MoPaymentServiceProvider"
34-
]
35-
}
36-
},
37-
"minimum-stability": "dev"
2+
"name": "potelo/mo-payment",
3+
"description": "MoPayment fornece uma interface para controlar pagamentos no moip.com.br",
4+
"keywords": [
5+
"laravel",
6+
"moip",
7+
"billing",
8+
"pagamentos"
9+
],
10+
"license": "MIT",
11+
"support": {
12+
"issues": "https://github.com/Potelo/mo-payment/issues",
13+
"source": "https://github.com/Potelo/mo-payment"
14+
},
15+
"authors": [
16+
{
17+
"name": "Marivaldo Junior",
18+
"email": "[email protected]"
19+
}
20+
],
21+
"require": {
22+
"php": ">=5.6.4",
23+
"guzzlehttp/guzzle": "^7.0.1"
24+
},
25+
"autoload": {
26+
"psr-4": {
27+
"Potelo\\MoPayment\\": "src/"
28+
}
29+
},
30+
"autoload-dev": {
31+
"psr-4": {
32+
"Potelo\\MoPayment\\Tests\\": "tests/"
33+
}
34+
},
35+
"extra": {
36+
"laravel": {
37+
"providers": [
38+
"Potelo\\MoPayment\\MoPaymentServiceProvider"
39+
]
40+
}
41+
},
42+
"minimum-stability": "dev"
3843
}

0 commit comments

Comments
 (0)