File tree Expand file tree Collapse file tree 1 file changed +38
-33
lines changed Expand file tree Collapse file tree 1 file changed +38
-33
lines changed Original file line number Diff line number Diff line change 1
1
{
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
-
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
+
20
17
},
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
+
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/"
36
40
}
41
+ }
37
42
}
You can’t perform that action at this time.
0 commit comments