upgrade to php8.2

This commit is contained in:
Jeremias Wolff
2023-01-15 10:39:14 +01:00
parent bda227a1a6
commit b382d98c10
2 changed files with 1547 additions and 3708 deletions

View File

@@ -1,31 +1,22 @@
{
"name": "laravel-zero/laravel-zero",
"description": "The Laravel Zero Framework.",
"keywords": ["framework", "laravel", "laravel zero", "console", "cli"],
"homepage": "https://laravel-zero.com",
"name": "comes/ecowitt2weewx",
"description": "Ecowitt2Weewx is a PHP application that converts Ecowitt weather station data to Weewx weather station data.",
"keywords": ["ecowitt", "weewx", "cli"],
"homepage": "https://github.com/comes/ecowitt2weewx",
"type": "project",
"license": "MIT",
"support": {
"issues": "https://github.com/laravel-zero/laravel-zero/issues",
"source": "https://github.com/laravel-zero/laravel-zero"
},
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
"name": "Jeremias Wolff",
"email": "github@jeremias.dev"
}
],
"require": {
"php": "^7.3|^8.0",
"guzzlehttp/guzzle": "^6.5.5",
"illuminate/http": "^8.0",
"laravel-zero/framework": "^8.0",
"nesbot/carbon": "^2.43"
},
"require-dev": {
"fzaninotto/faker": "^1.9",
"mockery/mockery": "^1.4.2",
"pestphp/pest": "^0.3"
"php": "^8.0",
"guzzlehttp/guzzle": "^7.5",
"illuminate/http": "^9.47",
"laravel-zero/framework": "^9.2",
"nesbot/carbon": "^2.65"
},
"autoload": {
"psr-4": {
@@ -40,7 +31,10 @@
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,

5219
composer.lock generated

File diff suppressed because it is too large Load Diff