Updated project identity/configs to match Nyone

This commit is contained in:
2026-05-15 17:49:00 +03:30
parent 3a2bd57f23
commit 205e2af253
18 changed files with 82 additions and 38 deletions

View File

@@ -1,11 +1,16 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "laravel/react-starter-kit",
"name": "nyone/streaming-platform",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"description": "Nyone live streaming platform built with Laravel, Inertia React, and MediaMTX.",
"keywords": [
"nyone",
"streaming",
"live-streaming",
"mediamtx",
"inertia",
"laravel",
"framework"
"react"
],
"license": "MIT",
"require": {
@@ -103,4 +108,4 @@
}
},
"minimum-stability": "stable"
}
}