ahonson/weather

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "artes/weather",
    "type": "library",
    "description": "Anax Weather module.",
    "keywords": ["IPstack", "OpenWeatherMap", "validation", "geolocation", "module"],
    "license": "MIT",
    "authors": [
        {
            "name": "Aron Tesi",
            "email": "arts19@student.bth.se",
            "homepage": "https://github.com/ahonson",
            "role": "Student / Developer"
        }
    ],
    "autoload": {
        "psr-4": {
            "Anax\\": "src/",
            "artes\\": "src/"
        }
    },
    "minimum-stability": "beta",
    "prefer-stable": true,
    "require": {
        "php": ">=7.3",
        "anax/commons": "^2.0.14"
    },
    "require-dev": {
        "anax/anax-ramverk1-me": "^1.0.0",
        "phpmetrics/phpmetrics": "^2",
        "phpunit/phpunit": "^7",
        "anax/anax": "^2.0.17"
    }
}