Skip to content

Commit 629ad24

Browse files
author
Greg Bowler
committed
Update composer json
1 parent d682537 commit 629ad24

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

composer.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,23 @@
1212
"phpstan/phpstan": ">=0.12.42"
1313
},
1414

15-
"autoload": {
16-
"psr-4": {
17-
"Gt\\TypeSafeGetter\\": "./src"
18-
}
19-
},
20-
2115
"authors": [
2216
{
2317
"name": "Greg Bowler",
2418
"email": "greg.bowler@g105b.com"
2519
}
26-
]
20+
],
21+
22+
"funding": [
23+
{
24+
"type": "github",
25+
"url": "https://github.com/sponsors/PhpGt"
26+
}
27+
],
28+
29+
"autoload": {
30+
"psr-4": {
31+
"Gt\\TypeSafeGetter\\": "./src"
32+
}
33+
}
2734
}

0 commit comments

Comments
 (0)