{
  "name": "almefy/client",
  "type": "library",
  "description": "PHP Wrapper for the Almefy API",
  "keywords": ["authentication", "login", "almefy"],
  "homepage": "https://almefy.com",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "Michael Piecko",
      "email": "michael.piecko@almefy.com"
    }
  ],
  "config": {
    "platform": {
      "php": "7.4"
    }
  },
  "require": {
    "php": ">=7.4",
    "ext-json": "*",
    "ext-curl": "*",
    "ext-mbstring": "*"
  },
  "autoload": {
    "psr-4" : {
      "Almefy\\" : "src/"
    }
  }
}
