mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
169 lines
5.1 KiB
JSON
169 lines
5.1 KiB
JSON
{
|
|
"name": "nntmux/newznab-tmux",
|
|
"description": "A Usenet Indexer",
|
|
"license": "GPL-3.0-only",
|
|
"type": "project",
|
|
"keywords": [
|
|
"NNTmux",
|
|
"newznab-tmux",
|
|
"usenet",
|
|
"indexer",
|
|
"Laravel",
|
|
"Eloquent"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "NNTmux Team"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.4",
|
|
"ext-bcmath": "*",
|
|
"ext-ctype": "*",
|
|
"ext-curl": "*",
|
|
"ext-exif": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-filter": "*",
|
|
"ext-gd": "*",
|
|
"ext-hash": "*",
|
|
"ext-iconv": "*",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-mysqlnd": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_mysql": "*",
|
|
"ext-session": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-sockets": "*",
|
|
"ext-sodium": "*",
|
|
"ext-spl": "*",
|
|
"ext-xmlwriter": "*",
|
|
"ext-zlib": "*",
|
|
"aharen/omdbapi": "^2.1",
|
|
"bacon/bacon-qr-code": "^3.0",
|
|
"canihavesomecoffee/thetvdbapi": "^2.0",
|
|
"dariusiii/net_nntp": "^4.0",
|
|
"dariusiii/rarinfo": "^3.0",
|
|
"dariusiii/tv-maze-php-api": "^2.0.0",
|
|
"elasticsearch/elasticsearch": "^8.19",
|
|
"guzzlehttp/guzzle": "^7.9",
|
|
"intervention/image": "^4.0",
|
|
"laravel/framework": "^13.0",
|
|
"laravel/horizon": "^5.45",
|
|
"laravel/pulse": "^1.7",
|
|
"laravel/tinker": "^3.0",
|
|
"livewire/blaze": "^1.0",
|
|
"livewire/livewire": "^3.6",
|
|
"manticoresoftware/manticoresearch-php": "^4.0.0",
|
|
"mhor/php-mediainfo": "^5.6",
|
|
"php-ffmpeg/php-ffmpeg": "^1.3",
|
|
"pragmarx/google2fa-laravel": "^3.0",
|
|
"propaganistas/laravel-disposable-email": "^2.4",
|
|
"riari/laravel-forum": "8.x-dev",
|
|
"sentry/sentry": "^4.21",
|
|
"sentry/sentry-laravel": "^4.13",
|
|
"spatie/laravel-data": "^4",
|
|
"spatie/laravel-directory-cleanup": "^1.10",
|
|
"spatie/laravel-passkeys": "^1.7",
|
|
"spatie/laravel-permission": "^7.0.0",
|
|
"spatie/laravel-typescript-transformer": "^2",
|
|
"stechstudio/laravel-zipstream": "^5.4",
|
|
"symfony/process": "^7.0",
|
|
"voku/simple_html_dom": "^4.8"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-ide-helper": "^3.7",
|
|
"captainhook/captainhook": "^5.4",
|
|
"captainhook/plugin-composer": "^5.2",
|
|
"driftingly/rector-laravel": "^2.0",
|
|
"ergebnis/composer-normalize": "^2.30",
|
|
"fakerphp/faker": "^1.23",
|
|
"larastan/larastan": "^3.9",
|
|
"laravel/boost": "^2.0",
|
|
"laravel/pao": "*",
|
|
"laravel/pint": "^1.13",
|
|
"laravel/sail": "^1.41",
|
|
"mockery/mockery": "^1.6",
|
|
"nunomaduro/collision": "^8.6",
|
|
"phpunit/phpunit": "^12.1.0",
|
|
"rector/rector": "^2.0",
|
|
"revolution/laravel-boost-phpstorm-copilot": "^2.0",
|
|
"spatie/laravel-ignition": "^2.9"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use GD library based image processing.",
|
|
"ext-imagick": "to use Imagick based image processing.",
|
|
"ext-xdebug": "For developement work"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/DariusIII/laravel-forum"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
},
|
|
"files": [
|
|
"app/Extensions/helper/helpers.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true,
|
|
"captainhook/plugin-composer": true,
|
|
"treeware/plant": true,
|
|
"ergebnis/composer-normalize": true,
|
|
"pestphp/pest-plugin": true,
|
|
"php-http/discovery": true
|
|
},
|
|
"discard-changes": true,
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"process-timeout": 3600,
|
|
"sort-packages": true
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"@php artisan ide-helper:generate --ansi"
|
|
],
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi"
|
|
],
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
],
|
|
"post-create-project-cmd": [
|
|
"@php artisan key:generate --ansi"
|
|
],
|
|
"fix-style": "pint",
|
|
"production-optimize": [
|
|
"@php artisan config:cache",
|
|
"@php artisan route:cache",
|
|
"@php artisan view:cache",
|
|
"@php artisan event:cache"
|
|
],
|
|
"production-clear": [
|
|
"@php artisan config:clear",
|
|
"@php artisan route:clear",
|
|
"@php artisan view:clear",
|
|
"@php artisan event:clear"
|
|
]
|
|
}
|
|
}
|