File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 10
10
"AsaasCustomer\\ " : " src/Gateways/Asaas/Resources/Customer/"
11
11
}
12
12
},
13
- "autoload-dev" : {
14
- "psr-4" : {
15
- "Tests\\ " : " tests/"
16
- }
17
- },
18
13
"authors" : [
19
14
{
20
15
"name" : " Mário Lucas" ,
21
16
"email" : " mariolucasdev@gmail.com"
22
17
}
23
18
],
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
19
"config" : {
31
20
"allow-plugins" : {
32
21
"pestphp/pest-plugin" : true
37
26
"ext-curl" : " *" ,
38
27
"guzzlehttp/guzzle" : " ^7.0"
39
28
},
29
+ "require-dev" : {
30
+ "pestphp/pest" : " 3.5" ,
31
+ "laravel/pint" : " ^1.18" ,
32
+ "phpstan/phpstan" : " ^2.0" ,
33
+ "nunomaduro/termwind" : " ^2.3"
34
+ },
40
35
"scripts" : {
41
36
"lint" : " pint -v" ,
42
37
"test:lint" : " pint --test -v" ,
You can’t perform that action at this time.
0 commit comments