mirror of
https://github.com/phpmon/website
synced 2025-08-06 06:20:07 +02:00
Update to PHP 8.2
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
"description": "The PHP Monitor website.",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"php": "^8.2",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"laravel/framework": "^9.19",
|
||||
"laravel/sanctum": "^3.0",
|
||||
@ -50,6 +50,9 @@
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.2"
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true,
|
||||
|
989
composer.lock
generated
989
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user