Upgrade to Laravel 9 (#4413)

Co-authored-by: DaneEveritt <dane@daneeveritt.com>
This commit is contained in:
Matthew Penner 2022-10-14 10:59:20 -06:00 committed by GitHub
parent 95e15d2c8a
commit cbcf62086f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
573 changed files with 4387 additions and 9411 deletions

View file

@ -3,57 +3,66 @@
"description": "The free, open-source game management panel. Supporting Minecraft, Spigot, BungeeCord, and SRCDS servers.",
"license": "MIT",
"authors": [
{
"name": "Matthew Penner",
"email": "matthew@pterodactyl.io",
"homepage": "https://github.com/matthewpi",
"role": "Lead Developer"
},
{
"name": "Dane Everitt",
"email": "dane@daneeveritt.com",
"homepage": "https://github.com/DaneEveritt",
"role": "Lead Developer"
"role": "Developer"
}
],
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"php": "^8.0.2 || ^8.1",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-posix": "*",
"ext-zip": "*",
"aws/aws-sdk-php": "^3.171",
"doctrine/dbal": "~2.13.9",
"fruitcake/laravel-cors": "~3.0.0",
"guzzlehttp/guzzle": "~7.4.4",
"aws/aws-sdk-php": "~3.238.2",
"doctrine/dbal": "~3.4.5",
"guzzlehttp/guzzle": "~7.5.0",
"hashids/hashids": "~4.1.0",
"laracasts/utilities": "~3.2.1",
"laravel/framework": "^8.83",
"laravel/framework": "^9.34.0",
"laravel/helpers": "~1.5.0",
"laravel/sanctum": "~2.15.1",
"laravel/tinker": "~2.7.2",
"laravel/ui": "~3.4.5",
"lcobucci/jwt": "~4.1.5",
"league/flysystem-aws-s3-v3": "~1.0.29",
"league/flysystem-memory": "~1.0.2",
"matriphe/iso-639": "~1.2.0",
"laravel/ui": "~3.4.6",
"lcobucci/jwt": "~4.2.1",
"league/flysystem-aws-s3-v3": "~3.5.0",
"league/flysystem-memory": "~3.3.0",
"matriphe/iso-639": "~1.2",
"phpseclib/phpseclib": "~3.0",
"pragmarx/google2fa": "~5.0.0",
"predis/predis": "~1.1.10",
"prologue/alerts": "~0.4.8",
"psr/cache": "~1.0.1",
"predis/predis": "~2.0.2",
"prologue/alerts": "~1.0.0",
"psr/cache": "~3.0.0",
"s1lentium/iptools": "~1.1.1",
"spatie/laravel-fractal": "~5.8.1",
"spatie/laravel-query-builder": "~3.6.2",
"staudenmeir/belongs-to-through": "~2.11.2",
"symfony/yaml": "~4.4.37",
"webmozart/assert": "~1.10.0"
"spatie/laravel-fractal": "~6.0.2",
"spatie/laravel-query-builder": "~5.0.3",
"staudenmeir/belongs-to-through": "~2.12.1",
"symfony/http-client": "~6.0",
"symfony/mailgun-mailer": "~6.0",
"symfony/postmark-mailer": "~6.0",
"symfony/yaml": "~5.4",
"webmozart/assert": "~1.11"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.12",
"facade/ignition": "^2.17",
"fakerphp/faker": "^1.19",
"friendsofphp/php-cs-fixer": "^3.8",
"itsgoingd/clockwork": "^5.1",
"mockery/mockery": "^1.5",
"nunomaduro/collision": "^5.11",
"php-mock/php-mock-phpunit": "^2.6",
"phpunit/phpunit": "^9.5"
"barryvdh/laravel-ide-helper": "~2.12.3",
"fakerphp/faker": "~1.20",
"friendsofphp/php-cs-fixer": "~3.11",
"itsgoingd/clockwork": "~5.1",
"mockery/mockery": "~1.5",
"nunomaduro/collision": "~6.3",
"php-mock/php-mock-phpunit": "~2.6",
"phpunit/phpunit": "~9.5",
"spatie/laravel-ignition": "~1.5"
},
"autoload": {
"files": [
@ -86,11 +95,11 @@
},
"prefer-stable": true,
"config": {
"platform": {
"php": "7.4.0"
},
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": false
"platform": {
"php": "8.0.2"
}
}
}