Skip to content

Commit 43e7041

Browse files
PHPAY-56: fix(composer): autoload dev (#60)
2 parents a9afa86 + 6c15541 commit 43e7041

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"PHPay\\Efi\\": "src/Gateways/Efi/",
99
"Efi\\": "src/Gateways/Efi/",
1010
"AsaasCustomer\\": "src/Gateways/Asaas/Resources/Customer/"
11-
},
12-
"autoload-dev": {
13-
"psr-4": {
14-
"Tests\\": "tests/"
15-
}
11+
}
12+
},
13+
"autoload-dev": {
14+
"psr-4": {
15+
"Tests\\": "tests/"
1616
}
1717
},
1818
"authors": [
@@ -48,4 +48,4 @@
4848
"@test:types"
4949
]
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)