upgrade to 10.x
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user