diff --git a/.env.example b/.env.example index 35db1ddf0..5931751db 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_NAME=Laravel +APP_NAME=TorrentPier APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/composer.json b/composer.json index fe6e73c30..5b679b305 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,24 @@ { "$schema": "https://getcomposer.org/schema.json", - "name": "laravel/react-starter-kit", + "name": "torrentpier/torrentpier", "type": "project", - "description": "The skeleton application for the Laravel framework.", + "description": "TorrentPier. Bull-powered BitTorrent tracker engine.", "keywords": [ "laravel", - "framework" + "bittorrent", + "forum", + "torrent", + "tracker" ], + "homepage": "https://github.com/torrentpier", "license": "MIT", + "support": { + "email": "support@torrentpier.com", + "issues": "https://github.com/torrentpier/torrentpier/issues", + "forum": "https://torrentpier.com" + }, "require": { - "php": "^8.2", + "php": "^8.4", "inertiajs/inertia-laravel": "^2.0", "laravel/framework": "^12.0", "laravel/tinker": "^2.10.1", @@ -83,4 +92,4 @@ }, "minimum-stability": "stable", "prefer-stable": true -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index 8dd26f39b..3d25856c6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b7531f73c7a0f0d5c4e7e8690992afc1", + "content-hash": "992ee6dfca60c4e7fa94d4256e4cbcb5", "packages": [ { "name": "brick/math", @@ -9167,7 +9167,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.2" + "php": "^8.4" }, "platform-dev": {}, "plugin-api-version": "2.6.0" diff --git a/legacy/composer.json b/legacy/_composer.json similarity index 100% rename from legacy/composer.json rename to legacy/_composer.json diff --git a/legacy/composer.lock b/legacy/_composer.lock similarity index 100% rename from legacy/composer.lock rename to legacy/_composer.lock