Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 865cd33

Browse files
committed
Add FUNDING informations
1 parent 997b8e7 commit 865cd33

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: "williamdes"

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
"email": "williamdes@wdes.fr"
1515
}
1616
],
17+
"funding": [
18+
{
19+
"type": "github",
20+
"url": "https://github.com/sponsors/williamdes"
21+
}
22+
],
23+
"support": {
24+
"email": "williamdes@wdes.fr",
25+
"issues": "https://github.com/code-lts/Laravel-FCM/issues",
26+
"source": "https://github.com/code-lts/Laravel-FCM"
27+
},
1728
"require": {
1829
"php": "^7.1.3 || ^8.0",
1930
"illuminate/support": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10",

0 commit comments

Comments
 (0)