{
    "name": "rtcamp/login-with-google",
    "description": "WordPress plugin to let users login with google.",
    "license": "GPL 2.0",
    "authors": [
        {
            "name": "rtCamp",
            "email": "contact@rtcamp.com",
            "homepage": "https://rtcamp.com/",
            "role": "Developer"
        },
        {
            "name": "Utkarsh Patel",
            "email": "itismeutkarsh@gmail.com"
        },
        {
            "name": "Paul Clark",
            "role": "Developer"
        },
        {
            "name": "Ankit Gade",
            "email": "ankit.gade@rtcamp.com",
            "homepage": "https://iamank.it/",
            "role": "Developer"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=7.1",
        "pimple/pimple": "3.*"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.5",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
        "wp-coding-standards/wpcs": "^2.3",
        "sirbrillig/phpcs-variable-analysis": "^2.10",
        "automattic/vipwpcs": "^2.2",
        "phpcompatibility/phpcompatibility-wp": "^2.1",
        "phpunit/phpunit": "9.5",
        "10up/wp_mock": "0.4.2"
    },
    "autoload": {
        "psr-4": {
            "RtCamp\\GoogleLogin\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "RtCamp\\GoogleLogin\\Tests\\": "tests/php"
        }
    },
    "scripts": {
        "cs": "@php ./vendor/bin/phpcs",
        "cs:fix": "@php ./vendor/bin/phpcbf",
        "tests:unit": "@php ./vendor/bin/phpunit tests/php/Unit/",
        "qa": [
            "@cs",
            "@tests"
        ]
    }
}
