{
  "name": "abgeo/nbg-currency",
  "description": "Library for getting data from National Bank of Georgia (NBG)'s API.",
  "type": "library",
  "keywords": [
    "banking",
    "currency",
    "API",
    "NBG"
  ],
  "homepage": "https://github.com/ABGEO07/nbg-currency",
  "license": "MIT",
  "authors": [
    {
      "name": "ABGEO",
      "email": " [email protected]",
      "homepage": "https://www.abgeo.dev",
      "role": "Developer"
    }
  ],
  "minimum-stability": "dev",
  "require": {
    "ext-soap": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^8.3@dev"
  },
  "autoload": {
    "psr-4": {
      "ABGEO\\NBG\\": "src/"
    }
  }
}
 
  |