Update to PHP 8.2

This commit is contained in:
2022-12-09 21:17:21 +01:00
parent 446d588c1a
commit 0041db9a64
2 changed files with 592 additions and 402 deletions

View File

@ -4,7 +4,7 @@
"description": "The PHP Monitor website.", "description": "The PHP Monitor website.",
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.1", "php": "^8.2",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.19", "laravel/framework": "^9.19",
"laravel/sanctum": "^3.0", "laravel/sanctum": "^3.0",
@ -50,6 +50,9 @@
} }
}, },
"config": { "config": {
"platform": {
"php": "8.2"
},
"optimize-autoloader": true, "optimize-autoloader": true,
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true, "sort-packages": true,

989
composer.lock generated

File diff suppressed because it is too large Load Diff