{ "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", "authors": [ { "name": "Jeremias Wolff", "email": "github@jeremias.dev" } ], "require": { "php": "^8.0", "guzzlehttp/guzzle": "^7.5", "illuminate/http": "^9.47", "laravel-zero/framework": "^9.2", "nesbot/carbon": "^2.65" }, "autoload": { "psr-4": { "App\\": "app/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true, "allow-plugins": { "pestphp/pest-plugin": true } }, "minimum-stability": "dev", "prefer-stable": true, "bin": ["ecowitt2weewx"] }