{
    "name": "upwork/php-upwork-oauth2",
    "description": "PHP bindings for Upwork API (OAuth2)",
    "version": "v2.5.0",
    "type": "library",
    "keywords": ["upwork", "php", "api", "oauth2"],
    "homepage": "http://www.upwork.com",
    "time": "2024-11-26",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Maksym Novozhylov",
            "email": "mnovozhilov@upwork.com",
            "homepage": "https://github.com/mnovozhylov",
            "role": "Product Architect, Platform/Integrity"
        }
    ],
    "support": {
        "email": "apisupport@upwork.com",
        "issues": "https://github.com/upwork/php-upwork-oauth2/issues",
        "forum": "https://community.upwork.com/t5/API-Questions-Answers/bd-p/api_support",
        "source": "https://github.com/upwork/php-upwork-oauth2/releases",
        "wiki": "http://developers.upwork.com"
    },
    "require": {
        "php": ">=5.6.0",
	"ext-json": "*",
	"league/oauth2-client": "^2.7",
        "phpmailer/phpmailer": "^6.9"
    },
    "require-dev": {
        "phpunit/phpunit": "^9",
        "phpunit/php-invoker": "*"
    },
    "autoload": {
        "psr-0": {
            "Upwork\\API": "src/"
        },
        "files": [
            "src/Upwork/API/constants.php"
        ]
    }
}
