Skip to content

Commit a4788d9

Browse files
author
Greg Bowler
authored
Add sponsor button (#141)
* Update badge link * ci: update deps * docs: update readme with InputData and provide example * chore: add sponsor button
1 parent b14b973 commit a4788d9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/FUNDING.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# These are supported funding model platforms
2+
github: [phpgt]

composer.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,12 @@
2121
"psr-4": {
2222
"Gt\\Input\\Test\\": "./test/phpunit"
2323
}
24-
}
25-
}
24+
},
25+
26+
"funding": [
27+
{
28+
"type": "github",
29+
"url": "https://github.com/sponsors/PhpGt"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)