Skip to content

Commit 4e41d4e

Browse files
Update files
1 parent 0205472 commit 4e41d4e

File tree

3 files changed

+680
-652
lines changed

3 files changed

+680
-652
lines changed

.github/workflows/license.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Update license
2+
3+
on:
4+
schedule:
5+
- cron: '0 3 1 1 *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
Update:
10+
uses: TheDragonCode/.github/.github/workflows/license.yml@main

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
"issues": "https://github.com/TheDragonCode/github-notifications/issues",
3131
"source": "https://github.com/TheDragonCode/github-notifications"
3232
},
33+
"funding": [
34+
{
35+
"type": "boosty",
36+
"url": "https://boosty.to/dragon-code"
37+
},
38+
{
39+
"type": "yoomoney",
40+
"url": "https://yoomoney.ru/to/410012608840929"
41+
}
42+
],
3343
"require": {
3444
"php": "^8.2"
3545
},
@@ -73,4 +83,4 @@
7383
"@php vendor/bin/pest --compact"
7484
]
7585
}
76-
}
86+
}

0 commit comments

Comments
 (0)