| Server IP : 172.67.134.116 / Your IP : 216.73.217.68 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nobi37te/public_html/wp-content/plugins/user-switching/ |
Upload File : |
{
"name": "johnbillion/user-switching",
"description": "Instant switching between user accounts in WordPress.",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"authors": [
{
"name": "John Blackbourn",
"homepage": "https://johnblackbourn.com/"
}
],
"homepage": "https://github.com/johnbillion/user-switching/",
"support": {
"issues": "https://github.com/johnbillion/user-switching/issues",
"forum": "https://wordpress.org/support/plugin/user-switching",
"source": "https://github.com/johnbillion/user-switching",
"security": "https://patchstack.com/database/vdp/user-switching"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/johnbillion"
}
],
"require": {
"php": ">=7.4",
"composer/installers": "^1.0 || ^2.0"
},
"require-dev": {
"johnbillion/plugin-infrastructure": "2.1.5",
"johnbillion/wp-compat": "1.3.0",
"php-stubs/wordpress-stubs": "6.9.0",
"phpcompatibility/phpcompatibility-wp": "2.1.7",
"phpstan/phpstan": "2.1.31",
"phpstan/phpstan-phpunit": "2.0.7",
"swissspidy/phpstan-no-private": "1.0.0",
"szepeviktor/phpstan-wordpress": "2.0.2",
"wp-coding-standards/wpcs": "3.2.0"
},
"autoload-dev": {
"psr-4": {
"UserSwitching\\Tests\\": "tests/integration"
}
},
"config": {
"allow-plugins": {
"composer/installers": true,
"roots/wordpress-core-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"classmap-authoritative": true,
"preferred-install": "dist",
"prepend-autoloader": false,
"sort-packages": true
},
"extra": {
"wordpress-install-dir": "vendor/wordpress/wordpress"
},
"scripts": {
"test": [
"@composer validate --strict --no-check-lock",
"@test:phpstan",
"@test:start",
"@test:integration",
"@test:acceptance",
"@test:phpcs",
"@test:stop"
],
"test:acceptance": [
"acceptance-tests"
],
"test:destroy": [
"tests-destroy"
],
"test:integration": [
"integration-tests"
],
"test:phpcs": [
"phpcs -ps --colors --report-code --report-summary --report-width=80 --basepath='./' ."
],
"test:phpstan": [
"phpstan analyze -v --memory-limit=1024M"
],
"test:start": [
"tests-start"
],
"test:stop": [
"tests-stop"
]
}
}