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