{
  "name": "gnello/php-openfire-restapi",
  "description": "Manage OpenFire Server using Rest API",
  "keywords": ["openfire", "chat"],
  "homepage": "https://github.com/gnello/php-openfire-restapi",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "Luca Agnello",
      "email": "luca@gnello.com"
    }
  ],
  "support": {
    "email": "luca@gnello.com",
    "issues": "https://github.com/gnello/php-openfire-restapi/issues"
  },
  "require": {
    "php": ">=5.3.0",
    "ext-curl": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "*"
  },
  "autoload": {
    "psr-4": {
      "Gnello\\OpenFireRestAPI\\": "src/"
    }
  }
}
