{
    "name": "florianv/laravel-swap",
    "type": "library",
    "description": "Currency exchange rates library for Laravel and Lumen",
    "keywords": [
        "laravel",
        "lumen",
        "currency",
        "money",
        "rate",
        "conversion",
        "exchange rates"
    ],
    "homepage": "https://github.com/florianv/laravel-swap",
    "license": "MIT",
    "authors": [
        {
            "name": "Florian Voutzinos",
            "email": "florian@voutzinos.com",
            "homepage": "https://voutzinos.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Swap\\Laravel\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Swap\\Laravel\\Tests\\": "tests/"
        }
    },
    "require": {
        "php": "^7.1.3",
        "florianv/swap": "^4.0"
    },
    "require-dev": {
        "graham-campbell/testbench": "^5.3",
        "php-http/guzzle6-adapter": "^1.0",
        "nyholm/psr7": "^1.0"
    },
    "scripts": {
        "test": "phpunit"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0-dev"
        },
        "laravel": {
            "providers": [
                "Swap\\Laravel\\SwapServiceProvider"
            ],
            "aliases": {
                "Swap": "Swap\\Laravel\\Facades\\Swap"
            }
        }
    }
}
