Skip to content

Commit 8e48c48

Browse files
committed
feat: mudando lib
1 parent f23245c commit 8e48c48

File tree

1 file changed

+38
-33
lines changed

1 file changed

+38
-33
lines changed

composer.json

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,42 @@
11
{
2-
"name": "robertov8/zoop-sdk",
3-
"description": "SDK de pagamentos Zoop",
4-
"license": "MIT",
5-
"type": "library",
6-
"keywords": [
7-
"italodeveloper",
8-
"zoop",
9-
"payment",
10-
"gateway "
11-
],
12-
"authors": [
13-
{
14-
"name": "Ítalo Araújo",
15-
"email": "[email protected]"
16-
}
17-
],
18-
"config": {
19-
"optimize-autoloader": true
2+
"name": "robertov8/zoop-sdk",
3+
"description": "SDK de pagamentos Zoop",
4+
"license": "MIT",
5+
"type": "library",
6+
"keywords": [
7+
"italodeveloper",
8+
"robertov8",
9+
"zoop",
10+
"payment",
11+
"gateway "
12+
],
13+
"authors": [
14+
{
15+
"name": "Ítalo Araújo",
16+
"email": "[email protected]"
2017
},
21-
"require": {
22-
"php": ">=5.5",
23-
"ext-curl": "*",
24-
"ext-json": "*",
25-
"psr/log": "^1.1",
26-
"guzzlehttp/guzzle": ">=6.2",
27-
"italodeveloper/guzzle-zend": "^1.2"
28-
},
29-
"require-dev": {
30-
"zendframework/zend-http": ">=2.5"
31-
},
32-
"autoload": {
33-
"psr-4": {
34-
"Zoop\\": "src/"
35-
}
18+
{
19+
"name": "Roberto Ribeiro",
20+
"email": "[email protected]"
21+
}
22+
],
23+
"config": {
24+
"optimize-autoloader": true
25+
},
26+
"require": {
27+
"php": ">=5.5",
28+
"ext-curl": "*",
29+
"ext-json": "*",
30+
"psr/log": "^1.1",
31+
"guzzlehttp/guzzle": ">=6.2",
32+
"robertov8/guzzle-zend": "^1.2"
33+
},
34+
"require-dev": {
35+
"zendframework/zend-http": ">=2.5"
36+
},
37+
"autoload": {
38+
"psr-4": {
39+
"Zoop\\": "src/"
3640
}
41+
}
3742
}

0 commit comments

Comments
 (0)