Skip to content

Commit a9e29f4

Browse files
Update files
1 parent 928b456 commit a9e29f4

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/license.yml

+10
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

+1-5
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
{
3131
"type": "yoomoney",
3232
"url": "https://yoomoney.ru/to/410012608840929"
33-
},
34-
{
35-
"type": "donationalerts",
36-
"url": "https://www.donationalerts.com/r/dragon_code"
3733
}
3834
],
3935
"require": {
@@ -85,4 +81,4 @@
8581
"php vendor/bin/phpunit"
8682
]
8783
}
88-
}
84+
}

0 commit comments

Comments
 (0)