We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d682537 commit 629ad24Copy full SHA for 629ad24
composer.json
@@ -12,16 +12,23 @@
12
"phpstan/phpstan": ">=0.12.42"
13
},
14
15
- "autoload": {
16
- "psr-4": {
17
- "Gt\\TypeSafeGetter\\": "./src"
18
- }
19
- },
20
-
21
"authors": [
22
{
23
"name": "Greg Bowler",
24
"email": "greg.bowler@g105b.com"
25
}
26
- ]
+ ],
+
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/PhpGt"
+ }
27
28
29
+ "autoload": {
30
+ "psr-4": {
31
+ "Gt\\TypeSafeGetter\\": "./src"
32
33
34
0 commit comments