Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jan 2, 2025
1 parent 120cc40 commit e9764ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Update license

on:
schedule:
- cron: '0 3 1 1 *'
workflow_dispatch:

jobs:
Update:
uses: TheDragonCode/.github/.github/workflows/license.yml@main
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
"issues": "https://github.com/TheDragonCode/laravel-http-user-agent/issues",
"source": "https://github.com/TheDragonCode/laravel-http-user-agent"
},
"funding": [
{
"type": "boosty",
"url": "https://boosty.to/dragon-code"
},
{
"type": "yoomoney",
"url": "https://yoomoney.ru/to/410012608840929"
}
],
"require": {
"php": "^8.2",
"illuminate/config": "^10.0 || ^11.0",
Expand Down Expand Up @@ -63,4 +73,4 @@
"@php vendor/bin/pest --compact"
]
}
}
}

0 comments on commit e9764ae

Please sign in to comment.