Skip to content

Commit efde9d1

Browse files
authoredFeb 12, 2025
PHPAY-56: fix(composer): autoload dev (#62)
2 parents 7e62b60 + 55fb2c8 commit efde9d1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎composer.json

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
{
22
"name": "phpay-io/phpay",
33
"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",
420
"autoload": {
521
"psr-4": {
622
"PHPay\\": "src/",

0 commit comments

Comments
 (0)
Failed to load comments.