| {
    "name": "aqlx86/karensi",
    "description": "PHP Library for fixer.io foreign exchange rates and currency conversion.",
    "keywords": ["currency", "conversions", "rates"],
    "homepage": "https://github.com/aqlx86/karensi",
    "license": "MIT",
    "authors": [
        {
            "name": "Arnel Labarda",
            "email": "[email protected] ",
            "homepage": "http://aql.ph/",
            "role": "Maintainer"
        }
    ],
    "require-dev": {
        "phpspec/phpspec": "~2.0"
    },
    "config": {
        "bin-dir": "bin"
    },
    "autoload": {
        "psr-4": {
            "Karensi\\": "src/Karensi/"
        }
    },
    "require": {
        "nesbot/carbon": "~1.14"
    }
}
 |