{
    "name": "j0k3r/php-imgur-api-client",
    "replace": {
        "adyg/php-imgur-api-client": "self.version"
    },
    "type": "library",
    "description": "Imgur API v3 client",
    "homepage": "https://github.com/j0k3r/php-imgur-api-client",
    "keywords": [
        "imgur",
        "api"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Jeremy Benoist",
            "email": "jeremy.benoist@gmail.com",
            "homepage": "https://www.j0k3r.net"
        },
        {
            "name": "Adrian Ghiuta",
            "email": "adrian.ghiuta@gmail.com",
            "homepage": "http://adyg.github.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Imgur\\": "lib/Imgur/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Imgur\\tests\\": "tests/"
        }
    },
    "require": {
        "php": ">=8.2",
        "ext-curl": "*",
        "guzzlehttp/guzzle": "^7.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.0",
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^2.1",
        "phpstan/phpstan-deprecation-rules": "^2.0",
        "phpstan/phpstan-phpunit": "^2.0",
        "phpunit/phpunit": "^11.0"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "phpstan/extension-installer": true
        }
    }
}
