mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-05 19:51:59 +02:00
chore(Deps): update to laravel 12.0 and all required packages
This commit is contained in:
@@ -24,7 +24,7 @@ RUN if [ "$DEV" = "false" ]; then \
|
||||
|
||||
# Stage 1:
|
||||
# Build the actual container with all of the needed PHP dependencies that will run the application
|
||||
FROM --platform=$TARGETOS/$TARGETARCH php:8.3-fpm-alpine AS php
|
||||
FROM --platform=$TARGETOS/$TARGETARCH php:8.4-fpm-alpine AS php
|
||||
ARG DEV=false
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
{
|
||||
"name": "pyrohost/pyrodactyl",
|
||||
"name": "pyrodactyl-oss/pyrodactyl",
|
||||
"description": "Pyrodactyl is the Pterodactyl-based game server panel that's faster, smaller, safer, and more accessible.",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Pyrodactyl-Oss",
|
||||
"email": "me@pyrodactyl.dev",
|
||||
"homepage": "https://pyrodactyl.dev",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Pyro Host Inc.",
|
||||
"email": "team@pyro.host",
|
||||
@@ -11,7 +17,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.2 || ^8.3",
|
||||
"php": "^8.3 || ^8.4",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-pdo": "*",
|
||||
@@ -21,12 +27,12 @@
|
||||
"aws/aws-sdk-php": "~3.324.7",
|
||||
"guzzlehttp/guzzle": "~7.9.2",
|
||||
"hashids/hashids": "~5.0.2",
|
||||
"laracasts/utilities": "~3.2.3",
|
||||
"laravel/framework": "~11.31.0",
|
||||
"laracasts/utilities": "^3.2",
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/helpers": "~1.7.0",
|
||||
"laravel/sanctum": "~4.0.3",
|
||||
"laravel/tinker": "~2.10.0",
|
||||
"laravel/ui": "~4.5.2",
|
||||
"laravel/ui": "^4.6",
|
||||
"lcobucci/jwt": "~5.4.0",
|
||||
"league/flysystem-aws-s3-v3": "~3.29.0",
|
||||
"league/flysystem-memory": "~3.29.0",
|
||||
@@ -34,12 +40,12 @@
|
||||
"phpseclib/phpseclib": "~3.0.42",
|
||||
"pragmarx/google2fa": "~8.0.3",
|
||||
"predis/predis": "~2.2.2",
|
||||
"prologue/alerts": "~1.2.0",
|
||||
"prologue/alerts": "~1.3.0",
|
||||
"psr/cache": "~3.0.0",
|
||||
"s1lentium/iptools": "~1.2.0",
|
||||
"spatie/laravel-fractal": "~6.2.1",
|
||||
"spatie/laravel-query-builder": "~6.2.1",
|
||||
"staudenmeir/belongs-to-through": "~2.16.1",
|
||||
"spatie/laravel-fractal": "^6.2",
|
||||
"spatie/laravel-query-builder": "^6.3",
|
||||
"staudenmeir/belongs-to-through": "^2.17",
|
||||
"symfony/http-client": "~7.1.5",
|
||||
"symfony/mailgun-mailer": "~7.1.3",
|
||||
"symfony/postmark-mailer": "~7.1.1",
|
||||
@@ -47,18 +53,18 @@
|
||||
"webmozart/assert": "~1.11.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-ide-helper": "~3.2.0",
|
||||
"barryvdh/laravel-ide-helper": "~3.6.0",
|
||||
"fakerphp/faker": "~1.23.1",
|
||||
"friendsofphp/php-cs-fixer": "~3.64.0",
|
||||
"itsgoingd/clockwork": "~5.2.2",
|
||||
"larastan/larastan": "~2.9.9",
|
||||
"laravel/pail": "~1.1.5",
|
||||
"laravel/sail": "~1.36.0",
|
||||
"larastan/larastan": "^3.8",
|
||||
"laravel/pail": "~1.2.4",
|
||||
"laravel/sail": "^1.36",
|
||||
"mockery/mockery": "~1.6.12",
|
||||
"nunomaduro/collision": "~8.5.0",
|
||||
"phpstan/phpstan": "~1.12.7",
|
||||
"phpunit/phpunit": "~10.5.37",
|
||||
"spatie/laravel-ignition": "~2.8.0"
|
||||
"nunomaduro/collision": "^8.6",
|
||||
"phpstan/phpstan": "^2.1",
|
||||
"phpunit/phpunit": "^11.0",
|
||||
"spatie/laravel-ignition": "^2.8"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
@@ -94,11 +100,8 @@
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "8.2.0"
|
||||
}
|
||||
"sort-packages": true
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true
|
||||
}
|
||||
}
|
||||
|
||||
3077
composer.lock
generated
3077
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user