{
    "name": "academicpuma/restclient-php",
    "description": "PHP REST Client for PUMA and BibSonomy.",
    "type": "library",
    "homepage": "https://www.bibsonomy.org/",
    "license": "GPL-3.0-only",
    "authors": [
        {
            "name": "Kevin Choong",
            "email": "kch@cs.uni-kassel.de",
            "role": "Developer"
        },
        {
            "name": "Sebastian Böttger",
            "email": "boettger@cs.uni-kassel.de",
            "role": "Developer"
        },
        {
            "name": "Florian Fassing",
            "email": "florian.fassing@gmail.com",
            "role": "Developer"
        }
    ],
    "keywords": [
        "PUMA",
        "BibSonomy",
        "RESTClient",
        "OAuth",
        "BasicAuth",
        "Tagging",
        "PublicationManagement"
    ],
    "support": {
        "issues": "https://bitbucket.org/bibsonomy/restclient-php/issues",
        "wiki": "https://bitbucket.org/bibsonomy/restclient-php/wiki",
        "source": "https://bitbucket.org/bibsonomy/restclient-php/src"
    },
    "require": {
        "php": "^7.2 || ^8.0",
        "guzzlehttp/guzzle": "^6.3 || ^7.2",
        "guzzlehttp/oauth-subscriber": "^0.6",
        "ext-curl": "*",
        "ext-dom": "*",
        "ext-json": "*",
        "ext-libxml": "*",
        "ext-mbstring": "*",
        "ext-simplexml": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.4"
    },
    "autoload": {
        "psr-4": {
            "AcademicPuma\\RestClient\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "AcademicPuma\\RestClient\\": "tests/"
        }
    }
}
