upgrade to 10.x

This commit is contained in:
Jeremias Wolff
2023-04-18 20:40:09 +02:00
parent b382d98c10
commit 8c266b5841
11 changed files with 3152 additions and 1767 deletions

View File

@@ -5,6 +5,10 @@
"homepage": "https://github.com/comes/ecowitt2weewx",
"type": "project",
"license": "MIT",
"support": {
"issues": "https://github.com/comes/ecowitt2weewx/issues",
"source": "https://github.com/comes/ecowitt2weewx"
},
"authors": [
{
"name": "Jeremias Wolff",
@@ -12,15 +16,20 @@
}
],
"require": {
"php": "^8.0",
"guzzlehttp/guzzle": "^7.5",
"illuminate/http": "^9.47",
"laravel-zero/framework": "^9.2",
"nesbot/carbon": "^2.65"
"php": "^8.1",
"laravel-zero/framework": "^10.0.2",
"nunomaduro/termwind": "^1.15.1"
},
"require-dev": {
"laravel/pint": "^1.8",
"mockery/mockery": "^1.5.1",
"pestphp/pest": "^2.5"
},
"autoload": {
"psr-4": {
"App\\": "app/"
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
}
},
"autoload-dev": {
@@ -36,7 +45,7 @@
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"bin": ["ecowitt2weewx"]
}