mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-30 01:36:51 +01:00 
			
		
		
		
	 42c84c2df5
			
		
	
	
		42c84c2df5
		
			
		
	
	
	
	
		
			
			Co-authored-by: Shift <shift@laravelshift.com> Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
		
			
				
	
	
		
			99 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			99 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "pelican-dev/panel",
 | |
|     "description": "The free, open-source game management panel. Supporting Minecraft, Spigot, BungeeCord, and SRCDS servers.",
 | |
|     "license": "AGPL-3.0-only",
 | |
|     "require": {
 | |
|         "php": "^8.2 || ^8.3 || ^8.4",
 | |
|         "ext-intl": "*",
 | |
|         "ext-json": "*",
 | |
|         "ext-mbstring": "*",
 | |
|         "ext-pdo": "*",
 | |
|         "ext-zip": "*",
 | |
|         "aws/aws-sdk-php": "^3.356",
 | |
|         "calebporzio/sushi": "^2.5",
 | |
|         "dedoc/scramble": "^0.12.10",
 | |
|         "filament/filament": "~4.0",
 | |
|         "guzzlehttp/guzzle": "^7.10",
 | |
|         "laravel/framework": "^12.31",
 | |
|         "laravel/helpers": "^1.7",
 | |
|         "laravel/sanctum": "^4.2",
 | |
|         "laravel/socialite": "^5.23",
 | |
|         "laravel/tinker": "^2.10.1",
 | |
|         "laravel/ui": "^4.6",
 | |
|         "lcobucci/jwt": "^5.5",
 | |
|         "league/flysystem-aws-s3-v3": "^3.29",
 | |
|         "league/flysystem-memory": "^3.29",
 | |
|         "phpseclib/phpseclib": "~3.0.18",
 | |
|         "predis/predis": "^2.3",
 | |
|         "s1lentium/iptools": "~1.2.0",
 | |
|         "secondnetwork/blade-tabler-icons": "^3.26",
 | |
|         "socialiteproviders/authentik": "^5.2",
 | |
|         "socialiteproviders/discord": "^4.2",
 | |
|         "socialiteproviders/steam": "^4.3",
 | |
|         "spatie/laravel-data": "^4.17",
 | |
|         "spatie/laravel-fractal": "^6.3",
 | |
|         "spatie/laravel-health": "^1.34",
 | |
|         "spatie/laravel-permission": "^6.21",
 | |
|         "spatie/laravel-query-builder": "^6.3",
 | |
|         "spatie/temporary-directory": "^2.3",
 | |
|         "symfony/http-client": "^7.2",
 | |
|         "symfony/mailgun-mailer": "^7.2",
 | |
|         "symfony/postmark-mailer": "^7.2",
 | |
|         "symfony/yaml": "^7.2",
 | |
|         "webmozart/assert": "~1.11.0"
 | |
|     },
 | |
|     "require-dev": {
 | |
|         "barryvdh/laravel-ide-helper": "^3.6",
 | |
|         "fakerphp/faker": "^1.23.1",
 | |
|         "larastan/larastan": "^3.4",
 | |
|         "laravel/pail": "^1.2.2",
 | |
|         "laravel/pint": "^1.15.3",
 | |
|         "laravel/sail": "^1.41",
 | |
|         "mockery/mockery": "^1.6.11",
 | |
|         "nunomaduro/collision": "^8.6",
 | |
|         "pestphp/pest": "^3.7",
 | |
|         "pestphp/pest-plugin-faker": "^3.0",
 | |
|         "pestphp/pest-plugin-livewire": "^3.0",
 | |
|         "spatie/laravel-ignition": "^2.9"
 | |
|     },
 | |
|     "autoload": {
 | |
|         "files": [
 | |
|             "app/helpers.php"
 | |
|         ],
 | |
|         "psr-4": {
 | |
|             "App\\": "app/",
 | |
|             "Database\\Factories\\": "database/Factories/",
 | |
|             "Database\\Seeders\\": "database/Seeders/"
 | |
|         }
 | |
|     },
 | |
|     "autoload-dev": {
 | |
|         "psr-4": {
 | |
|             "App\\Tests\\": "tests/"
 | |
|         }
 | |
|     },
 | |
|     "scripts": {
 | |
|         "pint": "pint",
 | |
|         "phpstan": "phpstan --memory-limit=-1",
 | |
|         "post-autoload-dump": [
 | |
|             "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
 | |
|             "@php artisan filament:upgrade"
 | |
|         ],
 | |
|         "post-install-cmd": [
 | |
|             "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
 | |
|         ]
 | |
|     },
 | |
|     "config": {
 | |
|         "optimize-autoloader": true,
 | |
|         "preferred-install": "dist",
 | |
|         "sort-packages": true,
 | |
|         "allow-plugins": {
 | |
|             "pestphp/pest-plugin": true
 | |
|         },
 | |
|         "platform": {
 | |
|             "php": "8.2"
 | |
|         }
 | |
|     },
 | |
|     "minimum-stability": "stable",
 | |
|     "prefer-stable": true
 | |
| }
 |