Skip to content

Commit ad54ade

Browse files
Update files
1 parent f75ebd9 commit ad54ade

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
Update:
10-
uses: TheDragonCode/.github/.github/workflows/license.yml@main
10+
uses: TheDragonCode/.github/.github/workflows/license.yml@main

.github/workflows/preview.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Preview Updater
2+
3+
on:
4+
schedule:
5+
- cron: '20 2 * * *'
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
preview:
14+
uses: TheDragonCode/.github/.github/workflows/preview.yml@main

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
"issues": "https://github.com/Laravel-Lang/locales/issues",
2626
"source": "https://github.com/Laravel-Lang/locales"
2727
},
28+
"funding": [
29+
{
30+
"type": "boosty",
31+
"url": "https://boosty.to/dragon-code"
32+
},
33+
{
34+
"type": "yoomoney",
35+
"url": "https://yoomoney.ru/to/410012608840929"
36+
}
37+
],
2838
"require": {
2939
"php": "^8.2",
3040
"ext-json": "*",
@@ -78,4 +88,4 @@
7888
"php vendor/bin/pest"
7989
]
8090
}
81-
}
91+
}

0 commit comments

Comments
 (0)