Skip to content

Commit 15ee11b

Browse files
Update files
1 parent 106e073 commit 15ee11b

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
{
3535
"type": "yoomoney",
3636
"url": "https://yoomoney.ru/to/410012608840929"
37-
},
38-
{
39-
"type": "donationalerts",
40-
"url": "https://www.donationalerts.com/r/dragon_code"
4137
}
4238
],
4339
"require": {
@@ -71,4 +67,4 @@
7167
"preferred-install": "dist",
7268
"sort-packages": true
7369
}
74-
}
70+
}

0 commit comments

Comments
 (0)