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 4b529ea commit 4ef7558Copy full SHA for 4ef7558
.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
@@ -22,6 +22,16 @@
22
"issues": "https://github.com/TheDragonCode/laravel-http-macros/issues",
23
"source": "https://github.com/TheDragonCode/laravel-http-macros"
24
},
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
+ ],
35
"require": {
36
"php": "^8.2",
37
"dragon-code/support": "^6.13",
@@ -71,4 +81,4 @@
71
81
"@php vendor/bin/pest --compact"
72
82
]
73
83
}
74
-}
84
+}
0 commit comments