Skip to content

Commit 4ef7558

Browse files
Update files
1 parent 4b529ea commit 4ef7558

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
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
@@ -22,6 +22,16 @@
2222
"issues": "https://github.com/TheDragonCode/laravel-http-macros/issues",
2323
"source": "https://github.com/TheDragonCode/laravel-http-macros"
2424
},
25+
"funding": [
26+
{
27+
"type": "boosty",
28+
"url": "https://boosty.to/dragon-code"
29+
},
30+
{
31+
"type": "yoomoney",
32+
"url": "https://yoomoney.ru/to/410012608840929"
33+
}
34+
],
2535
"require": {
2636
"php": "^8.2",
2737
"dragon-code/support": "^6.13",
@@ -71,4 +81,4 @@
7181
"@php vendor/bin/pest --compact"
7282
]
7383
}
74-
}
84+
}

0 commit comments

Comments
 (0)