Skip to content

Commit ddaf8a7

Browse files
Merge branch 'phpay-io:develop' into develop
2 parents 857cdab + efde9d1 commit ddaf8a7

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

composer.json

Lines changed: 22 additions & 11 deletions
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/",
@@ -10,23 +26,12 @@
1026
"AsaasCustomer\\": "src/Gateways/Asaas/Resources/Customer/"
1127
}
1228
},
13-
"autoload-dev": {
14-
"psr-4": {
15-
"Tests\\": "tests/"
16-
}
17-
},
1829
"authors": [
1930
{
2031
"name": "Mário Lucas",
2132
"email": "[email protected]"
2233
}
2334
],
24-
"require-dev": {
25-
"pestphp/pest": "3.5",
26-
"laravel/pint": "^1.18",
27-
"phpstan/phpstan": "^2.0",
28-
"nunomaduro/termwind": "^2.3"
29-
},
3035
"config": {
3136
"allow-plugins": {
3237
"pestphp/pest-plugin": true
@@ -37,6 +42,12 @@
3742
"ext-curl": "*",
3843
"guzzlehttp/guzzle": "^7.0"
3944
},
45+
"require-dev": {
46+
"pestphp/pest": "3.5",
47+
"laravel/pint": "^1.18",
48+
"phpstan/phpstan": "^2.0",
49+
"nunomaduro/termwind": "^2.3"
50+
},
4051
"scripts": {
4152
"lint": "pint -v",
4253
"test:lint": "pint --test -v",

0 commit comments

Comments
 (0)