MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/rj-google-signin/composer.json
{
    "name": "rjoshi-webdev/rj-google-signin",
    "description": "WordPress plugin to let users Rj Google SignIn.",
    "license": "GPL 2.0",
    "authors": [
        {
            "name": "rjoshi-webdev",
            "email": "rjoshi@imenso.tech",
            "homepage": "https://www.imensosoftware.com/",
            "role": "Developer"
        },
        {
            "name": "Rahul Joshi",
            "email": "rjoshi@imenso.tech"
        },
        
    ],
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "php": ">=7.1",
        "pimple/pimple": "3.5.*"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.7.1",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
        "wp-coding-standards/wpcs": "^2.3",
        "sirbrillig/phpcs-variable-analysis": "^v2.11.3",
        "automattic/vipwpcs": "^2.3.3",
        "phpcompatibility/phpcompatibility-wp": "^2.1.3",
        "phpunit/phpunit": "9.5",
        "10up/wp_mock": "0.4.2"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "autoload": {
        "psr-4": {
            "RjoshiWebdev\\GoogleSignIn\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "RjoshiWebdev\\GoogleSignIn\\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"
        ]
    }
}