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 0205472 commit 4e41d4eCopy full SHA for 4e41d4e
.github/workflows/license.yml
@@ -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
@@ -30,6 +30,16 @@
30
"issues": "https://github.com/TheDragonCode/github-notifications/issues",
31
"source": "https://github.com/TheDragonCode/github-notifications"
32
},
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
+ ],
43
"require": {
44
"php": "^8.2"
45
@@ -73,4 +83,4 @@
73
83
"@php vendor/bin/pest --compact"
74
84
]
75
85
}
76
-}
86
+}
0 commit comments