mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
109 lines
3.1 KiB
JSON
109 lines
3.1 KiB
JSON
{
|
|
"name": "xiaomlove/nexusphp",
|
|
"description": "A private tracker application base on NexusPHP.",
|
|
"type": "project",
|
|
"license": "GPL-2.0-only",
|
|
"authors": [
|
|
{
|
|
"name": "xiaomlove",
|
|
"email": "1939737565@qq.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nexus\\": "nexus/",
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
},
|
|
"files": []
|
|
},
|
|
"require": {
|
|
"php": ">=8.2 <8.5",
|
|
"ext-bcmath": "*",
|
|
"ext-curl": "*",
|
|
"ext-gd": "*",
|
|
"ext-gmp": "*",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-mysqli": "*",
|
|
"ext-pcntl": "*",
|
|
"ext-posix": "*",
|
|
"ext-redis": "*",
|
|
"ext-sqlite3": "*",
|
|
"ext-xml": "*",
|
|
"ext-zend-opcache": "*",
|
|
"ext-zip": "*",
|
|
"calebporzio/sushi": "^2.5",
|
|
"cybercog/laravel-clickhouse": "dev-master",
|
|
"elasticsearch/elasticsearch": "^7.16",
|
|
"filament/filament": "~4.0",
|
|
"flowframe/laravel-trend": "^0.4",
|
|
"geoip2/geoip2": "~2.0",
|
|
"google/auth": "1.44.0",
|
|
"imdbphp/imdbphp": "^8.0",
|
|
"irazasyed/telegram-bot-sdk": "^3.11",
|
|
"laravel/framework": "^12.0",
|
|
"laravel/horizon": "^5.31",
|
|
"laravel/passport": "^12.0",
|
|
"laravel/sanctum": "^4.0",
|
|
"laravel/tinker": "^2.5",
|
|
"league/flysystem-sftp-v3": "^3.0",
|
|
"meilisearch/meilisearch-php": "^1.0",
|
|
"orangehill/iseed": "^3.0",
|
|
"phpgangsta/googleauthenticator": "dev-master",
|
|
"rhilip/bencode": "^2.0",
|
|
"rlanvin/php-ip": "^3.0",
|
|
"stichoza/google-translate-php": "^5.2"
|
|
},
|
|
"require-dev": {
|
|
"fakerphp/faker": "^1.23",
|
|
"kitloong/laravel-migrations-generator": "^7.0",
|
|
"laravel-lang/lang": "^15.10",
|
|
"laravel-lang/publisher": "^16.0",
|
|
"mockery/mockery": "^1.6",
|
|
"nunomaduro/collision": "^8.6",
|
|
"phpunit/phpunit": "^11.0"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi",
|
|
"@php artisan filament:upgrade"
|
|
],
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
|
|
"@php artisan passport:keys"
|
|
],
|
|
"post-create-project-cmd": [
|
|
"@php artisan key:generate --ansi"
|
|
],
|
|
"post-update-cmd": [
|
|
"@php artisan filament:upgrade"
|
|
]
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": []
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"secure-http": false,
|
|
"allow-plugins": {
|
|
"php-http/discovery": true
|
|
},
|
|
"process-timeout": 900
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|