File tree Expand file tree Collapse file tree 1 file changed +22
-11
lines changed Expand file tree Collapse file tree 1 file changed +22
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " phpay-io/phpay" ,
3
3
"type" : " library" ,
4
+ "funding" : [
5
+ {
6
+ "url" : " https://github.com/sponsors/mariolucasdev" ,
7
+ "type" : " github"
8
+ }
9
+ ],
10
+ "keywords" : [
11
+ " efi" ,
12
+ " asaas" ,
13
+ " gateways de pagamento" ,
14
+ " gateways" ,
15
+ " sdk asaas" ,
16
+ " sdk efi" ,
17
+ " phpay"
18
+ ],
19
+ "license" : " MIT" ,
4
20
"autoload" : {
5
21
"psr-4" : {
6
22
"PHPay\\ " : " src/" ,
10
26
"AsaasCustomer\\ " : " src/Gateways/Asaas/Resources/Customer/"
11
27
}
12
28
},
13
- "autoload-dev" : {
14
- "psr-4" : {
15
- "Tests\\ " : " tests/"
16
- }
17
- },
18
29
"authors" : [
19
30
{
20
31
"name" : " Mário Lucas" ,
21
32
22
33
}
23
34
],
24
- "require-dev" : {
25
- "pestphp/pest" : " 3.5" ,
26
- "laravel/pint" : " ^1.18" ,
27
- "phpstan/phpstan" : " ^2.0" ,
28
- "nunomaduro/termwind" : " ^2.3"
29
- },
30
35
"config" : {
31
36
"allow-plugins" : {
32
37
"pestphp/pest-plugin" : true
37
42
"ext-curl" : " *" ,
38
43
"guzzlehttp/guzzle" : " ^7.0"
39
44
},
45
+ "require-dev" : {
46
+ "pestphp/pest" : " 3.5" ,
47
+ "laravel/pint" : " ^1.18" ,
48
+ "phpstan/phpstan" : " ^2.0" ,
49
+ "nunomaduro/termwind" : " ^2.3"
50
+ },
40
51
"scripts" : {
41
52
"lint" : " pint -v" ,
42
53
"test:lint" : " pint --test -v" ,
You can’t perform that action at this time.
0 commit comments