Skip to content

Commit

Permalink
[Chore] improve composer.json (#1746)
Browse files Browse the repository at this point in the history
* [Chore] add more details to composer.json

* (chore) Add link directly to sponsors page

---------

Co-authored-by: Alex Justesen <[email protected]>
  • Loading branch information
wilsenhc and alexjustesen authored Oct 9, 2024
1 parent e5d2f22 commit c37273d
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "laravel/laravel",
"name": "alexjustesen/speedtest-tracker",
"type": "project",
"description": "The Laravel Framework.",
"description": "Self-hosted internet performance tracking application that runs speedtests using Ookla's Speedtest service",
"homepage": "https://speedtest-tracker.dev",
"keywords": [
"framework",
"laravel"
"tracker",
"docker",
"tracking",
"laravel",
"dashboard",
"speedtest",
"speedtest-cli"
],
"license": "MIT",
"require": {
Expand Down Expand Up @@ -74,6 +80,12 @@
"@php artisan key:generate --ansi"
]
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/alexjustesen"
}
],
"extra": {
"laravel": {
"dont-discover": [
Expand Down

0 comments on commit c37273d

Please sign in to comment.