Skip to content

Commit 7e62b60

Browse files
PHPAY-56: fix(composer): autoload dev (#61)
2 parents 43e7041 + 7710260 commit 7e62b60

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

composer.json

+6-11
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,12 @@
1010
"AsaasCustomer\\": "src/Gateways/Asaas/Resources/Customer/"
1111
}
1212
},
13-
"autoload-dev": {
14-
"psr-4": {
15-
"Tests\\": "tests/"
16-
}
17-
},
1813
"authors": [
1914
{
2015
"name": "Mário Lucas",
2116
"email": "[email protected]"
2217
}
2318
],
24-
"require-dev": {
25-
"pestphp/pest": "3.5",
26-
"laravel/pint": "^1.18",
27-
"phpstan/phpstan": "^2.0",
28-
"nunomaduro/termwind": "^2.3"
29-
},
3019
"config": {
3120
"allow-plugins": {
3221
"pestphp/pest-plugin": true
@@ -37,6 +26,12 @@
3726
"ext-curl": "*",
3827
"guzzlehttp/guzzle": "^7.0"
3928
},
29+
"require-dev": {
30+
"pestphp/pest": "3.5",
31+
"laravel/pint": "^1.18",
32+
"phpstan/phpstan": "^2.0",
33+
"nunomaduro/termwind": "^2.3"
34+
},
4035
"scripts": {
4136
"lint": "pint -v",
4237
"test:lint": "pint --test -v",

0 commit comments

Comments
 (0)