Skip to content

Commit 7a16da1

Browse files
committed
added funding info
1 parent 539ddcb commit 7a16da1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: splitbrain

composer.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^8.0"
23-
}
23+
},
24+
"funding": [
25+
{
26+
"url": "https://github.com/sponsors/splitbrain",
27+
"type": "github"
28+
}
29+
]
2430
}

0 commit comments

Comments
 (0)