HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/duplicatefoodfactor/public_html/wp-content/plugins/login-with-google/composer.json
{
	"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": "dev",
	"prefer-stable": true,
	"require": {
		"php": ">=7.4",
		"pimple/pimple": "3.5.*"
	},
	"require-dev": {
		"squizlabs/php_codesniffer": "^3.12.2",
		"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
		"wp-coding-standards/wpcs": "^3.1.0",
		"sirbrillig/phpcs-variable-analysis": "^v2.12.0",
		"automattic/vipwpcs": "^3.0.1",
		"phpcompatibility/phpcompatibility-wp": "^2.1.6",
		"phpunit/phpunit": "9.6.23",
		"10up/wp_mock": "1.1.0",
		"wp-cli/i18n-command": "v2.6.5"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"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:unit"
		],
		"pot": "./vendor/bin/wp i18n make-pot . --exclude=\"assets/src,assets/node_modules,node_modules,tests,vendor\" ./languages/login-with-google.pot",
		"build-plugin-zip": "./bin/build-plugin-zip.sh"
	}
}