mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
chore: update project configuration for TorrentPier migration
- Change application name from "Laravel" to "TorrentPier" in .env.example - Update project name and description in composer.json - Add homepage and support information in composer.json - Increase minimum PHP version requirement to 8.4 in composer files - Rename legacy composer files to resolve detection in IDE This commit aligns the project configuration with the new TorrentPier branding and prepares for future development.
This commit is contained in:
parent
8aef4bff70
commit
6088732f5c
5 changed files with 17 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
APP_NAME=Laravel
|
APP_NAME=TorrentPier
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
|
|
|
@ -1,15 +1,24 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://getcomposer.org/schema.json",
|
"$schema": "https://getcomposer.org/schema.json",
|
||||||
"name": "laravel/react-starter-kit",
|
"name": "torrentpier/torrentpier",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "The skeleton application for the Laravel framework.",
|
"description": "TorrentPier. Bull-powered BitTorrent tracker engine.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"laravel",
|
"laravel",
|
||||||
"framework"
|
"bittorrent",
|
||||||
|
"forum",
|
||||||
|
"torrent",
|
||||||
|
"tracker"
|
||||||
],
|
],
|
||||||
|
"homepage": "https://github.com/torrentpier",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"support": {
|
||||||
|
"email": "support@torrentpier.com",
|
||||||
|
"issues": "https://github.com/torrentpier/torrentpier/issues",
|
||||||
|
"forum": "https://torrentpier.com"
|
||||||
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.4",
|
||||||
"inertiajs/inertia-laravel": "^2.0",
|
"inertiajs/inertia-laravel": "^2.0",
|
||||||
"laravel/framework": "^12.0",
|
"laravel/framework": "^12.0",
|
||||||
"laravel/tinker": "^2.10.1",
|
"laravel/tinker": "^2.10.1",
|
||||||
|
|
4
composer.lock
generated
4
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "b7531f73c7a0f0d5c4e7e8690992afc1",
|
"content-hash": "992ee6dfca60c4e7fa94d4256e4cbcb5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
@ -9167,7 +9167,7 @@
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "^8.2"
|
"php": "^8.4"
|
||||||
},
|
},
|
||||||
"platform-dev": {},
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.6.0"
|
||||||
|
|
0
legacy/composer.lock → legacy/_composer.lock
generated
0
legacy/composer.lock → legacy/_composer.lock
generated
Loading…
Add table
Add a link
Reference in a new issue